From da2eebe35d540a15f0869fdad56fa67d41728049 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:59:36 +0800 Subject: [PATCH] chore(main): release 3.9.0 (#54) * chore(main): release 3.9.0 * chore: update sn_policy_version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Max Xu --- CHANGELOG.md | 13 +++++++++++++ modules/aws/variables.tf | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0647c..b31b25c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.9.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.8.0...v3.9.0) (2023-12-11) + + +### Features + +* update permissions for bootstrap and boundary policy ([#52](https://github.com/streamnative/terraform-managed-cloud/issues/52)) ([711f06a](https://github.com/streamnative/terraform-managed-cloud/commit/711f06a03029ffe2d1eb2b1584f5818d1434abc1)) + + +### Bug Fixes + +* add pr check ci ([e5bf7e6](https://github.com/streamnative/terraform-managed-cloud/commit/e5bf7e6f13766587f8cfd426c2551ef4fdac4db9)) +* add pr check ci ([#53](https://github.com/streamnative/terraform-managed-cloud/issues/53)) ([e5bf7e6](https://github.com/streamnative/terraform-managed-cloud/commit/e5bf7e6f13766587f8cfd426c2551ef4fdac4db9)) + ## [3.8.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.7.0...v3.8.0) (2023-11-01) diff --git a/modules/aws/variables.tf b/modules/aws/variables.tf index dbd22d4..07c5660 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.8.0" # x-release-please-version + default = "3.9.0" # x-release-please-version type = string }