gardener-controlplane-1.77.0
github-actions
released this
11 Aug 07:25
·
12 commits
to main
since this release
[gardener/etcd-backup-restore]
📰 Noteworthy
[OPERATOR]
Etcd-backup-restore now uses a distroless image as its base image. It is no longer compatible with etcd-custom-image, and must be used with etcd-wrapper instead. by @aaronfern [gardener/etcd-backup-restore#637][OPERATOR]
Etcd-backup-restore now uses the user home directory to create files. by @aaronfern [gardener/etcd-backup-restore#637]
🏃 Others
[OPERATOR]
While scaling up a non-HA etcd cluster to HA skipping the scale-up checks for first member of etcd cluster as first member can never be a part of scale-up scenarios. by @ishan16696 [gardener/etcd-backup-restore#649][OPERATOR]
Backup-restore waits for its etcd to be ready before attempting to update peerUrl by @aaronfern [gardener/etcd-backup-restore#628][DEVELOPER]
Add CVE categorization for etcd-backup-restore. by @shreyas-s-rao [gardener/etcd-backup-restore#644]
[gardener/gardener]
⚠️ Breaking Changes
[DEVELOPER]
If you are usingprovider-extension
setup you should adapt your files inexample/provider-extensions/garden/controlplane
becausedefault-domain
andinternal-domain
secrets are removed fromgardener-controlplane
Helm chart. by @oliver-goetz [#8308][DEVELOPER]
Packagepkg/utils/managedresources
now works with immutable secrets for managed resources under the hood. Existing secrets will be marked for garbage collection and replaced with immutable ones during the first reconciliation of the managed resource. by @dimityrmirchev [#8116][DEVELOPER]
TheSecrets
type as well as theDelete
functions for secrets were removed frompkg/utils/managedresources/builder
since their usage was prone to errors. The higher level packagepkg/utils/managedresources
should be used instead. by @dimityrmirchev [#8116][DEPENDENCY]
hack/generate.sh
has been renamed tohack/generate-sequential.sh
. by @shafeeqes [#8289][DEPENDENCY]
The deprecatedextensions/pkg/controller/worker.{Options,ApplyMachineResources{ForConfig}}
symbols have been dropped sincegardenlet
takes over management of themachine.gardener.cloud/v1alpha1
API CRDs sincegardener/[email protected]
. by @rfranzke [#8280][OPERATOR]
Thevirtual-garden-kube-apiserver
service (for thevirtual-garden
cluster) was switched from typeLoadBalancer
toClusterIP
. Please make sure to migrate all DNS records from thevirtual-garden-kube-apiserver
to theistio-ingressgateway
endpoint before upgrading to this Gardener version. by @timuthy [#8302][OPERATOR]
gardenlet
no longer reports theBootstrapped
condition onSeed
s. Instead, it now reports the progress in.status.lastOperation
, similar to how it's done forShoot
s. by @rfranzke [#8290][OPERATOR]
default-domain
,internal-domain
,alerting
andopenvpn-diffie-hellman
secrets are removed fromgardener-controlplane
Helm chart. Please ensure to update them in a different way before upgrading Gardener. If you would like to prevent Helm from deleting these secret during the upgrade, you could annotate them with"helm.sh/resource-policy": keep
. by @oliver-goetz [#8308]
📰 Noteworthy
[DEVELOPER]
Thecharts/images.yaml
file was moved toimagevector/images.yaml
. by @rfranzke [#8250][DEPENDENCY]
pkg/utils/chart
does now support embedded charts. The already deprecated methods in theChartApplier
andChartRenderer
will be removed in a few releases, so extensions should adapt to embedded charts. by @rfranzke [#8250][OPERATOR]
Gardenlet can now set feature gates foretcd-druid
. They can be specified via the gardenlet configurationGardenletConfiguration.EtcdConfig.FeatureGates
by @gardener-ci-robot [#8335]
✨ New Features
[OPERATOR]
The garbage collection controller now also considers managed resources when deciding if secrets/configmaps should be garbage collected. by @dimityrmirchev [#8116][OPERATOR]
Gardener Scheduler's Minimal Distance strategy can take scheduling decisions based on region distances configured by operators. This especially improves the allocation for shoots of providers regions for which the standard Levenshtein distance is inappropriate. Please seedocs/concepts/scheduler.md
for more information. by @timuthy [#8277][OPERATOR]
Operators can now view and manage dashboards for compaction jobs running in shoot control plane. by @abdasgupta [#8206][OPERATOR]
maintenance-controller
now disablesPodSecurityPolicy
admission controller when forcefully upgrading the Kubernetes version of aShoot
tov1.25
. It also ensures maximum workers of each for group is greater or equal to its number of zone for forceful upgrades tov1.27
. by @oliver-goetz [#8281][OPERATOR]
kubectl get garden
now features additional printer columns providing more information about the substantial configuration values and statuses. by @rfranzke [#8279][OPERATOR]
Thegardener-apiserver
now drops expiredKubernetes
andMachineImage
versions fromCloudprofile
s during creation. by @shafeeqes [#8297][OPERATOR]
gardener-operator
now takes over management offluent-operator
andvali
. by @vlvasilev [#8240][USER]
Two additional labelsworker.gardener.cloud/image-name
andworker.gardener.cloud/image-version
are attached to worker nodes to identify which operating system they are running. This can then be used in selectors that target only workers with a specific operating system and is helpful for e.g. driver deployment. by @MrBatschner [#8295][USER]
A new feature gate namedContainerdRegistryHostsDir
is introduced to gardenlet. When enabled, the/etc/containerd/certs.d
directory is created on the Node and containerd is configured to look up for registries/mirrors configuration in this directory (if there is any configuration applied). In future, the registry-cache extension will add such registries/mirrors configuration under this directory (via OperatingSystemConfig mutation). by @ialidzhikov [#8094][USER]
TheShoot
maintenance controller now updates the CRI of worker pools fromdocker
tocontainerd
when force-upgrading from Kubernetesv1.22
tov1.23
. by @oliver-goetz [#8272][DEVELOPER]
Extensions running on seed clusters can get access to the garden cluster by using the injected kubeconfig specified by theGARDEN_KUBECONFIG
environment variable. You can read about the details in this doc. by @timebertt [#8264]
🐛 Bug Fixes
[OPERATOR]
WhenShoot
s were updated from non high-availability tozone
high-availability, it could happen that the control-plane was scheduled to two instead of three zones. This issue is relevant for cloud providers with an inconsistent zone naming (Azure
is currently the only candidate to our knowledge).
Existing shoots with the before mentioned problem must be fixed manually be operators if required. An automatic move ofetcd
s and their volumes is not part of this fix due to availability reasons. by @gardener-ci-robot [#8345][OPERATOR]
gardenlet: A regression causing metering related recording rules for the aggregate-prometheus not to be applied is now fixed. by @istvanballok [#8284][USER]
An issue has been fixed for highly-availableShoot
s whoseetcd
clusters didn't get ready in theCompleting
phase of a CA credentials rotation. by @timuthy [#8303]
🏃 Others
[OPERATOR]
A bug preventingprometheus
ingress to usewildcard-certificate
is fixed. by @acumino [#8319][OPERATOR]
A bug preventingplutono
ingress to usewildcard-certificate
is fixed. by @acumino [#8317][OPERATOR]
gardenlet: A regression preventing the alertmanager in the garden namespace from sending email notifications is now fixed. by @istvanballok [#8310][DEVELOPER]
Thegithub.com/golang/mock/gomock
dependency is replaced bygo.uber.org/mock
. by @afritzler [#8269][DEVELOPER]
Add failure tolerance option to theCreateShoot
test. by @hendrikKahl [#8298]
[gardener/etcd-druid]
⚠️ Breaking Changes
[OPERATOR]
⚠️ etcd.Status.ClusterSize
,etcd.Status.ServiceName
,etcd.Status.UpdatedReplicas
have been marked as deprecated and users should refrain from depending on these fields. by @unmarshall [gardener/etcd-druid#594][OPERATOR]
File ownership forvar/etcd/data
will be changed to non-root user (65532). by @aaronfern [gardener/etcd-druid#620][OPERATOR]
Etcd-druid will now deploy distrolessetcd-wrapper
andetcd-backup-restore
images. Please refer to etcd-wrapper for more information. by @aaronfern [gardener/etcd-druid#620][OPERATOR]
Etcd-related secrets will now be mounted onto the/var/
directory instead of/root/
. by @aaronfern [gardener/etcd-druid#620][DEVELOPER]
Developer Action Required: Themake deploy
command has been replaced withmake deploy-via-kustomize
. Please update your deployment workflows accordingly. by @seshachalam-yv [gardener/etcd-druid#599]
✨ New Features
[DEVELOPER]
Makefile has been updated to useSkaffold
for deployingetcd-druid
with themake deploy
target, simplifying the deployment process and eliminating the need to push the image to the container registry for each local development testing. by @seshachalam-yv [gardener/etcd-druid#599][OPERATOR]
Feature gates have been introduced in etcd-druid, and can be specified using CLI flag--feature-gate
. by @aaronfern [gardener/etcd-druid#646][OPERATOR]
Druid now exposes metrics related to snapshot compaction, on default port 8080. Please expose the desired metrics port via the etcd-druid service to allow metrics to be scraped by a Prometheus instance. by @abdasgupta [gardener/etcd-druid#569][OPERATOR]
UseEtcdWrapper
feature gate has been introduced to allow users to opt for the new etcd-wrapper image. by @aaronfern [gardener/etcd-druid#646]
🐛 Bug Fixes
[OPERATOR]
A bug causing incorrect volume mount path forEtcd
s andEtcdCopyBackupsTask
s usingLocal
snapshot storage provider while using distroless etcd-backup-restore imagev0.25.x
has been resolved. by @aaronfern [gardener/etcd-druid#662][OPERATOR]
AllMembersReady
condition has now been fixed to eventually show the correct overall readiness of an etcd cluster. by @unmarshall [gardener/etcd-druid#594][OPERATOR]
A bug causingEtcdCopyBackupsTask
jobs to fail to create temp snapshot directory while using distroless etcd-backup-restore imagev0.25.x
has been resolved. by @aaronfern [gardener/etcd-druid#662]
🏃 Others
[OPERATOR]
Print build version and go runtime info. by @shreyas-s-rao [gardener/etcd-druid#636][OPERATOR]
Bumped up the custom image version to v3.4.13-bootstrap-11 by @abdasgupta [gardener/etcd-druid#623][OPERATOR]
When scaling from single-node to multi-node etcd cluster, Etcd Druid will now first ensure that any change to the peer URL (e.g TLS enablement) is seen by the existing etcd process running within the etcd member pod. Once that is confirmed then it will scale up the Etcd StatefulSet and add relevant annotations. by @unmarshall [gardener/etcd-druid#598][DEVELOPER]
Refactoredstatefulset
,service
,poddisruptionbudget
,lease
, andconfigmap
components to use default labels and owner references frometcd
. by @seshachalam-yv [gardener/etcd-druid#559][DEVELOPER]
Add CVE categorization for etcd-druid. by @shreyas-s-rao [gardener/etcd-druid#634]
[gardener/vpn2]
📰 Noteworthy
[OPERATOR]
Bump builder image golang from1.20.4
to1.20.6
by @axel7born [gardener/vpn2#33]
[gardener/hvpa-controller]
🐛 Bug Fixes
[OPERATOR]
Fixed a bug that caused HVPA reconciliation to fail withexpected pointer, but got v2beta1.MetricSpec type
when the HPA spec had changed. by @voelzmo [gardener/hvpa-controller#125]