$npx -y @buildinternet/releases show rel_zKC98UuE1y6z77P3DXZoC
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-12850GH-12827
BUG FIXES:
core/hcp: HCP Packer build failures properly distinguish between incompatible
plugins and general publishing errors.
GH-12854GH-12835