Skip to content

Commit 697d038

Browse files
committed
Merge branch 'master' into dpappa/add-capacity-type-node-groups
2 parents da5f50f + 3dcf193 commit 697d038

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1467
-2666
lines changed

.github/workflows/pr.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ on:
1010
- edited
1111
- synchronize
1212

13+
permissions:
14+
pull-requests: write
15+
1316
jobs:
17+
assign-author:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- uses: toshimaru/auto-author-assign@v2.1.1
21+
1422
title-check:
1523
runs-on: ubuntu-latest
1624
steps:

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [4.4.0](https://github.com/streamnative/terraform-aws-cloud/compare/v4.3.2...v4.4.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* add iam submodule for managing applications iam ([#162](https://github.com/streamnative/terraform-aws-cloud/issues/162)) ([8ea10c0](https://github.com/streamnative/terraform-aws-cloud/commit/8ea10c0e4d4d9d2e5176048c3899c5155f7c6c1a))
9+
* support loki bucket for aws BYOC poolmembers ([#170](https://github.com/streamnative/terraform-aws-cloud/issues/170)) ([92713e7](https://github.com/streamnative/terraform-aws-cloud/commit/92713e7805b6e66aab0d825e7fea51c2466c3a9a))
10+
* **vpc:** add enable_s3_gateway_endpoint variable ([#168](https://github.com/streamnative/terraform-aws-cloud/issues/168)) ([5211726](https://github.com/streamnative/terraform-aws-cloud/commit/52117262556d3d882a42157a99fc212a3bf0e799))
11+
* **vpc:** add s3 gateway endpoint ([#165](https://github.com/streamnative/terraform-aws-cloud/issues/165)) ([9e5a88b](https://github.com/streamnative/terraform-aws-cloud/commit/9e5a88b6c641354301a12498f0ac23dd4957162b))
12+
13+
14+
### Reverts
15+
16+
* support loki bucket for aws BYOC poolmembers ([#169](https://github.com/streamnative/terraform-aws-cloud/issues/169)) ([055f7f2](https://github.com/streamnative/terraform-aws-cloud/commit/055f7f2a6e54de142ed976f4284fe87200b16e10))
17+
18+
## [4.3.2](https://github.com/streamnative/terraform-aws-cloud/compare/v4.3.1...v4.3.2) (2025-06-19)
19+
20+
21+
### Bug Fixes
22+
23+
* Remove unused applications ([#163](https://github.com/streamnative/terraform-aws-cloud/issues/163)) ([2254307](https://github.com/streamnative/terraform-aws-cloud/commit/2254307595ca1d514073aa6f89e105df6a00603a))
24+
25+
## [4.3.1](https://github.com/streamnative/terraform-aws-cloud/compare/v4.3.0...v4.3.1) (2025-05-14)
26+
27+
28+
### Bug Fixes
29+
30+
* conditional set env rather than null value ([#159](https://github.com/streamnative/terraform-aws-cloud/issues/159)) ([7a4e9c3](https://github.com/streamnative/terraform-aws-cloud/commit/7a4e9c326a266289b30f2fbfd4005cb938fd84a5))
31+
32+
## [4.3.0](https://github.com/streamnative/terraform-aws-cloud/compare/v4.2.1...v4.3.0) (2025-05-13)
33+
34+
35+
### Features
36+
37+
* add variable enable_vpc_cni_prefix_delegation ([#157](https://github.com/streamnative/terraform-aws-cloud/issues/157)) ([632789b](https://github.com/streamnative/terraform-aws-cloud/commit/632789bf9edd7a584d08c748e268463b78baa902))
38+
39+
## [4.2.1](https://github.com/streamnative/terraform-aws-cloud/compare/v4.2.0...v4.2.1) (2025-05-07)
40+
41+
42+
### Bug Fixes
43+
44+
* **vpc:** region regex validation ([#155](https://github.com/streamnative/terraform-aws-cloud/issues/155)) ([9b5ce47](https://github.com/streamnative/terraform-aws-cloud/commit/9b5ce47e533642fa282554910384fab7af2665de))
45+
46+
## [4.2.0](https://github.com/streamnative/terraform-aws-cloud/compare/v4.1.2...v4.2.0) (2025-03-04)
47+
48+
49+
### Features
50+
51+
* take over self-managed add-ons with Amazon EKS add-ons ([#153](https://github.com/streamnative/terraform-aws-cloud/issues/153)) ([60a8b1d](https://github.com/streamnative/terraform-aws-cloud/commit/60a8b1d0a83d03addb664477a6b32c353187d3c9))
52+
353
## [4.1.2](https://github.com/streamnative/terraform-aws-cloud/compare/v4.1.1...v4.1.2) (2024-12-12)
454

555

README.md

Lines changed: 36 additions & 161 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)