Skip to content

v1.29.0

Choose a tag to compare

released this 27 Sep 10:33
· 1271 commits to master since this release

[gardener-extension-provider-aws]

✨ New Features

  • [USER] The AWS extension does now support shoot clusters with Kubernetes version 1.22. You should consider the Kubernetes release notes before upgrading to 1.22. (#396, @timuthy)
  • [OPERATOR] VPC IDs in infrastructure config are now checked if they exist, have correct VPC attribute values, and have an internet gateway attached, and if not the issue is reported as ERR_CONFIGURATION_PROBLEM with a clear error message. (#403, @stoyanr)
  • [DEVELOPER] Introducing a new field in the providerSpec of MachineClass for AWS called srcAndDstChecksEnabled which is true by default and when set to false will disable the source destination check on the AWS Instance (#386, @AxiomSamarth)

🏃 Others

  • [USER] The following image is updated: (#411, @ialidzhikov)
    • k8s.gcr.io/provider-aws/aws-ebs-csi-driver: v1.1.1 -> v1.1.4 (see CHANGELOG)
  • [DEVELOPER] Missing or wrong doc comments and a few other common style errors will now be reported by the linter. (#410, @stoyanr)

Docker Images

gardener-extension-provider-aws: eu.gcr.io/gardener-project/gardener/extensions/provider-aws:v1.29.0
gardener-extension-admission-aws: eu.gcr.io/gardener-project/gardener/extensions/admission-aws:v1.29.0