v1.13.0
[gardener-extension-provider-aws]
Action Required
- [USER] The
Infrastructurecontroller does now check for the required VPC attributesenableDnsSupportandenableDnsHostnamesto be enabled when an existing VPC is used for the shoot infrastructure. If any of them is disabled then the reconciliation will fail (see also user guide). Make sure to enable these attributes for your existing VPCs that are used for shoots. (#161, @rfranzke)
Improvements
- [USER] A bug has been fixed which prevented the
.networks.zones[].elasticIPAllocationIDfield in theInfrastructureConfigfrom being changed. (#165, @rfranzke) - [USER]
amazon/aws-ebs-csi-driveris now updated tov0.6.0. (#163, @ialidzhikov) - [OPERATOR]
provider-awsdoes now allow configuring the--volume-attach-limitflag of the AWS EBS CSI driver viaaws.provider.extensions.gardener.cloud/volume-attach-limitannotation on Shoot. (#164, @ialidzhikov) - [OPERATOR] A
PodDisruptionBudgetfor the validation server is now automatically deployed as part of its Helm chart if the replica count is larger than1. (#162, @rfranzke) - [OPERATOR] Gateway endpoints are now also created when existing vpc (
networks.vpc.id) is used. (#160, @ialidzhikov)
Docker Images
gardener-extension-provider-aws: eu.gcr.io/gardener-project/gardener/extensions/provider-aws:v1.13.0
gardener-extension-validator-aws: eu.gcr.io/gardener-project/gardener/extensions/validator-aws:v1.13.0