Open renovate[bot] opened 6 months ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
go
directive was updated for compatibility reasonsDetails:
Package | Change |
---|---|
go |
1.20 -> 1.23.1 |
github.com/fatih/color |
v1.15.0 -> v1.16.0 |
github.com/google/uuid |
v1.3.0 -> v1.4.0 |
github.com/hashicorp/go-getter/v2 |
v2.2.1 -> v2.2.2 |
github.com/hashicorp/go-hclog |
v1.5.0 -> v1.6.3 |
github.com/hashicorp/go-retryablehttp |
v0.7.0 -> v0.7.6 |
github.com/hashicorp/vault/api |
v1.10.0 -> v1.14.0 |
github.com/mattn/go-isatty |
v0.0.17 -> v0.0.20 |
golang.org/x/crypto |
v0.14.0 -> v0.23.0 |
golang.org/x/net |
v0.17.0 -> v0.25.0 |
golang.org/x/sys |
v0.13.0 -> v0.20.0 |
golang.org/x/text |
v0.13.0 -> v0.15.0 |
This PR contains the following updates:
v0.5.2
->v0.5.4
Release Notes
hashicorp/packer-plugin-sdk (github.com/hashicorp/packer-plugin-sdk)
### [`v0.5.4`](https://redirect.github.com/hashicorp/packer-plugin-sdk/releases/tag/v0.5.4) [Compare Source](https://redirect.github.com/hashicorp/packer-plugin-sdk/compare/v0.5.3...v0.5.4) #### Upgrade notes Upgrading to this release may fail until you've applied one of the fixes documented in [https://github.com/hashicorp/packer-plugin-sdk/issues/187#user-content-available-fixes](https://redirect.github.com/hashicorp/packer-plugin-sdk/issues/187#user-content-available-fixes). 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](https://redirect.github.com/lbajolet-hashicorp) in [https://github.com/hashicorp/packer-plugin-sdk/pull/243](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/243) ##### Other Changes - Release 0.5.3 by [@lbajolet-hashicorp](https://redirect.github.com/lbajolet-hashicorp) in [https://github.com/hashicorp/packer-plugin-sdk/pull/232](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/232) - version: don't remake semVer if not nil by [@lbajolet-hashicorp](https://redirect.github.com/lbajolet-hashicorp) in [https://github.com/hashicorp/packer-plugin-sdk/pull/233](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/233) - \[COMPLIANCE] Add Copyright and License Headers by [@hashicorp-copywrite](https://redirect.github.com/hashicorp-copywrite) in [https://github.com/hashicorp/packer-plugin-sdk/pull/235](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/235) - Bump actions/checkout to address Node.js 16 deprecation issues by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/237](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/237) - Bump actions/setup-go to address Node.js 16 deprecation issues by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/238](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/238) - Bump goreleaser action to address Node.js 16 deprecation issues by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/239](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/239) - Update all tsccr approved actions by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/240](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/240) - Bump github.com/hashicorp/go-getter/v2 modules to v2.2.2 by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/241](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/241) - Makefile: replace enumer upstream with dmarkham's by [@lbajolet-hashicorp](https://redirect.github.com/lbajolet-hashicorp) in [https://github.com/hashicorp/packer-plugin-sdk/pull/242](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/242) - Fix ipv6 addresses format by [@jooola](https://redirect.github.com/jooola) in [https://github.com/hashicorp/packer-plugin-sdk/pull/246](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/246) - Bump vault api dependancy to mitigate go-jose concerns, removes support for go1.20 by [@JenGoldstrich](https://redirect.github.com/JenGoldstrich) in [https://github.com/hashicorp/packer-plugin-sdk/pull/247](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/247) - Bump dependencies to address govulncheck reported vulnerabilities by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/248](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/248) - Update Go version must be a concrete installable version by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/250](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/250) - Cut release 0.5.4 by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/251](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/251) #### New Contributors - [@jooola](https://redirect.github.com/jooola) made their first contribution in [https://github.com/hashicorp/packer-plugin-sdk/pull/246](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/246) - [@JenGoldstrich](https://redirect.github.com/JenGoldstrich) made their first contribution in [https://github.com/hashicorp/packer-plugin-sdk/pull/247](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/247) **Full Changelog**: https://github.com/hashicorp/packer-plugin-sdk/compare/v0.5.3...v0.5.4 ### [`v0.5.3`](https://redirect.github.com/hashicorp/packer-plugin-sdk/releases/tag/v0.5.3) [Compare Source](https://redirect.github.com/hashicorp/packer-plugin-sdk/compare/v0.5.2...v0.5.3) #### Upgrade notes Upgrading to this release may fail until you've applied one of the fixes documented in [https://github.com/hashicorp/packer-plugin-sdk/issues/187#user-content-available-fixes](https://redirect.github.com/hashicorp/packer-plugin-sdk/issues/187#user-content-available-fixes). 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](https://redirect.github.com/lbajolet-hashicorp) in [https://github.com/hashicorp/packer-plugin-sdk/pull/225](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/225) - Version parsing rehaul by [@lbajolet-hashicorp](https://redirect.github.com/lbajolet-hashicorp) in [https://github.com/hashicorp/packer-plugin-sdk/pull/228](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/228) ##### Other Changes - Bump golang.org/x/crypto to address CVE-2023-48795 by [@nywilken](https://redirect.github.com/nywilken) in [https://github.com/hashicorp/packer-plugin-sdk/pull/220](https://redirect.github.com/hashicorp/packer-plugin-sdk/pull/220) **Full Changelog**: https://github.com/hashicorp/packer-plugin-sdk/compare/v0.5.2...v0.5.3Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.