Skip to content

Commit 6b8f472

Browse files
chore(main): release 3.19.0 (#112)
🤖 I have created a release *beep* *boop* --- ## [3.19.0](v3.18.0...v3.19.0) (2025-02-28) ### Features * add permissions for karpenter ([#105](#105)) ([ec3f23b](ec3f23b)) * simplify azure vendor access module ([#118](#118)) ([8f46442](8f46442)) * Support s3 table ([#111](#111)) ([55280ad](55280ad)) ### Bug Fixes * add s3tables to boundary ([#119](#119)) ([91d111d](91d111d)) * allow detach instance profile ([#117](#117)) ([ac58095](ac58095)) * reduce s3table access permission ([#120](#120)) ([29ad930](29ad930)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 29ad930 commit 6b8f472

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"3.18.0"}
1+
{".":"3.19.0"}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.19.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.18.0...v3.19.0) (2025-02-28)
4+
5+
6+
### Features
7+
8+
* add permissions for karpenter ([#105](https://github.com/streamnative/terraform-managed-cloud/issues/105)) ([ec3f23b](https://github.com/streamnative/terraform-managed-cloud/commit/ec3f23b3c0a971ef8ae68da48b5ce06769e672b4))
9+
* simplify azure vendor access module ([#118](https://github.com/streamnative/terraform-managed-cloud/issues/118)) ([8f46442](https://github.com/streamnative/terraform-managed-cloud/commit/8f46442ae9c9747403a0ad5264ed442b2d2e3109))
10+
* Support s3 table ([#111](https://github.com/streamnative/terraform-managed-cloud/issues/111)) ([55280ad](https://github.com/streamnative/terraform-managed-cloud/commit/55280ad602c5f37f4fc76a70e1f9386f016eb9f8))
11+
12+
13+
### Bug Fixes
14+
15+
* add s3tables to boundary ([#119](https://github.com/streamnative/terraform-managed-cloud/issues/119)) ([91d111d](https://github.com/streamnative/terraform-managed-cloud/commit/91d111d885e93ba733aac5a0147d51377046f471))
16+
* allow detach instance profile ([#117](https://github.com/streamnative/terraform-managed-cloud/issues/117)) ([ac58095](https://github.com/streamnative/terraform-managed-cloud/commit/ac58095a118aacd7f887a401f65f13e70f64d325))
17+
* reduce s3table access permission ([#120](https://github.com/streamnative/terraform-managed-cloud/issues/120)) ([29ad930](https://github.com/streamnative/terraform-managed-cloud/commit/29ad9305e8dfaaaa99933eaad34dc29ced78d3d0))
18+
319
## [3.18.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.17.0...v3.18.0) (2025-01-14)
420

521

modules/aws/vendor-access/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
variable "sn_policy_version" {
1818
description = "The value of SNVersion tag"
19-
default = "3.16.1" # {{ x-release-please-version }}
19+
default = "3.19.0" # {{ x-release-please-version }}
2020
type = string
2121
}
2222

0 commit comments

Comments
 (0)