From ec506ee43e031afb1fb64986d501eecca384f1a9 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:26:15 +0300 Subject: [PATCH] chore(main): release aws-mongodbatlas-cluster 0.2.0 (#219) Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- modules/aws-mongodbatlas-cluster/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e61f33c..150c07d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,7 +19,7 @@ "modules/aws-eks-rancher-importer": "0.1.0", "modules/aws-self-signed-cert": "0.1.0", "modules/aws-route53-health-check-main": "0.1.0", - "modules/aws-mongodbatlas-cluster": "0.1.0", + "modules/aws-mongodbatlas-cluster": "0.2.0", "modules/aws-route53-records": "0.1.0", "modules/aws-vpc-peering-accepter": "0.1.0", "modules/aws-security-hub": "0.1.0", diff --git a/modules/aws-mongodbatlas-cluster/CHANGELOG.md b/modules/aws-mongodbatlas-cluster/CHANGELOG.md index d5c924c..fbedd14 100644 --- a/modules/aws-mongodbatlas-cluster/CHANGELOG.md +++ b/modules/aws-mongodbatlas-cluster/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/kloia/platform-modules/compare/aws-mongodbatlas-cluster-v0.1.0...aws-mongodbatlas-cluster-v0.2.0) (2024-05-15) + + +### Features + +* **aws-mongodbatlas-cluster:** option to pass aws_kms config values as seperate variables ([#217](https://github.com/kloia/platform-modules/issues/217)) ([b9938bc](https://github.com/kloia/platform-modules/commit/b9938bc9253f6eb4e1e74a771b0f03f360b0c81b)) + ## 0.1.0 (2024-05-10)