You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.10.2 (March 6, 2024)
NOTES:
Continuing the work in in Packer v1.10.0 we introduced the ability to install
a locally sourced plugin using packer plugins install --path, this
release extends support to development plugin binaries - binaries that
report "dev" as part of their plugin version. Instead of manually placing a
downloaded binary into the executable or current working directory we
encourage you to run the command packer plugins install –path <path-to- downloaded-extracted-binary> github.com/hashicorp/happycloud to install
the binary into a Packer compatible path. GH-12855
IMPROVEMENTS:
cmd/plugins: Add support for installing local development binaries to packer plugins install. GH-12855
core: Validate bucket name when using hcp_packer_registry block. GH-12820
core: Update github.com/hashicorp/hcp-sdk-go from 0.83.0 to 0.85.0. GH-12850 GH-12827
BUG FIXES:
core/hcp: HCP Packer build failures properly distinguish between incompatible
plugins and general publishing errors. GH-12854 GH-12835