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 π
Bug fixesπ§βπ§ π
- Support explicit public ip on default vpc by @lbajolet-hashicorp in #364
Other Changes
- version: prepare v1.2.3-dev by @lbajolet-hashicorp in #352
- Convert hashicorp/packer-plugin-amazon to GitHub Actions by @hc-github-team-es-release-engineering in #353
- github: fix pathing issues for building binaries by @lbajolet-hashicorp in #358
- workflows: publish all the pkg files separately by @lbajolet-hashicorp in #359
- actions: upload artifact with a name by @lbajolet-hashicorp in #360
New Contributors
- @hc-github-team-es-release-engineering made their first contribution in #353
Full Changelog: v1.2.2...v1.2.3