v0.28.5
Pre-release
Pre-release
🚀 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 withcontext.tf
that hasnull-label:0.25.0
. - Bump
route53-cluster-hostname
module to latest.
why
- Running
make github/init
updates GHA-related files, including those relating torelease-drafter
which will now allow ano-release
label that can be used to consolidate multiple PRs into a single release. - Allow for a
context.tf
that hasnull-label:0.25.0
to be used with this module, without having to introduce changes allowing for https://github.com/cloudposse/terraform-aws-security-group0.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 withcontext.tf
that hasnull-label:0.25.0
. - Bump
route53-cluster-hostname
module to latest.
why
- Running
make github/init
updates GHA-related files, including those relating torelease-drafter
which will now allow ano-release
label that can be used to consolidate multiple PRs into a single release. - Allow for a
context.tf
that hasnull-label:0.25.0
to be used with this module, without having to introduce changes allowing for https://github.com/cloudposse/terraform-aws-security-group0.4.0+
(out of scope for this PR).