Skip to content

Releases: cloudposse/terraform-aws-documentdb-cluster

v0.10.1

04 Feb 01:28
99ad3a1

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

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

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

v0.8.0

07 Jan 08:18
b74c92a

Choose a tag to compare

Terraform 0.14 upgrade @maximmi (#20)

what

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

why

  • Support Terraform 0.14

supersedes and closes #18

upgrading chatops @maximmi (#21)

what

  • upgrading chatops with recent version of slash-command-dispatch

why

  • to fix not working chatops commands

0.7.0: Also support aws provider 3+ (#17)

12 Nov 21:34
e543560

Choose a tag to compare

## what
Set to use the latest version of dependencies and set to accept higher aws provider versions (3+)

## why
the latest aws provider now is 3.14.1, for this module to stay relevant it need to start support 3+.
There might be a point in creating 2 separate branches/tracks in the future since some 3+ things are not compatible with some 2+ things and vice versa.. I do not now if this module includes any issues like that, but the included "complete" test is ok with using the latest 3.14.1 provider at least.

## references
Direct links to the updated modules if curious what has changed in the versions (I didnt analyze just ran test and it worked
https://github.com/cloudposse/terraform-aws-vpc
https://github.com/cloudposse/terraform-aws-dynamic-subnets
https://github.com/cloudposse/terraform-aws-route53-cluster-hostname

Not for these particular changes Im doing a PR for now, but for reference what has changed between 2 and 3.
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-3-upgrade

0.6.0: add new attributes: auto_minor_version_upgrade, preferred_maintenance_window

23 Oct 14:59
bb3928b

Choose a tag to compare

add new attributes: auto_minor_version_upgrade, preferred_maintenance…

0.5.2

18 Aug 07:15
8a652f7

Choose a tag to compare

use newer cluster-hostname module to support terraform 0.13 (#13)

0.5.1

18 Aug 06:57
b427ffd

Choose a tag to compare

[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.5.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#11)

11 Aug 13:53
5ee8827

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.4.0: Updates to ChatOps - Automated commit (#10)

14 Jul 04:36
98cfd94

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