Skip to content

Releases: hashicorp/packer-plugin-amazon

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

v1.2.3

19 Apr 18:49
Compare
Choose a tag to compare

Note

A regression to the subnet selection logic when using the subnet_id or subnet_filter along with the associate_public_ip_address configuration argument was introduced in release v1.2.3. A fix has been made and is available for use in v1.2.4.

We recommend that you upgrade to the latest available release prior to running a new Packer build. If you are not using associate_public_ip_address or running an older version of the packer-plugin-amazon plugin no change is necessary.

packer {
    required_plugins {
        amazon = {
              version = ">=1.2.4"
               source  = "github.com/hashicorp/amazon"
        }
    }
}

What's Changed

Exciting New Features ๐ŸŽ‰

  • Add support for KMS keys in the aws-cn partition by @nywilken in #363

Bug fixes๐Ÿง‘โ€๐Ÿ”ง ๐Ÿž

Other Changes

New Contributors

Full Changelog: v1.2.2...v1.2.3