Skip to content

Commit

Permalink
chore(main): release 3.13.0 (#78)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
github-actions[bot] and maxsxu authored May 7, 2024
1 parent 577978d commit 8fec2fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

Expand Down

0 comments on commit 8fec2fe

Please sign in to comment.