Skip to content

Releases: hashicorp/packer-plugin-amazon

v1.3.3

26 Sep 13:35
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Bug fixesπŸ§‘β€πŸ”§ 🐞

Doc improvements πŸ“š

Other Changes

New Contributors

Full Changelog: v1.3.1...v1.3.3

v1.3.2

17 Apr 17:00
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

  • Enable setting a description for EBS Volume Snapshots by @saxonww in #471

Other Changes

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

05 Mar 15:06
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

  • Add ability to EBS Surrogate builder to persist properties from Marketplace source image, such as product codes by @dwc0011 in #455

Doc improvements πŸ“š

Other Changes

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

24 Jan 16:19
Compare
Choose a tag to compare

What's Changed

Bug fixesπŸ§‘β€πŸ”§ 🐞

Full Changelog: v1.2.9...v1.3.0

v1.2.9

20 Dec 17:04
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Other Changes

  • build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #438

Full Changelog: v1.2.8...v1.2.9

v1.2.8

27 Nov 19:09
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Doc improvements πŸ“š

Other Changes

New Contributors

Full Changelog: v1.2.7...v1.2.8

v1.2.7

19 Sep 21:37
Compare
Choose a tag to compare

What's Changed

Bug fixesπŸ§‘β€πŸ”§ 🐞

  • ebs: skip_create_ami skips prevalidation of AMI name (#409) by @lillarspillars in #412
  • feat: upgrade aws-sdk-go to fix SSO issue by @paulojmdias in #415
  • builder: fix fast launch when using launch templates by @itsmattburgess in #410
  • bug: Pass Polling Config to iam instance profile step by @imcdo in #399

Doc improvements πŸ“š

  • Migration plugin docs to integration framework by @nywilken in #411

Other Changes

New Contributors

Full Changelog: v1.2.6...v1.2.7

v1.2.6

05 Jun 14:55
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Doc improvements πŸ“š

Other Changes

New Contributors

Full Changelog: v1.2.5...v1.2.6

v1.2.5

02 May 19:53
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Bug fixesπŸ§‘β€πŸ”§ 🐞

Doc improvements πŸ“š

Other Changes

  • .gitignore: ignore crash.log by @lbajolet-hashicorp in #365
  • [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #325

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

20 Apr 21:53
Compare
Choose a tag to compare

Note

As part of the fixes related to the regression from 1.2.3, when one changes the value of the associate_public_ip_address, the plugin will attempt to get the default VPC for the account that runs the build, should none be specified. To do so, we use the DescribeVpcs API endpoint, which may cause builds to fail because of a missing permission: ec2:DescribeVpcs.
We are actively working on a fix for this, so the default behaviour in case the permission is missing will not make builds fail, but instead show a warning regarding the associate_public_ip_address being ignored, as was silently the case before version 1.2.3.
In the meantime, you may either specify a subnet/VPC, or remove the associate_public_ip_address from your configuration if you encounter this error.

What's Changed

Bug fixesπŸ§‘β€πŸ”§ 🐞

Full Changelog: v1.2.3...v1.2.4