Skip to content

v16.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 13:35
· 2881 commits to main since this release
ab6301d

16.0.0 (2021-05-19)

  • chore!: remove GuPublicInternetAccessSecurityGroup (#548) (ab6301d), closes #548

BREAKING CHANGES

  • GuPublicInternetAccessSecurityGroup has been removed, as AWS automatically creates a security group which is almost identical to this by default when creating an Application Load Balancer. If you previously created an instance of GuPublicInternetAccessSecurityGroup and you need to retain the same custom security group, pass the appropriate ingresses and description to GuSecurityGroup instead of using the GuPublicInternetAccessSecurityGroup helper.