Skip to content

v1.13.0

Compare
Choose a tag to compare
@gardener-robot-ci-1 gardener-robot-ci-1 released this 13 Aug 16:36

[gardener-extension-provider-aws]

Action Required

  • [USER] The Infrastructure controller does now check for the required VPC attributes enableDnsSupport and enableDnsHostnames 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 the InfrastructureConfig from being changed. (#165, @rfranzke)
  • [USER] amazon/aws-ebs-csi-driver is now updated to v0.6.0. (#163, @ialidzhikov)
  • [OPERATOR] provider-aws does now allow configuring the --volume-attach-limit flag of the AWS EBS CSI driver via aws.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 than 1. (#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