Skip to content

3.48.0

Compare
Choose a tag to compare
@gardener-robot-ci-1 gardener-robot-ci-1 released this 11 Apr 08:49
· 30 commits to master since this release

[garden-setup]

⚠️ Breaking Changes

  • [OPERATOR] The PodDisruptionBudget resource in the virtual apiserver chart has been upgraded to v1. This might cause problems with old k8s versions. (#1066, @Diaphteiros)
  • [OPERATOR] ⚠️ The installation method for the terminal-controller-manager has changed significantly. Deploying over an existing landscape where the terminals component is active (it's deactivated by default) with this new version will most likely not work. For upgrading an existing landscape with active terminals, it's recommended to first remove the component (sow delete -a terminals (WARNING: this will also remove the dashboard component)), then upgrade to this version of garden-setup and then deploy it again. (#1066, @Diaphteiros)

✨ New Features

  • [OPERATOR] Upgrade Gardener to v1.66.2 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener to v1.65.2 (#1034, @Diaphteiros)
  • [OPERATOR] garden-setup will now provide the cluster's version to helm template calls via the --kube-version flag. This has a few side effects: (#1039, @Diaphteiros)
    • There is a new component called k8sversion. It's a dummy component, which doesn't actually deploy anything, but it fetches each pre-existing cluster's (= base cluster and potential soils) k8s version instead.
    • After deployment of the virtual kube-apiserver, the export generation now waits until it is ready, so it can fetch its k8s version.
    • ⚠️ Since helm might deploy different manifests for different k8s versions, this change means that the result of sow deploy now also depends on the k8s versions of all clusters in landscape.iaas.
    • Re-running sow deploy after upgrading the base cluster to a higher k8s version could therefore lead to changes.
    • This could be prevented by not re-running the k8sversion component, as that one is responsible for fetching the k8s versions. Most of the time, deploying the helm chart fitting to the cluster is probably desired, though.

🐛 Bug Fixes

  • [OPERATOR] The previously mentioned race condition which could prevent the deletion of Azure seeds is now fixed. (#1034, @Diaphteiros)

🏃 Others

  • [OPERATOR] Upgrade Gardener terminal-controller-manager to v0.25.0 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-vsphere to v0.26.0 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension shoot-cert-service to v1.30.1 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension shoot-dns-service to v1.31.1 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-azure to v1.34.1 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension runtime-gvisor to v0.9.1 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-gcp to v1.28.1 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-aws to v1.42.1 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-openstack to v1.32.1 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension networking-calico to v1.31.2 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension os-gardenlinux to v0.19.0 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension os-suse-chost to v1.21.0 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension os-ubuntu to v1.21.0 (#1066, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-vsphere to v0.25.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension shoot-cert-service to v1.29.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-aws to v1.42.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension shoot-dns-service to v1.30.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-gcp to v1.28.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-azure to v1.34.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension runtime-gvisor to v0.9.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension networking-calico to v1.31.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener extension provider-openstack to v1.32.0 (#1034, @Diaphteiros)
  • [OPERATOR] Upgrade Gardener DNS controller manger to v0.15.2 (#1034, @Diaphteiros)
  • [OPERATOR] S3 buckets created in the etcd/backupinfra component are now private. (#1054, @Diaphteiros)