Skip to content

Releases: cloudposse/terraform-aws-documentdb-cluster

v0.8.0

07 Jan 08:18
b74c92a
Compare
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
Compare
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
Compare
Choose a tag to compare
add new attributes: auto_minor_version_upgrade, preferred_maintenance…

0.5.2

18 Aug 07:15
8a652f7
Compare
Choose a tag to compare
use newer cluster-hostname module to support terraform 0.13 (#13)

0.5.1

18 Aug 06:57
b427ffd
Compare
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
Compare
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
Compare
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

0.3.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

07 Nov 04:39
b61b7fc
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest 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

15 Apr 01:23
964b052
Compare
Choose a tag to compare

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)

0.1.0 Initial implementation of Terraform module for a DocumentDB cluster

03 Apr 21:01
f12263f
Compare
Choose a tag to compare

what

  • Initial implementation of Terraform module for a DocumentDB cluster

why

  • Provision a DocumentDB cluster on AWS

test

image

image