Skip to content

Releases: cloudposse/terraform-aws-documentdb-cluster

v0.14.1

18 Oct 15:53
448f4a5
Compare
Choose a tag to compare

🤖 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

Compare Source

🚀 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/A

Configuration

📅 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

15 Oct 17:13
0035246
Compare
Choose a tag to compare
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 the tenant label.
  • The old module versions have a context.tf distribution that is incompatible with the tenant label.

references

v0.13.0

13 Feb 10:31
5c900d9
Compare
Choose a tag to compare
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

09 Feb 15:08
d49e6cf
Compare
Choose a tag to compare

🤖 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

Compare Source

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 compliant

v0.12.0

09 Feb 02:22
dd6b1fc
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 (#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

05 Feb 03:27
36b9db8
Compare
Choose a tag to compare

🤖 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

04 Feb 01:28
99ad3a1
Compare
Choose a tag to compare
  • No changes

v0.10.1

04 Feb 01:28
99ad3a1
Compare
Choose a tag to compare
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

Compare Source

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

Compare Source

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

v0.10.0

03 Feb 23:26
19ef683
Compare
Choose a tag to compare
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 than name to terraform-aws-route53-cluster-hostname

why

v0.9.0

03 Feb 22:39
0692439
Compare
Choose a tag to compare
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