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