Skip to content

Commit

Permalink
chore(main): release 3.10.0 (#58)
Browse files Browse the repository at this point in the history
* chore(main): release 3.10.0

* chore: Update variables.tf

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Xu <[email protected]>
  • Loading branch information
github-actions[bot] and maxsxu authored Jan 23, 2024
1 parent a08c964 commit ad7ab9e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.10.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.9.0...v3.10.0) (2024-01-23)


### Features

* add azure production and staging env gsa ids ([#56](https://github.com/streamnative/terraform-managed-cloud/issues/56)) ([c935c91](https://github.com/streamnative/terraform-managed-cloud/commit/c935c91fd8a1728ece33fe2489bbca5f592eef47))
* remove sub level permission for azure cloud manager ([#55](https://github.com/streamnative/terraform-managed-cloud/issues/55)) ([4631fb4](https://github.com/streamnative/terraform-managed-cloud/commit/4631fb4893e5747f8dad9020ce46a54e198eaf74))


### Bug Fixes

* github workflow permission ([#57](https://github.com/streamnative/terraform-managed-cloud/issues/57)) ([1217189](https://github.com/streamnative/terraform-managed-cloud/commit/121718952f2ade66601a13816acc75286c5d6ca6))
* update aws policy ([a08c964](https://github.com/streamnative/terraform-managed-cloud/commit/a08c96475eb52c9385798a1d8e6e212c4f148f2e))
* update aws policy and docs ([#59](https://github.com/streamnative/terraform-managed-cloud/issues/59)) ([a08c964](https://github.com/streamnative/terraform-managed-cloud/commit/a08c96475eb52c9385798a1d8e6e212c4f148f2e))

## [3.9.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.8.0...v3.9.0) (2023-12-11)


Expand Down
2 changes: 1 addition & 1 deletion modules/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

variable "sn_policy_version" {
description = "The value of SNVersion tag"
default = "3.9.0" # x-release-please-version
default = "3.10.0" # x-release-please-version
type = string
}

Expand Down

0 comments on commit ad7ab9e

Please sign in to comment.