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 packerplugins 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 commandpacker 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