Releases: cloudposse/terraform-aws-route53-alias
Releases · cloudposse/terraform-aws-route53-alias
v0.13.0
BREAKING CHANGE: Because this release changes resource addresses, it will result in Terraform destroying and recreating some resources. Please consider removing
aws_route53_record
resources from the state and importing them to the new resource addresses if you do not with for any destructive changes.
Fix: Add BridgeCrew Suppressions @korenyoni (#39)
what
- Add BridgeCrew suppressions
why
Add suppressions appearing in #37
references
Chore: Run 'make github/init' @korenyoni (#38)
what
- Run
make github/init
why
- Updates GHA-workflow-related files to their latest distribution in https://github.com/cloudposse/build-harness
- Allows using
no-release
label for consolidating multiple PRs into a single release.
references
- N/A
🐛 Bug Fixes
v0.12.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#36)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.12.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#33)
what
- update context.tf to v0.24.1
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.11.0
v0.10.0
v0.9.0
0.8.2: use minimum versions for provider pinning
Remove ceiling from provider versions #25
0.8.1: update readme for TF0.12 (#27)
What
- Fixes using 0.11 syntax is the README
Why
- For easier copy+pasta
0.8.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#23)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.7.0: Updates to ChatOps - Automated commit (#22)
## What * Adds chatops commands - '/test all' - '/test bats' - '/test readme' - '/test terratest' * Drops codefresh * Drops slash-command-dispatch * Removes codefresh badge * Rebuilds README ## Why * Change over from codefresh to GH Actions * Facilitate testing of PRs from forks