Skip to content

Commit

Permalink
chore(main): release 3.16.1 (#100)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[3.16.1](v3.16.0...v3.16.1)
(2024-11-25)


### Bug Fixes

* Add new required EKS permissions
([#99](#99))
([cfa2446](cfa2446))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: Max Xu <[email protected]>
  • Loading branch information
streamnativebot and maxsxu authored Nov 25, 2024
1 parent cfa2446 commit decac0c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.16.0"}
{".":"3.16.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.16.1](https://github.com/streamnative/terraform-managed-cloud/compare/v3.16.0...v3.16.1) (2024-11-25)


### Bug Fixes

* Add new required EKS permissions ([#99](https://github.com/streamnative/terraform-managed-cloud/issues/99)) ([cfa2446](https://github.com/streamnative/terraform-managed-cloud/commit/cfa24462cd61df1ce96bbcbb15c9ce0aa9b0958c))

## [3.16.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.15.0...v3.16.0) (2024-11-20)


Expand Down
2 changes: 1 addition & 1 deletion modules/aws/vendor-access/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.14.1" # x-release-please-version
default = "3.16.1" # {{ x-release-please-version }}
type = string
}

Expand Down
9 changes: 8 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"release-type": "terraform-module",
"separate-pull-requests": true,
"include-component-in-tag": true,
"packages": {
".": {
"release-type": "terraform-module",
"bump-minor-pre-major": true,
"versioning": "default",
"include-component-in-tag": false,
"exclude-paths": [
".github"
],
"extra-files": [
"modules/aws/variables.tf"
]
Expand Down

0 comments on commit decac0c

Please sign in to comment.