Skip to content

Releases: cloudposse/terraform-aws-rds

v0.27.3

26 Dec 04:00
bc274de

Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#87)

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.27.2

26 Dec 01:25
5c17df7

Choose a tag to compare

🐛 Bug Fixes

[auto-context] Create pull request when context.tf changes @Nuru (#86)

what

  • Fix auto-context workflow so that it creates a pull request when context.tf changes

why

  • Bugfix

notes

After verifying that this works to produce a PR that is automatically merged, same fix needs to be applied to build-harness

v0.27.1

24 Dec 06:05
9f753af

Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.9.0 @renovate (#85)

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/route53-cluster-hostname/aws (source) terraform minor 0.8.0 -> 0.9.0

Release Notes

cloudposse/terraform-aws-route53-cluster-hostname

v0.9.0

Compare Source

Update `context.tf` and github actions @​htplbc (#​31) #### what * Update to `context.tf` #### why * Keep the module up to date

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.27.0

21 Dec 10:30
155a316

Choose a tag to compare

fix: use correct variable with route53-cluster-hostname @syphernl (#83)

what

  • Use dns_name instead of name while using the route53-cluster-hostname module.

why

  • The name parameter is not being used by the route53-cluster-hostname module invocation and results it falling back to the value of module.this.id rather than the default value of db for host_name within the terraform-aws-rds module.

references

v0.26.0

17 Dec 09:32
9f48aaa

Choose a tag to compare

Terraform 0.14 upgrade @maximmi (#81)

what

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

why

  • Support Terraform 0.14

0.25.0 Bump terraform-aws-route53-cluster-hostname

12 Nov 02:28
a802859

Choose a tag to compare

what

  • Bump module dns_host_name from 0.5.0 to 0.7.0

why

  • terraform-aws-rds claims to support provider AWS >= 2.0
  • terraform-aws-route53-cluster-hostname supports AWS ~> 2.0
  • By bumping terraform-aws-route53-cluster-hostname to a version supporting AWS >= 2.0 we ensure that this RDS module's dependencies don't imply unexpected restrictions.
  • terraform-aws-route53-cluster-hostname 0.6.0 would also be valid; but 0.7.0 causes no breaking changes, so it makes sense to skip ahead to the latest valid version.

0.24.0 update aws provider version

31 Oct 20:57
17070fe

Choose a tag to compare

what

  • Update aws provider to >= 2.0 avoid module version conflicts when used with >= 3.0 modules (eg. aws-eks-node-group).

why

references

0.23.0 Support `monitoring_role_arn` which is required for `monitoring_interval`

01 Oct 02:30
6672a32

Choose a tag to compare

what

  • Add monitoring_role_arn input variable which gets passed through to aws_db_instance resource

why

  • without this, when using monitoring_interval, you get the following error:

InvalidParameterCombination: A MonitoringRoleARN value is required if you specify a MonitoringInterval value other than 0.

references

0.22.0 Additional TF 0.13.0 changes

20 Aug 14:42
c01e0ea

Choose a tag to compare

what

  • upgrade cloudposse/terraform-aws-route-53-cluster-hostname to 0.5.0

why

  • for TF 0.13.0 support

references

0.21.1: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#65)

18 Aug 08:26
3ccb6ec

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.

Co-authored-by: Erik Osterman <erik@cloudposse.com>