Releases: cloudposse/terraform-aws-rds
v0.27.3
🤖 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
🐛 Bug Fixes
[auto-context] Create pull request when context.tf changes @Nuru (#86)
what
- Fix
auto-contextworkflow so that it creates a pull request whencontext.tfchanges
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
🤖 Automatic Updates
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.9.0 @renovate (#85)
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
Update `context.tf` and github actions @htplbc (#31)
#### what * Update to `context.tf` #### why * Keep the module up to dateRenovate 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
fix: use correct variable with route53-cluster-hostname @syphernl (#83)
what
- Use
dns_nameinstead ofnamewhile using the route53-cluster-hostname module.
why
- The
nameparameter is not being used by the route53-cluster-hostname module invocation and results it falling back to the value ofmodule.this.idrather than the default value ofdbforhost_namewithin the terraform-aws-rds module.
references
v0.26.0
0.25.0 Bump terraform-aws-route53-cluster-hostname
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
what
- Update aws provider to
>= 2.0avoid module version conflicts when used with>= 3.0modules (eg. aws-eks-node-group).
why
- This module is being used with terraform-aws-eks-node-group which needs aws provider version to be
>= 2.0to fix version conflicts.
references
- See cloudposse/terraform-aws-eks-node-group#41 for details. This tackles one of the modules causing the issue.
0.23.0 Support `monitoring_role_arn` which is required for `monitoring_interval`
what
- Add
monitoring_role_arninput variable which gets passed through toaws_db_instanceresource
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
- this is already supported by
cloudposse/terraform-aws-rds-cluster
0.22.0 Additional TF 0.13.0 changes
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)
## 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>