Skip to content

Commit

Permalink
chore(main): release 3.8.0 (#49)
Browse files Browse the repository at this point in the history
* chore(main): release 3.8.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 Nov 1, 2023
1 parent ca4efe3 commit efc4194
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.8.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.7.0...v3.8.0) (2023-11-01)


### Features

* add ReadOnlyAccess policy for bootstrap and management role ([#47](https://github.com/streamnative/terraform-managed-cloud/issues/47)) ([5e26b08](https://github.com/streamnative/terraform-managed-cloud/commit/5e26b08b5c576daece0818a03642648fe53b6a27))


### Bug Fixes

* Add provider version requirement for private service ([#48](https://github.com/streamnative/terraform-managed-cloud/issues/48)) ([ca4efe3](https://github.com/streamnative/terraform-managed-cloud/commit/ca4efe32b820eefc6e4aa394f24c41201292da12))

## [3.7.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.6.1...v3.7.0) (2023-10-24)


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

Expand Down

0 comments on commit efc4194

Please sign in to comment.