Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.53.2
->1.54.1
1.53.2
->1.54.1
Release Notes
gardener-community/gardener-charts
v1.54.1
Compare Source
[gardener]
🏃 Others
[etcd-druid]
🐛 Bug Fixes
sts.spec.podManagementPolicy
not to be updated toParallel
if an existing etcd cluster is scaled-up from1 -> x
. This can cause an issue if the cluster is afterwards completely scaled-down (aka hibernation) and scaled-up again. (gardener/etcd-druid#406, @timuthy)🏃 Others
etcd
container in such a case doesn't solve the situation and will rather end in an endless loop of restarts. This change will cause a restart of etcd clusters. (gardener/etcd-druid#424, @aaronfern)v1.54.0
Compare Source
[gardener]
PodSecurityPolicy
admission plugin should be disabled before upgrading the shoot cluster to kubernetesv1.25
. Please refer Migrating to PodSecurity. (gardener/gardener#6431, @shafeeqes)shoots/binding
subresource, it is not possible anymore to specify.spec.seedName
during creation ofShoot
. (gardener/gardener#6454, @shafeeqes)Plant
resources before upgrading theGardener
version to v1.54. (gardener/gardener#6472, @acumino)DNSProvider
extension kind was removed. Please make sure to remove anyControllerRegistrations
that include theDNSProvider
kind. If you are using the extensionshoot-dns-service
, make sure to deploy the dns-controller-manager by extending itsControllerDeployment
(see Deployment of DNS controller manager). (gardener/gardener#6479, @MartinWeindel)go1.19
now. Make sure to upgrade your go installation. (gardener/gardener#6522, @timebertt)✨ New Features
gardenlet
feature gate calledDefaultSeccompProfile
is introduced. If enabled all Gardener managed workloads in the seed will have their seccomp profiles defaulted to "RuntimeDefault". (gardener/gardener#6450, @dimityrmirchev)gomegacheck
linter is now executed onmake check
. Find out more in the docs. (gardener/gardener#6455, @timebertt)USE_EXISTING_GARDENER
, see doc. (gardener/gardener#6497, @timebertt)🐛 Bug Fixes
DNSRecords
not being reconciled. (gardener/gardener#6481, @nschad)🏃 Others
BackupReady
condition ofetcd
resources when calculating the health of shoot control planes. In case of non-functioning backups, the state is reported in theControlPlaneHealthy
of the affected shoot. (gardener/gardener#6552, @timuthy)gardenlet
is now usingscratch
instead ofalpine
as a base image. (gardener/gardener#6556, @AleksandarSavchev)--audit-log-path
flag of Gardener API Server was changed from/tmp/audit.log
to/tmp/audit/audit.log
. (gardener/gardener#6557, @vpnachev)apiserver-proxy
,blackbox-exporter
,node-exporter
,kube-proxy
,node-local-dns
,node-problem-detector
,vpn-shoot
,coredns
,metrics-server
components now have their seccomp profiles set to "RuntimeDefault". (gardener/gardener#6450, @dimityrmirchev)eu.gcr.io/gardener-project/gardener/ingress-default-backend:0.11.0
. (gardener/gardener#6521, @acumino)machine-controller-manager
version deployed byprovider-local
has been updated tov0.46.1
. (gardener/gardener#6545, @timuthy)networking-calico
version deployed byprovider-local
has been updated tov1.26.0
. (gardener/gardener#6545, @timuthy)alpine:3.16.1
toalpine:3.16.2
. (gardener/gardener#6492, @oliver-goetz)terraformer
pods now usePriorityClass
gardener-system-300
. (gardener/gardener#6515, @timebertt)[ext-authz-server]
✨ New Features
distroless
instead ofalpine
as a base image. (gardener/ext-authz-server#7, @DockToFuture)🏃 Others
ext-authz-server
are now multi-arch ready. They supportlinux/amd64
andlinux/arm64
. (gardener/ext-authz-server#6, @timuthy)[logging]
✨ New Features
--seed-event-namespaces
and--shoot-event-namespaces
like comma-separated values. (gardener/logging#142, @vlvasilev)--seed-event-namespace
and--shoot-event-namespace
are dropped.🐛 Bug Fixes
🏃 Others
__gardener_multitenant_id__
label when it is not needed (gardener/logging#147, @vlvasilev)IdLabelName
from the plugin configuration. (gardener/logging#148, @vlvasilev)Docker Images
admission-controller:
eu.gcr.io/gardener-project/gardener/admission-controller:v1.54.0
apiserver:
eu.gcr.io/gardener-project/gardener/apiserver:v1.54.0
controller-manager:
eu.gcr.io/gardener-project/gardener/controller-manager:v1.54.0
gardenlet:
eu.gcr.io/gardener-project/gardener/gardenlet:v1.54.0
resource-manager:
eu.gcr.io/gardener-project/gardener/resource-manager:v1.54.0
scheduler:
eu.gcr.io/gardener-project/gardener/scheduler:v1.54.0
seed-admission-controller:
eu.gcr.io/gardener-project/gardener/seed-admission-controller:v1.54.0
v1.53.4
Compare Source
[gardener]
🏃 Others
[etcd-druid]
🐛 Bug Fixes
sts.spec.podManagementPolicy
not to be updated toParallel
if an existing etcd cluster is scaled-up from1 -> x
. This can cause an issue if the cluster is afterwards completely scaled-down (aka hibernation) and scaled-up again. (gardener/etcd-druid#406, @timuthy)🏃 Others
etcd
container in such a case doesn't solve the situation and will rather end in an endless loop of restarts. This change will cause a restart of etcd clusters. (gardener/etcd-druid#424, @aaronfern)v1.53.3
Compare Source
[gardener]
🐛 Bug Fixes
DNSRecords
not being reconciled. (gardener/gardener#6518, @gardener-ci-robot)Docker Images
admission-controller:
eu.gcr.io/gardener-project/gardener/admission-controller:v1.53.3
apiserver:
eu.gcr.io/gardener-project/gardener/apiserver:v1.53.3
controller-manager:
eu.gcr.io/gardener-project/gardener/controller-manager:v1.53.3
gardenlet:
eu.gcr.io/gardener-project/gardener/gardenlet:v1.53.3
resource-manager:
eu.gcr.io/gardener-project/gardener/resource-manager:v1.53.3
scheduler:
eu.gcr.io/gardener-project/gardener/scheduler:v1.53.3
seed-admission-controller:
eu.gcr.io/gardener-project/gardener/seed-admission-controller:v1.53.3
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.