From 8fec2fefe927f8bfbc36320c354b8dc43ac5a155 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:28:34 +0800 Subject: [PATCH] chore(main): release 3.13.0 (#78) * chore(main): release 3.13.0 * chore: Update variables.tf --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Xu --- CHANGELOG.md | 9 +++++++++ modules/aws/variables.tf | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6144c1..ecc6905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.13.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.12.0...v3.13.0) (2024-05-07) + + +### Features + +* Add KMS for encrypting k8s etcd ([#77](https://github.com/streamnative/terraform-managed-cloud/issues/77)) ([4632366](https://github.com/streamnative/terraform-managed-cloud/commit/46323664400a0f46ca8f674bb238d6c0241ca86a)) +* Allow iam:PutRolePolicy and iam:DeleteRolePolicy in aws ([#79](https://github.com/streamnative/terraform-managed-cloud/issues/79)) ([8740a56](https://github.com/streamnative/terraform-managed-cloud/commit/8740a562ecaf847a54ec0209bcb70fe4c721547b)) +* **aws:** allow update route tables ([#80](https://github.com/streamnative/terraform-managed-cloud/issues/80)) ([577978d](https://github.com/streamnative/terraform-managed-cloud/commit/577978d4900fcde37a37be1c84ca620cc7f2ca10)) + ## [3.12.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.11.1...v3.12.0) (2024-04-08) diff --git a/modules/aws/variables.tf b/modules/aws/variables.tf index 8c2609b..4442529 100644 --- a/modules/aws/variables.tf +++ b/modules/aws/variables.tf @@ -16,7 +16,7 @@ variable "sn_policy_version" { description = "The value of SNVersion tag" - default = "3.11.1" # x-release-please-version + default = "3.13.0" # x-release-please-version type = string }