Releases: cloudposse/terraform-aws-documentdb-cluster
Releases · cloudposse/terraform-aws-documentdb-cluster
v0.8.0
0.7.0: Also support aws provider 3+ (#17)
## 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
add new attributes: auto_minor_version_upgrade, preferred_maintenance…
0.5.2
0.5.1
0.5.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#11)
## 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)
## 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
0.3.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline
what
- Port module to Terraform 0.12
- Pin all providers
- Add example for testing
- Add
bats
andterratest
for the example - Add Codefresh badge to point to the test pipeline in
terraform-modules
project - Update README
why
- Module currently does not work with 0.12. Much easier syntax
- Better regression control
- Automatically test the example on every commit and pull request
- Provision resources on AWS in the test account and check the outputs for the correct values
terraform-modules
project contains pipelines for all terraform modules
0.2.0 Add cluster and reader DNS names
what
- Add cluster and reader DNS names
why
- The default DNS names can conflict with other database clusters when deployed together (e.g. RDS Aurora for Codefresh on-prem)