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