Skip to content

v1.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 21:53
· 161 commits to main since this release

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