Skip to content

Commit

Permalink
chore(main): release 3.9.0 (#54)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
github-actions[bot] and maxsxu authored Dec 11, 2023
1 parent 711f06a commit da2eebe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.8.0" # x-release-please-version
default = "3.9.0" # x-release-please-version
type = string
}

Expand Down

0 comments on commit da2eebe

Please sign in to comment.