Skip to content

Commit 68d8b8a

Browse files
authored
Merge pull request #333 from hashicorp/cut-release-0.6.9
version: cut release v0.6.9
2 parents bb30357 + 0856aa5 commit 68d8b8a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Latest Release
22
Please refer to [releases](https://github.com/hashicorp/packer-plugin-sdk/releases) for latest CHANGELOG information.
33

4+
## 0.6.9 (May 25, 2026)
5+
6+
* bootcommand: Add mappings for left/right command and option keys
7+
[GH-293](https://github.com/hashicorp/packer-plugin-sdk/pull/293)
8+
* sdk: Add and update copyright headers for compliance
9+
[GH-332](https://github.com/hashicorp/packer-plugin-sdk/pull/332)
10+
411
## 0.6.8 (May 18, 2026)
512

13+
* communicator: Change `WinRMUseNTLM` from `bool` to `config.Trilean`
14+
[GH-329](https://github.com/hashicorp/packer-plugin-sdk/pull/329)
615
* sdk: Update module dependencies to address authorization bypass vulnerability
716
[GH-322](https://github.com/hashicorp/packer-plugin-sdk/pull/322)
817
* sdk: Add and update copyright headers for compliance

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var Version = "0.6.9"
2020
// A pre-release marker for the version. If this is "" (empty string)
2121
// then it means that it is a final release. Otherwise, this is a pre-release
2222
// such as "dev" (in development), "beta", "rc1", etc.
23-
var VersionPrerelease = "dev"
23+
var VersionPrerelease = ""
2424

2525
// The metadata for the version, this is optional information to add around
2626
// a particular release.

0 commit comments

Comments
 (0)