github hashicorp/packer-plugin-amazon v1.2.0

latest releases: v1.3.2, v1.3.1, v1.3.0...
17 months ago

What's Changed

Note on the breaking change: the commit merged from PR #309 fixes a bug where the plugin would fallback on the private IP after a single try to get the public IP of the instance being created. Now, it will try multiple times to get the public IP, and only on the latest try, if the public IP is still unavailable, will it fallback to the private IP of the instance. While this behaviour is in line with the documentation, this may be surprising to users that encounter this behaviour, as with this update, there's a greater chance of the IP being the public one. For this reason, we have marked it as breaking, and updated the minor version of the plugin to highlight this change.

Breaking Changes πŸ› 

  • Instance SSH access: use all attempts to get public IP by @sparrc in #309

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

  • Fix spot instance launch readiness by @sparrc in #308
  • session_manager: Upload user public key to instance before connection if private key is specified by @Glyphack in #296

Other Changes

New Contributors

Full Changelog: v1.1.6...v1.2.0

Don't miss a new packer-plugin-amazon release

NewReleases is sending notifications on new releases.