1.8.1 (May 25, 2026)
🐛 Bug Fixes
- Fix ShouldRetry callbacks not receiving error from retry framework – Several
ShouldRetrycallbacks had unnamed parameters, causing retries to fail for transient AWS API errors such asInvalidAMIID.NotFoundandInvalidSnapshot.NotFound. (#662) - Fix instance profile propagation handling – Improved IAM instance profile propagation to avoid race conditions during instance launch. (#639)
- Fix IPv6 support – Corrected IPv6 handling in
run_config, SSH config, and security group steps to properly support IPv6-only configurations. (#647)
📦 Dependencies
- Bump
github.com/hashicorp/packer-plugin-sdkfrom 0.6.5 → 0.6.8 - Bump
github.com/go-jose/go-jose/v4to v4.1.4 - Bump
golang.org/x/cryptofrom v0.43.0 → v0.52.0 – security fixes (OSV: GO-2026-5005 et al.) - Bump
golang.org/x/netfrom v0.46.0 → v0.55.0 – security fixes (OSV: GO-2026-4918 et al.)