Skip to content

v1.25.0

Choose a tag to compare

@gardener-robot-ci-2 gardener-robot-ci-2 released this 31 May 16:04
· 1339 commits to master since this release

[gardener-extension-provider-aws]

⚠️ Breaking Changes

  • [OPERATOR] This version of provider-aws requires at least Gardener v1.21.0. Before upgrading to this version of provider-aws, make sure that you upgraded to at least Gardener v1.21.0. (#337, @ialidzhikov)

✨ New Features

  • [USER] It's now possible to specify which IAM instance profile should be used for the machines of a particular worker pool. The respective name or ARN can be set via the iamInstanceProfile.{name,arn} fields in the WorkerConfig. (#331, @rfranzke)
  • [OPERATOR] The existing ValidatingWebhookConfiguration of admission-aws for Shoot validation does now validate also the Shoot secret. admission-aws does now feature also a new webhook that prevents Shoot secret to be updated with invalid keys. (#336, @vpnachev)

🐛 Bug Fixes

  • [OPERATOR] provider-aws is now using a separate ManagedResource for ControlPlane CRDs (volumesnapshot related CRDs) that are installed in the Shoot cluster to separate the deletion of CRDs from the deletion of the RBAC for controller leader election. (#337, @ialidzhikov)

🏃 Others

  • [USER] The following image is updated (see CHANGELOG for more details): (#347, @ialidzhikov)
    • k8s.gcr.io/sig-storage/livenessprobe: v2.2.0 -> v2.3.0
  • [OPERATOR] Handle extensionsv1alpha1.Bastion resources for SSH access to worker instances (#318, @xrstf)

[machine-controller-manager]

✨ New Features

🐛 Bug Fixes

[machine-controller-manager-provider-aws]

✨ New Features

🏃 Others

Docker Images

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