Releases: cloudposse/terraform-aws-documentdb-cluster
v0.14.1
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 @renovate (#38)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/route53-cluster-hostname/aws (source) | module | patch | 0.12.1 -> 0.12.2 |
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.12.2
🚀 Enhancements
Bump AWS provider 3.0 @nitrocode (#36)
##### what * Bump AWS provider 3.0 ##### why * Downstream modules can take advantage of the more recent aws provider ##### references N/AConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 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.14.0
Fix: Make `engine_version` explicit by default, run `make github/init`, update module versions. @korenyoni (#37)
what
- Make
engine_version
explicit by default. - Run
make github/init
. - Update module versions.
why
engine_version
defaults to the latest docdb version — 4.0.0 — which is incompatible with the docdb3.6 cluster family.- Updates GHA-workflow-related files to their latest distribution.
- The old
context.tf
distribution is incompatible with thetenant
label. - The old module versions have a
context.tf
distribution that is incompatible with thetenant
label.
references
v0.13.0
Add deletion_protection parameter @krsh-off (#32)
what
Add deletion_protection parameter to the module as an additional safeguard for production systems. This PR addresses issue #30.
why
The absence of this feature is required us to implement local-exec or any other custom logic. This pretty small change provides an ability to use the module as-is.
v0.12.1
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.12.0 @renovate (#29)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/route53-cluster-hostname/aws (source) | terraform | minor | 0.11.0 -> 0.12.0 |
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.12.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#35)
#### 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 compliantv0.12.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#27)
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.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#28)
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.11.0
- No changes
v0.10.1
Update module versions. Update terratest @aknysh (#26)
what
- Update module versions
- Update
terratest
why
- Keep up to date
- Add random attributes when provisioning with
terratest
🤖 Automatic Updates
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.10.0 @renovate (#22)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/route53-cluster-hostname/aws (source) | terraform | minor | 0.8.0 -> 0.10.0 |
Release Notes
cloudposse/terraform-aws-route53-cluster-hostname
v0.10.0
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.14v0.9.0
Update `context.tf` and github actions @htplbc (#31)
##### what * Update to `context.tf` ##### why * Keep the module up to datev0.10.0
Pass dns_name to terraform-aws-route53-cluster-hostname instead of name @michael-careplanner (#24)
what
- Fixes incorrect DNS records when setting custom records in R53 by passing
dns_name
rather thanname
toterraform-aws-route53-cluster-hostname
why
terraform-aws-route53-cluster-hostname
changed how to pass the DNS name in between 0.5.0 and 0.7.0+- In 0.5.0 the DNS record was created used
var.name
(https://github.com/cloudposse/terraform-aws-route53-cluster-hostname/blob/0.5.0/main.tf#L4) - which is what this module passes. - Since 0.7.0 the DNS record created uses
var.dns_name
if set, defaulting tomodule.this.id
if not (https://github.com/cloudposse/terraform-aws-route53-cluster-hostname/blob/0.7.0/main.tf#L3) - This results in the custom DNS names passed in this module not generating the correct R53 records.
v0.9.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#25)
what
- update context.tf to v0.23.0
- 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
- 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