Skip to content

v1.37.0

Compare
Choose a tag to compare
@gardener-robot-ci-2 gardener-robot-ci-2 released this 02 Aug 12:12
· 576 commits to master since this release

[gardener-extension-provider-aws]

⚠️ Breaking Changes

✨ New Features

🐛 Bug Fixes

  • [USER] Users can now set IOPS for a GP3 volume type. Validation of IOPS (i.e. whether it is allowed and is in the specified range for a volume type) is done on the AWS side, so feedback will arrive once the volume is created. (gardener/gardener-extension-provider-aws#561, @rishabh-11)
  • [OPERATOR] provider-aws now mutates the cluster-autoscaler Deployment by implementing the EnsureClusterAutoscalerDeployment function. This is required in the context of kubernetes/autoscaler#4517 - cluster-autoscaler supports --feature-gates flag and provider extensions have to mutate the cluster-autoscaler Deployment to add the CSI related feature gates to it. (gardener/gardener-extension-provider-aws#562, @ialidzhikov)

🏃 Others

[aws-lb-readvertiser]

🏃 Others

[machine-controller-manager]

⚠️ Breaking Changes

  • [OPERATOR] The default leader election resource lock of machine-controller-manager has been changed from endpointsleases to leases. (gardener/machine-controller-manager#711, @acumino)
    • Please make sure, that you had at least machine-controller-manager@v0.43.0 running before upgrading to v0.46.0, so that it has successfully acquired leadership with the hybrid resource lock (endpointsleases) at least once.

🐛 Bug Fixes

🏃 Others

[machine-controller-manager-provider-aws]

🏃 Others

[terraformer]

🏃 Others