3.49.0
gardener-robot-ci-3
released this
20 Sep 11:58
·
24 commits
to master
since this release
[gardener/garden-setup]
⚠️ Breaking Changes
-
[OPERATOR]
⚠️ The previously used cert-manager has been exchanged for the Gardener cert-manager. Simply deploying over an existing landscape won't work with this release. The best idea is probably to remove the old cert-manager first before deploying the new one:- manually edit garden-setup and remove all references to
cert-manager/*
from all components (except the cert-manager components itself)- these references can be found under
component.imports
in the respective component'scomponent.yaml
file
- these references can be found under
- remove the old cert-manager:
sow delete cert-manager/cert cert-manager/solver cert-manager/controller
- if it complains about some components which depend on the component still being installed, you missed a reference in the first step
- upgrade garden-setup to this release (which will also revert your changes to the dependencies)
- deploy everything again:
sow deploy -A
Note that this is will create new certificates for the dashboard ingress.
This is just a proposal which is likely to work - garden-setup does not support upgrades of existing landscapes and the previously suggested migration path is not tested. by @Diaphteiros [#1076] - manually edit garden-setup and remove all references to
✨ New Features
[OPERATOR]
The recommendedsow
version to use with garden-setup is now3.8.0
. by @Diaphteiros [#1206][OPERATOR]
Upgrade Gardener tov1.67.2
by @Diaphteiros [#1202]
🐛 Bug Fixes
[OPERATOR]
Apparently,kubectl version
returned a minor version with a+
suffix for some k8s implementations, which garden-setup couldn't handle. Thek8sversion
component, which fetches the cluster versions, now removes this suffix, if it exists. by @Diaphteiros [#1203]
🏃 Others
[OPERATOR]
Upgrade Gardener extension runtime-gvisor tov0.11.0
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension provider-vsphere tov0.31.2
by @Diaphteiros [#1202][OPERATOR]
⚠️ Since Gardener now automatically deploysNetworkPolicy
resources into thegardener
namespace of a seed - which messes up the communication on the base cluster - the network policies deployed by garden-setup itself had to be modified: if the network policies are activated, garden-setup will now deploy an additionalallow-all-ingress
policy, allowing all ingress traffic in the base cluster'sgarden
namespace. If the network policies are deactivated, garden-setup instead uses anallow-all
policy that simply allows all egress and ingress traffic in thegarden
namespace. There are no changes required, unless you are actively working with network policies in the base cluster'sgarden
namespace. by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension provider-openstack tov1.36.0
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension shoot-cert-service tov1.36.0
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener cert-manager tov0.11.0
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension shoot-dns-service tov1.38.1
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener dns-controller-manager tov0.15.8
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension networking-calico tov1.36.0
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension os-gardenlinux tov0.20.0
by @Diaphteiros [#1202][OPERATOR]
⚠️ Due to some changes in Gardener's certificate handling, the ingress certificate changed slightly: instead of just using the wildcard ingress domain as Common Name, it now uses the dashboard's domain as CN and has the wildcard ingress domain configured as SAN. There are no changes required, unless you are interacting with the ingress certificate in some way and rely on its CN value. by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension os-ubuntu tov1.22.0
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener Dashboard tov1.68.2
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension provider-aws tov1.46.0
by @Diaphteiros [#1202][OPERATOR]
Default k8s versions and machine image versions have been upgraded. by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension provider-gcp tov1.32.0
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension suse-chost tov1.22.0
by @Diaphteiros [#1202][OPERATOR]
Upgrade Gardener extension provider-azure tov1.38.1
by @Diaphteiros [#1202]