Releases: hashicorp/packer
Release list
nightly
Nightly releases are snapshots of the development activity on the Packer project that may include new features and bug fixes scheduled for upcoming releases. These releases are made available to make it easier for users to test their existing build configurations against the latest Packer code base for potential issues or to experiment with new features, with a chance to provide feedback on ways to improve the changes before being released.
As these releases are snapshots of the latest code, you may encounter an issue compared to the latest stable release. Users are encouraged to run nightly releases in a non production environment. If you encounter an issue, please check our issue tracker to see if the issue has already been reported; if a report hasn't been made, please report it so we can review the issue and make any needed fixes.
Note: Nightly releases are only available via GitHub Releases, and artifacts are not codesigned or notarized. Distribution via other Release Channels such as the Releases Site or Homebrew is not yet supported.
v1.16.0
1.16.0 (July 24, 2026)
FEATURES:
- provenance: add new
provenancepost-processor andpacker verify-attestationcommand for
SLSA Build L1/L2 supply-chain attestations. Derives in-toto subjects from Packer artifacts,
builds SLSA Provenance v1 predicates with Git/CI metadata, and signs via local PEM key, cloud
KMS (awskms://,gcpkms://,azurekms://,hashivault://), or keyless Sigstore (Fulcio +
optional Rekor transparency log). Reference CI workflows for L2 keyless and L3-compatible
delegated-signing patterns are included underexamples/ci/.
GH-13667 - core/hcl2: add
rfc3339_parseandunix_timestamp_parsetemplate functions. Both accept
RFC 3339 timestamps;unix_timestamp_parseadditionally accepts Unix epoch integers.
GH-13669 - core/hcl2: add
continue_on_errormeta-argument to provisioner blocks. When set totrue,
a provisioner failure is logged and the build continues rather than halting.
GH-13674 - core/hcl2: variable
objecttypes now supportoptional()attribute modifiers, allowing
object variables to declare per-attribute defaults and omit fields that have a default set.
GH-13670
BUG FIXES:
- plugin/getter: prevent path traversal vulnerability in GitHub plugin getter filename handling.
GH-13680 - build: update build constraints to support arm architecture on FreeBSD.
GH-13650
SECURITY:
- security: drop
x/crypto/openpgpby upgradinggo-githubv33 → v75.
GH-13676 - security: suppress false positive for GO-2026-5932.
GH-13677 - deps: bump
golang.org/x/cryptoto v0.54.0.
GH-13672
DEPENDENCIES:
- deps: bump
github.com/hashicorp/packer-plugin-sdktov0.6.10.
GH-13673 - deps: bump
github.com/hashicorp/hcp-sdk-gotov0.174.0.
GH-13673 - deps: bump
github.com/zclconf/go-ctytov1.18.1.
GH-13673 - deps: bump
github.com/google/go-githubv33 → v75.
GH-13676 - deps: bump
golang.org/x/nettov0.56.0.
GH-13664 - deps: update various Go module dependencies.
GH-13673
INTERNAL:
v1.15.4
1.15.4 (June 3, 2026)
BUG FIXES:
- builder: update build constraints to support arm architecture on FreeBSD
GH-13650
IMPROVEMENTS:
- hcp: removes Syft binary download/handling from the HCP SBOM provisioner
GH-13636
SECURITY:
- deps: upgraded crypto version
GH-13645 - deps: upgraded go-git version
GH-13645 - deps: bump github.com/hashicorp/packer-plugin-sdk to 0.6.9
GH-13640
INTERNAL:
v1.15.3
1.15.3 (April 27, 2026)
BUG FIXES:
- hcp: skip bucket update requests when description and labels already match, avoiding unnecessary updates for existing buckets.
GH-13624
v1.15.2
v1.15.1
1.15.1 (March 26, 2026)
FEATURES:
BUG FIXES:
- core: Scrub multiline sensitive values from build output (including OS-specific multiline sensitive-value fixtures)
GH-13582
SECURITY:
- deps: bump syft to v1.42.3 (fixes GO-2026-4809)
GH-13581 - deps: bump github.com/hashicorp/packer-plugin-sdk to v0.6.7
GH-13581 - deps: bump github.com/hashicorp/hcp-sdk-go from 0.136.0 to 0.167.0
GH-13560 - deps: Updates OpenTelemetry dependencies to v1.41.0
GH-13572 - deps: Upgrade go-git to v5.17.0 and grpc to 1.79.3
GH-13570 - deps: Updates circl dependency to v1.6.3
GH-13564
INTERNAL:
v1.15.0
1.15.0 (February 4, 2026)
IMPROVEMENTS:
-
core/hcp: add support for updating HCP Packer registry channels and bucket log UI metadata.
GH-13532 -
build: update Go to 1.24.12.
GH-13553 -
docker: remove vmware and vsphere from the packer full image.
GH-13442 -
docs: add comments to packer docs.
GH-13534 -
compliance: update copyright and license headers.
GH-13540
GH-13543
GH-13545
GH-13544
BUG FIXES:
-
datasource/http: update acceptance test URL to avoid rate limiting.
GH-13480 -
provisioner/powershell: ensure
LASTEXITCODEis set before checking its value in tests.
GH-13539
SECURITY:
- Bump golang.org/x/crypto to 0.46.0
GH-13546
v1.14.3
1.14.3 (November 18, 2025)
IMPROVEMENTS:
-
core/hcp: added cicd metadata support for BitBucket and Jenkins pipelines.
GH-13513
GH-13505 -
core: bump github.com/hashicorp/packer-plugin-sdk to 0.6.4
GH-13494 -
docs: fix typos and linguistic errors in documentation.
GH-13496
SECURITY:
- Bump golang.org/x/crypto to 0.43.0
GH-13518
v1.14.2
1.14.2 (September 9, 2025)
✨ Features
-
HCP Certificate Authentication Support – by @JenGoldstrich (#13435)
Adds support for theHCP_CRED_FILEenvironment variable and removes restrictions onHCP_CLIENT_IDandHCP_CLIENT_SECRETwhen connecting builds to an HCP Packer registry. -
Upgrade Node.js to v22 – by @LeahMarieBush (#13450)
Updates the Node.js version used for Packer website builds.
🐛 Bug Fixes
- fix(winrm): catch cmd err from winrm – by @anurag5sh in (#298)
Improved reliability by catching WinRM remote shell failures during provisioning - PowerShell wrapper cleanup – by @kp2099 (#13451)
Removed the unused$resultvariable from the wrapper string. - fix tests for shell and shell-local – by @kp2099 in (#300)
Acceptance test fixes for shell and shell-local
🛠 Improvements
- Added workflow-dispatch and set
PACKER_ACC_BUILDERSfor acceptance tests – by @kp2099 (#13444) - Improved spacing in
hcl2templateerror messages – by @sbraz (#13453) - Added callouts for HashiCorp-maintained plugins moving to releases.hashicorp.com – by @BrianMMcClain (#13438)
📦 Dependencies
- Bump
github.com/ulikunitz/xzfrom 0.5.10 → 0.5.14 – by @dependabot (#13459) - Bump
golang.org/x/oauth2from 0.13.0 → 0.27.0 – by @dependabot (#13460) - Bump
github.com/ulikunitz/xzfrom 0.5.10 → 0.5.15 – by @kp2099 (#13461) - Bump
github.com/hashicorp/packer-plugin-sdkfrom 0.6.2 → 0.6.3 – by @kp2099 (#13462)
👩💻 New Contributors
- @LeahMarieBush made their first contribution in #13450 🎉
v1.14.1
1.14.1 (August 5, 2025)
BUG FIXES:
- core: Changes on the packer plugin installation process to ensure that the plugin is installed correctly.
The releases binary from official site releases.hashicorp.com was not getting installed from a proxy server, which was addressed in this PR.
GH-13439