Skip to content

v0.28.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 05 Jan 22:08
d2fa23a

🚀 Enhancements

Fix: Run `make github/init`, Allow for `context.tf` That Has `null-label:0.25.0` @korenyoni (#94)

what

  • Run make github/init.
  • Bump security-group module to minimum version with context.tf that has null-label:0.25.0.
  • Bump route53-cluster-hostname module to latest.

why

  • Running make github/init updates GHA-related files, including those relating to release-drafter which will now allow a no-release label that can be used to consolidate multiple PRs into a single release.
  • Allow for a context.tf that has null-label:0.25.0 to be used with this module, without having to introduce changes allowing for https://github.com/cloudposse/terraform-aws-security-group 0.4.0+ (out of scope for this PR).

references

🐛 Bug Fixes

Fix: Run `make github/init`, Allow for `context.tf` That Has `null-label:0.25.0` @korenyoni (#94)

what

  • Run make github/init.
  • Bump security-group module to minimum version with context.tf that has null-label:0.25.0.
  • Bump route53-cluster-hostname module to latest.

why

  • Running make github/init updates GHA-related files, including those relating to release-drafter which will now allow a no-release label that can be used to consolidate multiple PRs into a single release.
  • Allow for a context.tf that has null-label:0.25.0 to be used with this module, without having to introduce changes allowing for https://github.com/cloudposse/terraform-aws-security-group 0.4.0+ (out of scope for this PR).

references