1.5.0 (September 22, 2025)
✨ Features
- 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.
🐛 Bug Fixes
-
Remove
KmsKeyId
from device details in AMI creation – by @drrk (#589)
Eliminates the unnecessaryKmsKeyId
field instep_create_ami
to prevent misconfigurations. -
Fix
UserAgentProducts
handling – by @kp2099 (#600)
Corrects construction ofUserAgentProducts
when building AWS requests. -
Acceptance test fix:
EbsCopyRegionEncryptedBootWithDeprecation
– by @kp2099 (#609)
Ensures stable and accurate results in the EBS encrypted boot with deprecation acceptance test.
🛠 Improvements
- Acceptance Test Notifications – by @kp2099 (#613)
Adds notifications for failed acceptance tests to improve visibility.
📦 Dependencies
- Bump
github.com/hashicorp/packer-plugin-sdk
from 0.6.2 → 0.6.3 – by @dependabot (#601) - Bump
github.com/ulikunitz/xz
from 0.5.10 → 0.5.15 – by @kp2099 (#607)