v1.13.0
[gardener-extension-provider-aws]
Action Required
- [USER] The
Infrastructure
controller does now check for the required VPC attributesenableDnsSupport
andenableDnsHostnames
to 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[].elasticIPAllocationID
field in theInfrastructureConfig
from being changed. (#165, @rfranzke) - [USER]
amazon/aws-ebs-csi-driver
is now updated tov0.6.0
. (#163, @ialidzhikov) - [OPERATOR]
provider-aws
does now allow configuring the--volume-attach-limit
flag of the AWS EBS CSI driver viaaws.provider.extensions.gardener.cloud/volume-attach-limit
annotation on Shoot. (#164, @ialidzhikov) - [OPERATOR] A
PodDisruptionBudget
for 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