v1.26.0
gardener-robot-ci-2
released this
08 Jul 10:19
·
749 commits
to master
since this release
[gardener-extension-provider-aws]
⚠️ Breaking Changes
- [OPERATOR] The default leader election resource lock of
gardener-extension-provider-aws
has been changed fromconfigmapsleases
toleases
. (#348, @ialidzhikov)- Please make sure, that you had at least
[email protected]
running before upgrading tov1.26.0
, so that it has successfully required leadership with the hybrid resource lock (configmapsleases
) at least once.
- Please make sure, that you had at least
✨ New Features
- [USER] The following images are updated (see CHANGELOG for more details): (#366, @ialidzhikov)
- k8s.gcr.io/sig-storage/csi-snapshotter: v2.1.5 -> v3.0.3
- k8s.gcr.io/sig-storage/snapshot-controller: v2.1.5 -> v3.0.3
🏃 Others
- [USER] The following image is updated: (#356, @ialidzhikov)
- k8s.gcr.io/provider-aws/aws-ebs-csi-driver: v0.10.1 -> v1.1.0 (see CHANGELOG)
- [OPERATOR] An issue preventing
csi-driver-node
Pod to start because of too low memory recommendation by VPA is now fixed. (#369, @ialidzhikov) - [OPERATOR] AWS CSI driver specific topology label "topology.ebs.csi.aws.com/zone" is set as a label on machine deployments to allow the proper working of cluster-autoscaler during scale-up. (#365, @himanshu-kun)
- [OPERATOR] It is now possible to overwrite the
alpine
andpause
container images that are used in the extension controller helm chart (#358, @schrodit) - [OPERATOR] Support for overwriting the CSI migration version was added. (#354, @rfranzke)
- [OPERATOR] When creating or updating shoots, any Kubernetes feature gates mentioned are validated against the Kubernetes version. If any feature gates are unknown or not supported in the Kubernetes version, the validation fails. (#353, @stoyanr)
- [OPERATOR] Validation of AWS cloud provider secrets is enhanced to reject
accessKeyID
that does not only contain alphanumeric characters, andsecretAccessKey
that does not only contain base64 characters. (#351, @stoyanr)
[terraformer]
🏃 Others
- [OPERATOR] The following terraform provider plugin is updated: (gardener/terraformer#95, @minchaow)
- aliyun/terraform-provider-alicloud: 1.121.2 -> 1.124.0
- [OPERATOR] The terraform version for the alicloud, all, aws, azure, gcp, openstack, slim images is updated: (gardener/terraformer#94, @ialidzhikov)
- hashicorp/terraform: 0.12.29 -> 0.12.31
Docker Images
gardener-extension-provider-aws: eu.gcr.io/gardener-project/gardener/extensions/provider-aws:v1.26.0
gardener-extension-admission-aws: eu.gcr.io/gardener-project/gardener/extensions/admission-aws:v1.26.0