Skip to content

v1.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 18:49
· 178 commits to main since this release

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