Please refer to releases for the latest CHANGELOG information.
- Upgrade Builder Ebs to AWS SDK v2 – by @kp2099 (#618)
Modernizes the Ebs Builder by migrating to AWS SDK v2.
- SSM Session Manager Config Bug Fix – by @kp2099 (#629)
- Upgrade Builder Ebs Surrogate to AWS SDK v2 – by @kp2099 (#606)
Modernizes the Ebs Surrogate Builder by migrating to AWS SDK v2.
- Upgrade Builder Ebs Volume to AWS SDK v2 – by @kp2099 (#578)
Modernizes the Ebs Volume Builder by migrating to AWS SDK v2.
- Bump
github.com/hashicorp/packer-plugin-sdkfrom 0.6.3 → 0.6.4 – by @dependabot (#622)
- IPv6 Support – by @siriusfreak (#544)
Adds support for IPv6-only configurations, expanding networking compatibility. - Upgrade AMI Import Post-Processor to AWS SDK v2 – by @kp2099 (#573)
Modernizes the AMI import post-processor by migrating to AWS SDK v2.
-
Remove
KmsKeyIdfrom device details in AMI creation – by @drrk (#589)
Eliminates the unnecessaryKmsKeyIdfield instep_create_amito prevent misconfigurations. -
Fix
UserAgentProductshandling – by @kp2099 (#600)
Corrects construction ofUserAgentProductswhen building AWS requests. -
Acceptance test fix:
EbsCopyRegionEncryptedBootWithDeprecation– by @kp2099 (#609)
Ensures stable and accurate results in the EBS encrypted boot with deprecation acceptance test.
- Acceptance Test Notifications – by @kp2099 (#613)
Adds notifications for failed acceptance tests to improve visibility.
- Bump
github.com/hashicorp/packer-plugin-sdkfrom 0.6.2 → 0.6.3 – by @dependabot (#601) - Bump
github.com/ulikunitz/xzfrom 0.5.10 → 0.5.15 – by @kp2099 (#607)
- Datasource: Secretsmanager Aws Sdk v2 upgrade by @kp2099 in #569
- Datasource: Parameterstore Aws Sdk v2 upgrade by @kp2099 in #562
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite[bot] in #590
- Updated plugin release process: Plugin binaries are now published on the HashiCorp official release site, ensuring a secure and standardized delivery pipeline.
- Imds support for Amazon AMI-Import Post Processor GH-577
- Fixing typos in the documentation for ebs volume builder GH-576
- Binary Distribution Update: To streamline our release process and align with other HashiCorp tools, all release binaries will now be published exclusively to the official HashiCorp release site. We will no longer attach release assets to GitHub Releases. Any scripts or automation that rely on the old location will need to be updated. For more information, see our post here.
- builder/chroot: Add support for i386 and x86_64_mac architectures. [GH-154]
- builder/ebssurrogate: Add support for i386 and x86_64_mac architectures. [GH-154]
- Fix invalid KMS key error for multi-region keys. [GH-147]
- Fix variable interpolation for builder
run_tags. [GH-151]
- Fix panic in GetCredentials helper. [GH-145]
Support for the HCP Packer registry is currently in beta and requires Packer v1.7.7 [GH-136]
- Add
SourceAMIto HCP Packer registry image metadata. [GH-136] - Add tag specification to supported resources to enable security tagging. [GH-96]
- Bump packer-plugin-sdk to v0.2.7 [GH-143]
- builder/ebs: Fix deprecate_at when copying to additional regions. [GH-138]
- Fix
InvalidTagKey.Malformedtag error for spot instance builds. [GH-92]
HCP Packer private beta support requires Packer version 1.7.5 or 1.7.6 [GH-129]
- Add HCP Packer registry image metadata to builder artifacts. [GH-129]
- Bump Packer plugin SDK to version v0.2.5 [GH-129]
- Bump github.com/hashicorp/packer-plugin-sdk from 0.1.0 to v0.2.3 [GH-89]
- Add packer and packer-plugin-amazon version to the User-Agent header [GH-82]
- Add support for fleet_tags / fleet_tag [GH-83]
- Bump github.com/aws/aws-sdk-go from 1.38.24 to 1.38.25 [GH-72]
- Amazon Plugin break out from Packer core. Changes prior to break out can be found in Packer's CHANGELOG