Releases: hashicorp/packer-plugin-sdk
v0.6.7
What's Changed
Other Changes
- dev version prep 0.6.7 by @kp2099 in #317
- docs: ignore packer base repo for partial docs generation by @anurag5sh in #319
- build(deps): bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.24.0 by @dependabot[bot] in #303
- prepare for release 0.6.7 by @anurag5sh in #320
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
Other Changes
- prepare dev 0.6.6 by @anurag5sh in #314
- unalias type aliases in go1.24 to get the actual type. by @kp2099 in #315
- prep 0.6.6 release by @kp2099 in #316
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
Other Changes
- prepare v0.6.5 dev by @anurag5sh in #307
- feat: migrate AWS SDK from v1 to v2 by @thevilledev in #299
- [COMPLIANCE] Update Copyright Headers by @oss-core-libraries-dashboard[bot] in #309
- Update Copyright and Crypto Module by @tanmay-hc in #311
- feat: add support for UDR in packer-sdc binary by @LeahMarieBush in #312
- cut release 0.6.5 by @anurag5sh in #313
New Contributors
- @thevilledev made their first contribution in #299
- @oss-core-libraries-dashboard[bot] made their first contribution in #309
- @LeahMarieBush made their first contribution in #312
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- Fixed sporadic issues affecting the PowerShell provisioner in #305
Other Changes
- version: prepare v0.6.4 by @kp2099 in #304
- bump github.com/masterzen/winrm by @anurag5sh in #305
- cut release 0.6.4 by @anurag5sh in #306
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's Changed
Other Changes
- fix(winrm): catch cmd err from winrm by @anurag5sh in #298
- fixing acceptance tests for shell and shell-local. by @kp2099 in #300
New Contributors
- @anurag5sh made their first contribution in #298
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
Doc improvements 📚
- multistep: use go doc comment syntax by @sudomateo in #288
Other Changes
- Release 0.6.1 by @lbajolet-hashicorp in #285
- Added Documentaion Comments for SSH Tunnel flags by @tanmay-hc in #286
- windows sshagent forwarding by @anshulsharma-hashicorp in #283
- fixes for packer_acc_tests for windows by @kp2099 in #281
- Deprecating
Messagemethod in UI interface by @tanmay-hc in #290 - Bump golang /x/net to 0.38 by @JenGoldstrich in #291
- Pin actions to address security scanner by @JenGoldstrich in #292
- Update PR template for PCI by @devashish-patel in #294
- Added the SensitiveVarsConfigKey by @tanmay-hc in #295
New Contributors
- @tanmay-hc made their first contribution in #286
- @sudomateo made their first contribution in #288
- @anshulsharma-hashicorp made their first contribution in #283
- @kp2099 made their first contribution in #281
- @devashish-patel made their first contribution in #294
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Fix compatibility with go 1.24 and require go >= 1.23 by @jooola in #282
- go.mod: bump go-jose to 4.0.5 by @lbajolet-hashicorp in #284
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Exciting New Features 🎉
- Support raw/plain secret pull from AWS Secret Manager by @obabec in #269
- Add support for aix/ppc64 build by @jtroy in #263
- Ability to change the HTTP network protocol by @ejdre-vestas in #257
- commonsteps: StepDownload timeout override by @mogrogan in #272
Other Changes
- .goreleaser.yml: Update configuration to v2 by @nywilken in #252
- Prepare for 0.5.5 development by @nywilken in #253
- [Feature Branch] Support protobuf/msgpack serialization for cty Values by @lbajolet-hashicorp in #229
- go.mod: bump x/crypto to v0.31.0 by @lbajolet-hashicorp in #271
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #273
- Bump github.com/hashicorp/go-retryablehttp to address CVE-2024-6104 by @nywilken in #256
New Contributors
- @obabec made their first contribution in #269
- @jtroy made their first contribution in #263
- @ejdre-vestas made their first contribution in #257
- @mogrogan made their first contribution in #272
Full Changelog: v0.5.4...v0.6.0
v0.5.4
Upgrade notes
Upgrading to this release may fail until you've applied one of the fixes documented in #187 (comment). Consumers of the Packer plugin SDK require a replace directive within their plugin's go module file to point to a compatible version of go-cty.
The replace directive subject to change in future releases can be applied by running the packer-sdc fix sub-command to apply the replace directive to your plugin with a recommended version of the go-cty fork.
Plugins already working with Packer Plugin SDK v0.5.2 are advised to apply the updated SDK fixes by re-running packer-sdc fix against the plugin's root directory.
What's Changed
Doc improvements 📚
- communicator: fix reference to ssh_method in docs by @lbajolet-hashicorp in #243
Other Changes
- Release 0.5.3 by @lbajolet-hashicorp in #232
- version: don't remake semVer if not nil by @lbajolet-hashicorp in #233
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #235
- Bump actions/checkout to address Node.js 16 deprecation issues by @nywilken in #237
- Bump actions/setup-go to address Node.js 16 deprecation issues by @nywilken in #238
- Bump goreleaser action to address Node.js 16 deprecation issues by @nywilken in #239
- Update all tsccr approved actions by @nywilken in #240
- Bump github.com/hashicorp/go-getter/v2 modules to v2.2.2 by @nywilken in #241
- Makefile: replace enumer upstream with dmarkham's by @lbajolet-hashicorp in #242
- Fix ipv6 addresses format by @jooola in #246
- Bump vault api dependancy to mitigate go-jose concerns, removes support for go1.20 by @JenGoldstrich in #247
- Bump dependencies to address govulncheck reported vulnerabilities by @nywilken in #248
- Update Go version must be a concrete installable version by @nywilken in #250
- Cut release 0.5.4 by @nywilken in #251
New Contributors
- @jooola made their first contribution in #246
- @JenGoldstrich made their first contribution in #247
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Upgrade notes
Upgrading to this release may fail until you've applied one of the fixes documented in #187 (comment). Consumers of the Packer plugin SDK require a replace directive within their plugin's go module file to point to a compatible version of go-cty.
The replace directive subject to change in future releases can be applied by running the packer-sdc fix sub-command to apply the replace directive to your plugin with a recommended version of the go-cty fork.
Plugins already working with Packer Plugin SDK v0.5.2 are advised to apply the updated SDK fixes by re-running packer-sdc fix against the plugin's root directory.
What's Changed
Exciting New Features 🎉
- Ui: add format-string alternatives to functions by @lbajolet-hashicorp in #225
- Version parsing rehaul by @lbajolet-hashicorp in #228
Other Changes
- Bump golang.org/x/crypto to address CVE-2023-48795 by @nywilken in #220
Full Changelog: v0.5.2...v0.5.3