You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OPERATOR] The etcd StorageClass provisioner has been switched from in-tree kubernetes.io/aws-ebs to the EBS CSI driver ebs.csi.aws.com. The disk type is now configurable via config.etcd.storage.parameters in the Helm values (default: type: gp3).
The old way of configuring it via .Values.config.etcd.storage.encrypted is now deprecated and will be removed with a future release. by @voelzmo [#1764]
✨ New Features
[OPERATOR] Support mixed format for machine image specifications in CloudProfile and NamespacedCloudProfile, allowing both (legacy) architecture-per-region format and new capabilityFlavors format to coexist within the same CloudProfile for smooth migration. by @Roncossek [#1645]
[USER]enableMTUCustomizer field has been added to the InfrastructureConfig (default=true) to
preserve the existing behavior for all shoots. Users who no longer require the MTU to be set
to 1460 on worker nodes can opt out by setting enableMTUCustomizer: false in their shoot's InfrastructureConfig. by @axel7born [#1732]
🐛 Bug Fixes
[OPERATOR] Fix bastion creation by passing normalized capability definitions to FindImageInCloudProfile instead of raw CloudProfile spec values. by @Roncossek [#1772]
[OPERATOR] Support EFS in IPv6 only cluster. by @hebelsan [#1675]
[USER] It is again allowed shoots to use WorkloadIdentity as credentials for DNS management, e.g. via the shoot.spec.dns.providers[].credentialsRef field. by @vpnachev [#1730]
🏃 Others
[OPERATOR] Document route table entries limit if network overlay is disabled by @hebelsan [#1744]
[OPERATOR] updated github.com/gardener/gardener to v1.136.6 by @AndreasBurger [#1748]
[OPERATOR] VPC validation now also takes additional CIDR associations into account by @AndreasBurger [#1747]
[OPERATOR] [DEPRECATION] MTU customization on AWS nodes is being phased out. Previously, a DaemonSet on
seed nodes and a systemd unit on shoot nodes manually reduced network interface MTU to 1460.
With Calico and Cilium supporting MTU auto-detection, this is no longer required. A new MTUCustomizer feature gate (default=true) has been introduced to allow gradual rollout of
the removal. Operators can proactively disable it by setting featureGates.MTUCustomizer: false
in the provider-aws controller configuration. The feature gate and all related code will be
removed in a future release. by @axel7born [#1732]
[OPERATOR] Update gardener to v1.139.0 by @hebelsan [#1752]
[DEVELOPER] Enhance Makefile to easily deploy to a remote cluster. by @matthias-horne [#1751]
[DEPENDENCY] The following container images have been updated: