Skip to content

Commit a31f6fa

Browse files
Update Helm release provider-aws to v1.59.0 (#1829)
Co-authored-by: 23t-machine-user <operations@23technologies.cloud>
1 parent f7f72ba commit a31f6fa

27 files changed

Lines changed: 98 additions & 576 deletions

File tree

configuration/configuration/images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ provider-aws:
16851685
name: aws-custom-route-controller
16861686
repository: europe-docker.pkg.dev/gardener-project/releases/gardener/aws-custom-route-controller
16871687
sourceRepository: github.com/gardener/aws-custom-route-controller
1688-
tag: v0.8.0
1688+
tag: v0.10.0
16891689
- labels:
16901690
- name: gardener.cloud/cve-categorisation
16911691
value:
@@ -1698,7 +1698,7 @@ provider-aws:
16981698
name: aws-ipam-controller
16991699
repository: europe-docker.pkg.dev/gardener-project/releases/gardener/aws-ipam-controller
17001700
sourceRepository: github.com/gardener/aws-ipam-controller
1701-
tag: v0.1.0
1701+
tag: v0.2.0
17021702
- labels:
17031703
- name: gardener.cloud/cve-categorisation
17041704
value:

configuration/configuration/templates/extensions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ stringData:
180180
{{- end }}
181181

182182
provider-aws:
183-
version: 1.58.3
183+
version: 1.59.0
184184
admission:
185185
enabled: true
186186
{{- if .Values.registryOverwrite }}

docs/release-notes/next.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,3 +650,54 @@ no release notes available
650650
no release notes available
651651

652652
</details>
653+
654+
<details>
655+
<summary><b>Update provider-aws to <code>1.59.0</code></b></summary>
656+
657+
# [gardener/gardener-extension-provider-aws]
658+
659+
## ⚠️ Breaking Changes
660+
661+
- `[OPERATOR]` The Helm charts for the `application` and `runtime` parts of the gardener-extension-admission-aws admission controller have been separated into standalone charts. These charts now assume a Garden setup with a virtual garden. Both charts must be deployed individually: the `runtime` chart on the Garden runtime cluster, and the `application` chart on the virtual garden. Additionally, the intermediate `global` level in the Helm values has been removed, so you may need to adjust your provided values accordingly. by @MartinWeindel [#1100]
662+
## 📰 Noteworthy
663+
664+
- `[DEVELOPER]` Updated AWS SDK from v1 to v2 by @AndreasBurger [#1060]
665+
## ✨ New Features
666+
667+
- `[OPERATOR]` Adjustments for additional deployment of extension and admission controller on Garden runtime cluster by gardener-operator. by @MartinWeindel [#1100]
668+
- `[OPERATOR]` Support specification of extended resources in provider config node template without re-specifying core resources. by @elankath [#1010]
669+
## 🏃 Others
670+
671+
- `[OPERATOR]` Fixed terraform deploy and integration tests for IPv6. by @axel7born [#1112]
672+
- `[OPERATOR]` update images of pause and alpine container by @hebelsan [#1101]
673+
- `[OPERATOR]` Add IPv4 ranges from Spec.Networking to Status.Networking. by @axel7born [#1094]
674+
- `[OPERATOR]` Filter pod ranges for IPv4 CIDRs to configure Custom-Route-Controller. by @axel7born [#1138]
675+
- `[OPERATOR]` Create bastion vm from the info provided in the cloud profile bastion section by @hebelsan [#1040]
676+
- `[OPERATOR]` Added validation to allow only IPv6-only shoot clusters, but not dual-stack as it is not supported, yet. by @ScheererJ [#1095]
677+
- `[OPERATOR]` Fixed an issue preventing the deployment of internal load balancers in IPv6-only shoots. by @axel7born [#1108]
678+
- `[OPERATOR]` Add `NamespacedCloudProfile` admission mutation and validation to support custom machine images and types. by @LucaBernstein [#1136]
679+
- `[OPERATOR]` Remove the duplicate provider type check from the admission webhooks. by @LucaBernstein [#1117]
680+
- `[OPERATOR]` Fix an issue where the "0.0.0.0/0" route creation would fail if the nat-gateway was previously deleted. by @kon-angelo [#1111]
681+
- `[OPERATOR]` Update gardener to v1.106.1 by @hebelsan [#1110]
682+
- `[OPERATOR]` Dual-stack networking, i.e. networks with IPv4 and IPv6, are allowed now. by @ScheererJ [#1139]
683+
- `[OPERATOR]` AWS load balancers controller is always enabled for IPv6-only and dual-stack shoot clusters. by @ScheererJ [#1099]
684+
- `[OPERATOR]` Harmonize logging output from controller-runtime logger and kubernetes logger. by @DockToFuture [#1105]
685+
- `[OPERATOR]` `gosec` was introduced for Static Application Security Testing (SAST). by @DockToFuture [#1105]
686+
- `[DEPENDENCY]` Update go to version 1.23.3 by @hebelsan [#1121]
687+
- `[DEVELOPER]` Add gosec as sast makefile target by @hebelsan [#1123]
688+
## 📖 Documentation
689+
690+
- `[USER]` Add overview documentation for IPv6 by @ScheererJ [#1143]
691+
# [gardener/aws-custom-route-controller]
692+
693+
## ✨ New Features
694+
695+
- `[USER]` `gosec` was introduced for Static Application Security Testing (SAST). by @ScheererJ [gardener/aws-custom-route-controller#34]
696+
- `[USER]` Update sdk version to v2 by @kon-angelo [gardener/aws-custom-route-controller#48]
697+
- `[USER]` The `aws-custom-route-controller` only adds node routes for IPv4 pod CIDR ranges and does not interfere with IPv6 routes. by @DockToFuture [gardener/aws-custom-route-controller#43]
698+
## 🏃 Others
699+
700+
- `[OPERATOR]` Bumps golang from 1.23.2 to 1.23.3. by @dependabot[bot] [gardener/aws-custom-route-controller#44]
701+
- `[OPERATOR]` Bumps golang from 1.23.1 to 1.23.2. by @dependabot[bot] [gardener/aws-custom-route-controller#33]
702+
703+
</details>

helmcharts/provider-aws/Chart.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ dependencies:
33
- condition: controller.enabled
44
name: controller
55
repository: ""
6-
- condition: gardener-extension-admission-aws.enabled
7-
name: gardener-extension-admission-aws
8-
repository: ""
96
description: A helmchart for provider-aws
107
name: provider-aws
11-
version: 1.58.3
8+
version: 1.59.0

helmcharts/provider-aws/RELEASE.md

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,45 @@
11
# [gardener/gardener-extension-provider-aws]
22

3+
## ⚠️ Breaking Changes
4+
5+
- `[OPERATOR]` The Helm charts for the `application` and `runtime` parts of the gardener-extension-admission-aws admission controller have been separated into standalone charts. These charts now assume a Garden setup with a virtual garden. Both charts must be deployed individually: the `runtime` chart on the Garden runtime cluster, and the `application` chart on the virtual garden. Additionally, the intermediate `global` level in the Helm values has been removed, so you may need to adjust your provided values accordingly. by @MartinWeindel [#1100]
6+
## 📰 Noteworthy
7+
8+
- `[DEVELOPER]` Updated AWS SDK from v1 to v2 by @AndreasBurger [#1060]
9+
## ✨ New Features
10+
11+
- `[OPERATOR]` Adjustments for additional deployment of extension and admission controller on Garden runtime cluster by gardener-operator. by @MartinWeindel [#1100]
12+
- `[OPERATOR]` Support specification of extended resources in provider config node template without re-specifying core resources. by @elankath [#1010]
313
## 🏃 Others
414

5-
- `[OPERATOR]` Ignore alreadyDetached errors when detaching instead of erroring out by @kon-angelo [#1118]
15+
- `[OPERATOR]` Fixed terraform deploy and integration tests for IPv6. by @axel7born [#1112]
16+
- `[OPERATOR]` update images of pause and alpine container by @hebelsan [#1101]
17+
- `[OPERATOR]` Add IPv4 ranges from Spec.Networking to Status.Networking. by @axel7born [#1094]
18+
- `[OPERATOR]` Filter pod ranges for IPv4 CIDRs to configure Custom-Route-Controller. by @axel7born [#1138]
19+
- `[OPERATOR]` Create bastion vm from the info provided in the cloud profile bastion section by @hebelsan [#1040]
20+
- `[OPERATOR]` Added validation to allow only IPv6-only shoot clusters, but not dual-stack as it is not supported, yet. by @ScheererJ [#1095]
21+
- `[OPERATOR]` Fixed an issue preventing the deployment of internal load balancers in IPv6-only shoots. by @axel7born [#1108]
22+
- `[OPERATOR]` Add `NamespacedCloudProfile` admission mutation and validation to support custom machine images and types. by @LucaBernstein [#1136]
23+
- `[OPERATOR]` Remove the duplicate provider type check from the admission webhooks. by @LucaBernstein [#1117]
24+
- `[OPERATOR]` Fix an issue where the "0.0.0.0/0" route creation would fail if the nat-gateway was previously deleted. by @kon-angelo [#1111]
25+
- `[OPERATOR]` Update gardener to v1.106.1 by @hebelsan [#1110]
26+
- `[OPERATOR]` Dual-stack networking, i.e. networks with IPv4 and IPv6, are allowed now. by @ScheererJ [#1139]
27+
- `[OPERATOR]` AWS load balancers controller is always enabled for IPv6-only and dual-stack shoot clusters. by @ScheererJ [#1099]
28+
- `[OPERATOR]` Harmonize logging output from controller-runtime logger and kubernetes logger. by @DockToFuture [#1105]
29+
- `[OPERATOR]` `gosec` was introduced for Static Application Security Testing (SAST). by @DockToFuture [#1105]
30+
- `[DEPENDENCY]` Update go to version 1.23.3 by @hebelsan [#1121]
31+
- `[DEVELOPER]` Add gosec as sast makefile target by @hebelsan [#1123]
32+
## 📖 Documentation
33+
34+
- `[USER]` Add overview documentation for IPv6 by @ScheererJ [#1143]
35+
# [gardener/aws-custom-route-controller]
36+
37+
## ✨ New Features
38+
39+
- `[USER]` `gosec` was introduced for Static Application Security Testing (SAST). by @ScheererJ [gardener/aws-custom-route-controller#34]
40+
- `[USER]` Update sdk version to v2 by @kon-angelo [gardener/aws-custom-route-controller#48]
41+
- `[USER]` The `aws-custom-route-controller` only adds node routes for IPv4 pod CIDR ranges and does not interfere with IPv6 routes. by @DockToFuture [gardener/aws-custom-route-controller#43]
42+
## 🏃 Others
643

7-
## Helm Charts
8-
- admission-aws-application: `europe-docker.pkg.dev/gardener-project/releases/charts/gardener/extensions/admission-aws-application:v1.58.3`
9-
- admission-aws-runtime: `europe-docker.pkg.dev/gardener-project/releases/charts/gardener/extensions/admission-aws-runtime:v1.58.3`
10-
- provider-aws: `europe-docker.pkg.dev/gardener-project/releases/charts/gardener/extensions/provider-aws:v1.58.3`
11-
## Docker Images
12-
- gardener-extension-admission-aws: `europe-docker.pkg.dev/gardener-project/releases/gardener/extensions/admission-aws:v1.58.3`
13-
- gardener-extension-provider-aws: `europe-docker.pkg.dev/gardener-project/releases/gardener/extensions/provider-aws:v1.58.3`
44+
- `[OPERATOR]` Bumps golang from 1.23.2 to 1.23.3. by @dependabot[bot] [gardener/aws-custom-route-controller#44]
45+
- `[OPERATOR]` Bumps golang from 1.23.1 to 1.23.2. by @dependabot[bot] [gardener/aws-custom-route-controller#33]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
description: Helmchart for controllerregistration of provider-aws
33
name: controller
4-
version: 1.58.3
4+
version: 1.59.0

0 commit comments

Comments
 (0)