Update module github.com/gardener/gardener to v1.121.1#12
Open
renovate[bot] wants to merge 20 commits intomainfrom
Open
Update module github.com/gardener/gardener to v1.121.1#12renovate[bot] wants to merge 20 commits intomainfrom
renovate[bot] wants to merge 20 commits intomainfrom
Conversation
Update dependency tailwindlabs/tailwindcss to v3.4.17
…onorepo Update dependency tailwindlabs/tailwindcss to v4
Update dependency tailwindlabs/tailwindcss to v3.4.17
…onorepo Update dependency tailwindlabs/tailwindcss to v4
Author
|
2831eb8 to
4d817b8
Compare
4d817b8 to
ad72b14
Compare
6ca03b7 to
0e41f08
Compare
0e41f08 to
0c284b8
Compare
a3ab4a4 to
a59535d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.119.0->v1.121.1Release Notes
gardener/gardener (github.com/gardener/gardener)
v1.121.1Compare Source
[gardener/gardener]
🐛 Bug Fixes
[OPERATOR]A regression was fixed that previously prevented the creation or update ofCloudProfiles without a specified machine image versionclassification. by @timuthy [#12334]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.121.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.121.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.121.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.121.1Container (OCI) Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.121.1europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.121.1europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.121.1europe-docker.pkg.dev/gardener-project/releases/gardener/gardenadm:v1.121.1europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.121.1europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.121.1europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.121.1europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.121.1europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.121.1v1.121.0Compare Source
[gardener/gardener]
[DEVELOPER]Movedextensions/pkg/predicatetopkg/controllerutils/predicate. Please adjust imports accordingly. by @Wieneo [#12026][DEVELOPER]TheMutatorWithShootClienthas been removed from Gardener. If your mutator requires a shoot client, it should implement the newWantsShootClientinterface instead. The corresponding client can be found in the passed context via theShootClientContextKey. by @timuthy [#12289][DEVELOPER]Movedextensions/pkg/util/cloudprofiletopkg/utils/gardener/cloudprofile. Please adjust imports accordingly. by @Wieneo [#12026][USER]The.spec.kubernetes.clusterAutoscaler.maxEmptyBulkDeletefield in the Shoot API is deprecated in favor of.spec.kubernetes.clusterAutoscaler.maxScaleDownParallelismand will be removed once gardener stops supporting kubernetesv1.32. Please adapt your Shoot manifests accordingly. by @takoverflow [#12115][OPERATOR]gardenlet no longer deploys ControlPlane resources with.spec.purpose=exposurefor Shoots usingunmanagedDNS provider. gardenlet will now cleanup any ControlPlane exposure resource as part of the reconciliation and deletion flows for such Shoots. by @theoddora [#12162]📰 Noteworthy
[OPERATOR]TheSeedbackup secret is no longer copied from theShootinfrastructure credentials in case an operator does not provide an existent backup secret andDoNotCopyBackupCredentialsfeature gate is enabled forgardenlet. If you configureseed.spec.backup.credentialsReforseed.spec.backup.secretRef, make sure that the referred credential already exists. For production setups, it is advised that operators configure a separate set of credentials forSeedbackup andShootinfrastructure. by @dimityrmirchev [#12168][OPERATOR]TheCredentialsRotationWithoutWorkersRolloutfeature gate has been promoted to beta and is now enabled by default. by @rfranzke [#12236]✨ New Features
[DEVELOPER]Extension mutators or validators can now retrieve a correspondingClusterobject from the passedcontext.Context. The [WantsClusterObject(https://github.com/gardener/gardener/blob/70168f44c8b12541ea31cb688a7a7e18757e847f/extensions/pkg/webhook/handler.go#L285) interface must be implemented for this functionality. by @timuthy [#12289][USER]Concurrent drain and deletion of nodes that require drain can now be configured forcluster-autoscalervia the field.spec.kubernetes.clusterAutoscaler.maxDrainParallelismin the Shoot API. by @takoverflow [#12115][OPERATOR]gardenletnow doesn't scale up deployments duringShootreconciliation if they havedependency-watchdog.gardener.cloud/meltdown-protection-activeannotation on them. by @ashwani2k [#12314]🐛 Bug Fixes
[USER]A bug causing thekube-apiserverto crash when anonymous authentication is configured viaStructuredAuthenticationwas fixed. by @dimityrmirchev [#12198][OPERATOR]An issue causing the Shoot credentials rotation status not to correctly get updated, after all the manual in-place pending workers are updated, is now fixed. by @shafeeqes [#12306]🏃 Others
[OPERATOR]Enhance DualStack migration docs with knowledge about manual reconciliation. by @adenitiu [#12246][OPERATOR]gardenadmis now published as a container image in release and snapshot builds. by @timebertt [#12294][OPERATOR]Introduce theperses-operatortoGardenandSeedclusters. by @rickardsjp [#12084][OPERATOR]Clarified and enforced policy in the Kubernetes version support process to retain only the latest 5 minor versions, improving security by dropping older, unpatched versions more consistently. by @vlerenc [#12201][DEVELOPER]Added the helper functionCurrentLifecycleClassification(version)to evaluate the current classification of a givenExpirableVersion. by @LucaBernstein [#12298][DEVELOPER]Introduced new version classificationsunavailableandexpired. They are not meant to be set manually but should act as computed classification states. by @LucaBernstein [#12298][DEPENDENCY]The following dependencies have been updated:gardener/dashboardfrom1.80.2to1.80.3. Release Notes by @gardener-ci-robot [#12227][DEPENDENCY]The following dependencies have been updated:gardener/dependency-watchdogfromv1.4.0tov1.5.0. Release Notesgithub.com/gardener/dependency-watchdogfromv1.4.0tov1.5.0. by @ashwani2k [#12314][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/autoscaling/vpa-admission-controllerfrom1.4.0to1.4.1.registry.k8s.io/autoscaling/vpa-recommenderfrom1.4.0to1.4.1.registry.k8s.io/autoscaling/vpa-updaterfrom1.4.0to1.4.1. by @gardener-ci-robot [#12239][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/ingress-nginx/controller-chrootfromv1.12.2tov1.12.3. by @gardener-ci-robot [#12258][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/autoscaling/vpa-admission-controllerfrom1.3.1to1.4.0.registry.k8s.io/autoscaling/vpa-recommenderfrom1.3.1to1.4.0.registry.k8s.io/autoscaling/vpa-updaterfrom1.3.1to1.4.0. by @gardener-ci-robot [#12167][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/ingress-nginx/controller-chrootfromv1.11.6tov1.11.7. by @gardener-ci-robot [#12257]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.121.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.121.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.121.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.121.0Container (OCI) Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.121.0europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.121.0europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.121.0europe-docker.pkg.dev/gardener-project/releases/gardener/gardenadm:v1.121.0europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.121.0europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.121.0europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.121.0europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.121.0europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.121.0v1.120.2Compare Source
[gardener/gardener]
🐛 Bug Fixes
[OPERATOR]An issue causing the Shoot credentials rotation status not to correctly get updated, after all the manual in-place pending workers are updated, is now fixed. by @shafeeqes [#12303]🏃 Others
[OPERATOR]gardenadmis now published as a container image in release and snapshot builds. by @timebertt [#12291]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.120.2europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.120.2europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.120.2europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.120.2Container (OCI) Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.120.2europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.120.2europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.120.2europe-docker.pkg.dev/gardener-project/releases/gardener/gardenadm:v1.120.2europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.120.2europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.120.2europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.120.2europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.120.2europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.120.2v1.120.1Compare Source
[gardener/gardener]
🐛 Bug Fixes
[USER]An issue causing the in-place update to fail during credentials rotation without workers rollout is now fixed. by @shafeeqes [#12249]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.120.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.120.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.120.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.120.1Container (OCI) Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.120.1europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.120.1europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.120.1europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.120.1europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.120.1europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.120.1europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.120.1europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.120.1v1.120.0Compare Source
[gardener/gardener]
[DEPENDENCY]Themachinecontrollermanager.ProviderSidecarContainernow expects additionalshootandcontrolPlaneNamespaceparams. Incontrolplanewebhooks, extensions can useGardenContext.GetClusterto retrieve the shoot from theClusterobject. by @timebertt [#12152][OPERATOR]The graduated and unconditionally enabledShootForceDeletionfeature gate has been removed. If you have references to the feature gate, clean them up before upgrading to this version of Gardener. by @acumino [#12078][OPERATOR]The field.seedConfig.spec.backup.credentialsRef/secretRefwill no longer be defaulted inGardenletConfigurationwhen backup is configured but reference to credentials is not provided. Operators are responsible to provide a valid credentials reference when configuring backup for seeds. Please consult the deploy gardenlet documentation for more information. by @dimityrmirchev [#12087][OPERATOR]TheBackupBucketAPI fieldspec.secretRefhas been deprecated and will be removed in a future version of Gardener in favor ofspec.credentialsRef, please adapt your BackupBucket manifests to use the newcredentialsReffield. by @vpnachev [#12032][OPERATOR]A new field,clusterCompatibility, has been added to theExtensionAPI. If your landscape is managed bygardener-operatorand yourgardenspecifiesspec.extensions, please add thegardencluster type value to your correspondingExtensionresources. by @timuthy [#11982][DEVELOPER]WorkerPoolHashnow includes a new parameteradditionalDataInPlaceto support hash calculation for worker pools using theInPlaceupdate strategy. by @acumino [#12178][DEVELOPER]The already deprecatedgithub.com/gardener/gardener/pkg/utils/gardener.ReconcileTopologyAwareRoutingMetadatafunc is now removed. Instead, usegithub.com/gardener/gardener/pkg/utils/gardener.ReconcileTopologyAwareRoutingSettings. by @ialidzhikov [#12091]📰 Noteworthy
[DEVELOPER]The Shoot Pod autoscaling best practices guide now recommends for a container under VPA to not set initial resource requests less than VPA'sminAllowedor10mand10Mi.10mand10Miare the minimum resources VPA can recommend for a Pod (for a Pod, not a container). When a Pod with a single container under VPA defines initial resource requests less than VPA'sminAllowedor10mand10Mi, it gets evicted right away so that the Pod minimum recommendation gets applied. by @ialidzhikov [#12030][DEVELOPER]The.spec.purposefield in the ControlPlane resource is now deprecated and will be removed in Gardener v1.123. In the times before SNI was introduced and unconditionally enabled it was previously used to manage control plane exposure. by @theoddora [#12161][OPERATOR]The fieldgloballyEnabledin theExtensionandControllerRegistrationAPIs is deprecated and will be removed in Gardenerv1.122. Please useautoEnableinstead. by @timuthy [#11982][OPERATOR]The initial resource requests of etcd container are reduced as follows:etcd-events/etcd: from300m, 1Gto30m, 150Metcd-main/etcd: from300m, 1Gto150m, 500Mby @chungtd203338 [#11911]✨ New Features
[OPERATOR]New configuration options were added toExtensionandControllerRegistrationAPIs:autoEnablecontrols which cluster types an extension is automatically enabled (previouslygloballyEnabled- deprecated now)clusterCompatibilitycontrols which cluster types an extension is compatible with.Both fields are supposed to be set for
kind: Extensionand accept the cluster typesshoot,seedandgarden. by @timuthy [#11982][OPERATOR]TheGardenresource has been enhanced with a new field,spec.VirtualCluster.ETCD.Main.Backup.Region, which enables the configuration of the backup bucket region. Previously, the region was derived from the provider (spec.runtimeCluster.provider.region). This behavior remains as a fallback if the backup region is not explicitly specified. by @timuthy [#12186][OPERATOR]TheBackupBucketAPI feature new fieldspec.credentialsRef, it is of typecorev1.ObjectReferenceand is allowed to refer to aSecret. by @vpnachev [#12032][USER]It's now possible to configure theMaxParallelImagePullsfield for the kubelet configuration in the Shoot spec via the.spec.{provider.workers[]}.kubernetes.kubelet.maxParallelImagePullsfield. by @theoddora [#12093][DEVELOPER]BackupBucketextension controllers: Instead of always creating theSecretreferenced in.status.generatedSecretRefin thegardennamespace, the controller should read the annotationbackupbucket.extensions.gardener.cloud/generated-secret-ref-namespaceand use its value. by @rfranzke [#12123][DEVELOPER]The cloud providerSecretis now deployed into the autonomous shoot cluster (if specified). by @ScheererJ [#12146]🐛 Bug Fixes
[USER]gardenlet: An issue causing the CA bundle on the Nodes to contain wrong certificates when a worker specifies a custom CA bundle (spec.provider.workers[].caBundle) is now fixed. by @dimitar-kostadinov [#12150][OPERATOR]The deletion ofNamespacedCloudProfiles has been fixed. Previously, users could not delete these resources if objects with the same name but in different namespaces existed in the landscape. Gardener incorrectly reported them as still being referenced by shoot clusters. by @timuthy [#12188][OPERATOR]Fixed a bug that caused the gardener operator to never reconcile theGardenobject, when there was nogardenerDashboarddefined. by @Wieneo [#12153]🏃 Others
[DEVELOPER]Thegithub.com/gardener/gardener/pkg/component/nodemanagement/machinecontrollermanager.ProviderSidecarContainerfunc does now set initial resource requests for the machine-controller-manager provider sidecar container in order to avoid unnecessary VPA eviction for the machine-controller-manager Pod after the first VPA recommendation. by @ialidzhikov [#12160][DEVELOPER]GEP-34 Introducing OpenTelemetry Operator and Collectors in Shoot Control Planes by @nickytd [#11861][DEVELOPER]Remove unused codepath from thehack/.ci/component_descriptorscript. by @ccwienk [#12173][DEVELOPER]Shoot creation test supports using CredentialsBindings. by @hendrikKahl [#12190][OPERATOR]Fix a race condition in dual-stack migration wherekube-dnsservice gets created with an arbitrary assigned IPv6 clusterIP address. by @DockToFuture [#12170][OPERATOR]The terminal-controller-manager no longer needs to list Secrets from the (virtual) garden cluster. by @petersutter [#12145][OPERATOR]gardener-node-agentnow executes readiness probe when the registry config is updated. Previously, the readiness probe was not executed if the correspondinghosts.tomlfile was present. by @ialidzhikov [#11864][OPERATOR]Obsoletejournald-kubelet-monitorClusterFilter and ClusterInput resources are now deleted. The systemd unitkubelet-monitorwas replaced by a healthcheck controller in the gardener-node-agent in Gardener v1.87.0. by @ialidzhikov [#12094][OPERATOR]Fieldgarden.spec.virtualCluster.kubernetes.kubeAPIServer.sni.secretNamehas been made optional. Insteadgardener-operatorfalls back to agardener.cloud/role: garden-certlabelled secret for the SNI setup. by @timuthy [#12133][OPERATOR]The etcd VerticalPodAutoscaler resources now target the Etcd instead of the StatefulSet resource. On the first Seed reconciliation that deploysetcd-druid@v0.30etcd VerticalPodAutoscaler resources might be not operating for up to 10min due to this migration of the VerticalPodAutoscaler target from the StatefulSet to the Etcd resource. by @shreyas-s-rao [#12176][OPERATOR]The cpu resource requests for cluster-autoscaler, gardener-resource-manager, kube-controller-manager, kube-scheduler and machine-controller-manager is increased from5mto10min order to avoid unnecessary VPA eviction for these components after the first VPA recommendation. by @ialidzhikov [#12148][OPERATOR]gardenadm artefacts uploaded as part of a release are now compressed. by @ScheererJ [#12179][OPERATOR]Terraformer pod no longer defines resource limits. by @kon-angelo [#12200][OPERATOR]Drop Istio histogram metrics from Prometheus by @vicwicker [#12142][OPERATOR]node-problem-detector: thereadonly-monitoris now enabled as part of thesystem-log-monitor.This monitor detects read-only filesystems and reports them as a
nodeConditionon theNodeobject. by @rgroemmer [#12095][OPERATOR]Clean upgarden_shoots_custom_privileged_containers_totalmetric collection. by @chrkl [#12174][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/dns/k8s-dns-node-cachefrom1.25.0to1.26.4. by @gardener-ci-robot [#12185][DEPENDENCY]The following dependencies have been updated:credativ/valifromv2.2.22tov2.2.23. Release Notes by @gardener-ci-robot [#12100][DEPENDENCY]The following dependencies have been updated:gardener/vpn2from0.37.3to0.38.0. Release Notes by @gardener-ci-robot [#12184][DEPENDENCY]The following dependencies have been updated:credativ/plutonofromv7.5.37tov7.5.38. Release Notes by @gardener-ci-robot [#12122][DEPENDENCY]The following dependencies have been updated:gardener/gardener-metrics-exporterfrom0.38.0to0.39.0. Release Notes by @gardener-ci-robot [#12157][DEPENDENCY]The following dependencies have been updated:gardener/etcd-druidfromv0.29.1tov0.30.1. Release Notesgithub.com/gardener/etcd-druid/apifromv0.29.1tov0.30.1. by @shreyas-s-rao [#12176]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.120.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.120.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.120.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.120.0Container (OCI) Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.120.0europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.120.0europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.120.0europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.120.0europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.120.0europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.120.0europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.120.0europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.120.0v1.119.1Compare Source
[gardener/gardener]
🐛 Bug Fixes
[USER]An issue causing the in-place update to fail during credentials rotation without workers rollout is now fixed. by @shafeeqes [#12249][OPERATOR]An issue causing the Shoot credentials rotation status not to correctly get updated, after all the manual in-place pending workers are updated, is now fixed. by @shafeeqes [#12304][OPERATOR]Fixed a bug that caused the gardener operator to never reconcile theGardenobject, when there was nogardenerDashboarddefined. by @Wieneo [#12159][OPERATOR]The deletion ofNamespacedCloudProfiles has been fixed. Previously, users could not delete these resources if objects with the same name but in different namespaces existed in the landscape. Gardener incorrectly reported them as still being referenced by shoot clusters. by @timuthy [#12194]🏃 Others
[OPERATOR]gardenadmis now published as a container image in release and snapshot builds. by @timebertt [#12292]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.119.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.119.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.119.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.119.1Container (OCI) Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.119.1europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.119.1europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.119.1europe-docker.pkg.dev/gardener-project/releases/gardener/gardenadm:v1.119.1europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.119.1europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.119.1europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.119.1europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.119.1europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.119.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.