Skip to content

Releases: cloudposse/terraform-aws-route53-alias

v0.13.0

27 Jan 21:36
c88d5bc
Compare
Choose a tag to compare

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

CleanShot 2022-01-27 at 23 08 27@2x

references

Chore: Run 'make github/init' @korenyoni (#38)

what

  • Run make github/init

why

references

  • N/A

🐛 Bug Fixes

Fix: create records using `for_each` instead of `count` @1david5 (#37)

what

  • Modify default and ipv6 aws_route53_record resources to use for_each instead of count.

why

  • Prevent destroying and recreating DNS records when removing elements from aliases list.

v0.12.1

20 Nov 03:05
9a1dd76
Compare
Choose a tag to compare

🤖 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

07 Feb 21:46
c645f77
Compare
Choose a tag to compare
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

closes #31
closes #34

v0.11.0

04 Feb 07:03
576d117
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#32)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.10.0

13 Dec 11:32
cfba9b1
Compare
Choose a tag to compare
Terraform 0.14 upgrade @dmattia (#30)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.9.0

16 Oct 00:42
c4f981f
Compare
Choose a tag to compare
Update to context.tf. Use `go` modules. Update GitHub Actions @aknysh (#28)

what

  • Update to context.tf
  • Use go modules
  • Update GitHub Actions

why

  • Standardization
  • Keep the module up to date

0.8.2: use minimum versions for provider pinning

12 Sep 00:14
9879fae
Compare
Choose a tag to compare

Remove ceiling from provider versions #25

0.8.1: update readme for TF0.12 (#27)

09 Sep 15:50
6a17ba1
Compare
Choose a tag to compare

What

  1. Fixes using 0.11 syntax is the README

Why

  1. For easier copy+pasta

0.8.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#23)

14 Aug 16:43
7f9c189
Compare
Choose a tag to compare
## 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)

14 Jul 05:02
06f3062
Compare
Choose a tag to compare
## 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