Skip to content

Commit

Permalink
chore(main): release 3.19.0 (#112)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
streamnativebot authored Feb 28, 2025
1 parent 29ad930 commit 6b8f472
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"3.18.0"}
{".":"3.19.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.19.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.18.0...v3.19.0) (2025-02-28)


### Features

* add permissions for karpenter ([#105](https://github.com/streamnative/terraform-managed-cloud/issues/105)) ([ec3f23b](https://github.com/streamnative/terraform-managed-cloud/commit/ec3f23b3c0a971ef8ae68da48b5ce06769e672b4))
* 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))
* Support s3 table ([#111](https://github.com/streamnative/terraform-managed-cloud/issues/111)) ([55280ad](https://github.com/streamnative/terraform-managed-cloud/commit/55280ad602c5f37f4fc76a70e1f9386f016eb9f8))


### Bug Fixes

* add s3tables to boundary ([#119](https://github.com/streamnative/terraform-managed-cloud/issues/119)) ([91d111d](https://github.com/streamnative/terraform-managed-cloud/commit/91d111d885e93ba733aac5a0147d51377046f471))
* allow detach instance profile ([#117](https://github.com/streamnative/terraform-managed-cloud/issues/117)) ([ac58095](https://github.com/streamnative/terraform-managed-cloud/commit/ac58095a118aacd7f887a401f65f13e70f64d325))
* reduce s3table access permission ([#120](https://github.com/streamnative/terraform-managed-cloud/issues/120)) ([29ad930](https://github.com/streamnative/terraform-managed-cloud/commit/29ad9305e8dfaaaa99933eaad34dc29ced78d3d0))

## [3.18.0](https://github.com/streamnative/terraform-managed-cloud/compare/v3.17.0...v3.18.0) (2025-01-14)


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

Expand Down

0 comments on commit 6b8f472

Please sign in to comment.