-
Notifications
You must be signed in to change notification settings - Fork 13
Update module github.com/gardener/gardener to v1.134.0 #660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
7e33ae1 to
5e8ddf6
Compare
5e8ddf6 to
56261f2
Compare
56261f2 to
46ec4cf
Compare
206fb0e to
46ec4cf
Compare
e890f67 to
33650f1
Compare
33650f1 to
0b466d0
Compare
0b466d0 to
1c97a99
Compare
1c97a99 to
14b2185
Compare
14b2185 to
b5d2013
Compare
This PR contains the following updates:
v1.133.0→v1.134.0Release Notes
gardener/gardener (github.com/gardener/gardener)
v1.134.0Compare Source
[github.com/gardener/gardener:v1.134.0]
[OPERATOR]TheDoNotCopyBackupCredentialsfeature gate has been promoted to GA and can no longer be disabled. TheSeedbackup secret is no longer copied from theShootinfrastructure credentials in case an operator does not provide an existing backup secret. If you configureseed.spec.backup.credentialsRef, 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 [#13564][OPERATOR]Several fields and configurations ofoperator.gardener.cloud/v1alpha1.Extensionresources are now validated:spec.deployment.{extension,admission})spec.deployment.extension.helmorspec.deployment.admission.{runtimeCluster,virtualCluster}.helm)helm.ociRepository)Please check your
Extensionresources and rectify them accordingly, before upgrading to this version. by @timuthy [#13528][OPERATOR]The GA-ed and unconditionally enabledShootCredentialsBindingfeature gate is removed. If you have references to this feature gate, clean them up before upgrading to this version of Gardener. by @ialidzhikov [#13576][DEVELOPER]Ensure you have thedocker composeplugin installed for starting the local setup. by @timebertt [#13551][DEVELOPER]The registry for the local development setup is now exposed underregistry.local.gardener.cloudinstead ofgarden.local.gardener.cloud. Make sure to update your/etc/hostsfile by replacing the existing127.0.0.1 garden.local.gardener.cloudentries with127.0.0.1 registry.local.gardener.cloud. by @timebertt [#13551][DEVELOPER]To support self-hosted shoots with managed infrastructure, theWorkerextension (controller/delegate) needs to use the technical ID fromCluster.shoot.status.technicalIDfor prefixing the names of machine-related objects. TheWorkernamespace iskube-systemfor self-hosted shoots. Read the docs. by @timebertt [#13485]📰 Noteworthy
[OPERATOR]As theDoNotCopyBackupCredentialsfeature gate cannot be disabled, backup secrets that were copied fromShootinfrastructure credentials in previous reconciliations are labeled withgardener.cloud/secret-status=previously-managedand Gardener no longer takes care of them. Operators are responsible to delete those if unused for other scenarios. by @dimityrmirchev [#13564][OPERATOR]Introduced GEP-35 that outlines a migration strategy fromValitoVictoriaLogsas a database for Garden, Seed & Shoot clusters. by @rrhubenov [#13242]✨ New Features
[OPERATOR]Istio-gateways now provide access logs for requests to kube-apiservers via theapiserver-proxyendpoint whenIstioTLSTerminationfeature gate is active. by @oliver-goetz [#13569][OPERATOR]Seed clusters are now labelled with a specific extension labelextensions.extensions.gardener.cloud/<extension-type>: truewhenever such an extension is activated for the seed. by @timuthy [#13509][USER]Istio access logs are now visible for users in the shoot plutono. by @majst01 [#13548][DEVELOPER]TheWorkerextension no longer needs to fetch the machine state from theShootStateobject in the garden cluster. Instead, Gardener populates the machine state directly in theWorker.status.statefield on restoration of the shoot. Read the docs. by @timebertt [#13485]🐛 Bug Fixes
[OPERATOR]A bug which caused kube-apiserver metrics to be scraped thrice whenIstioTLSTerminationfeature gate is active has been fixed. by @oliver-goetz [#13590][OPERATOR]Fixed a bug where operators could not exclusively specifycountlimits in the Garden'sspec.virtualCluster.gardener.gardenerAdmissionController.resourceAdmissionConfiguration.limitfield. by @tobschli [#13577][USER]A bug which prevented the wildcard certificate endpoints to be advertised in the shoot status has been fixed. by @oliver-goetz [#13644][USER]Fixed DNS resolution issues during dual-stack migration by ensuring/etc/resolv.confonly contains the IPv4 DNS server address until thekube-dnsservice is fully migrated. by @axel7born [#13601]🏃 Others
[OPERATOR]Seeds are now labeled withseed.gardener.cloud/provider=<seed.spec.provider.type>andseed.gardener.cloud/region=<seed.spec.provider.region>. by @georgibaltiev [#12623][OPERATOR]apiserver-proxyendpoints now using the same keep alive settings and connection timeout as default kube-apiserver endpoints whenIstioTLSTerminationfeature gate is active. by @oliver-goetz [#13569][OPERATOR]Projects are no-longer requeued with back-off when they have adeletionTimestampand still existingShootsin the corresponding namespaces. Instead they are now automatically requeued onShootdeletion events if they no-longer contain anyShoots so that the deletion of theProjectcan finish. by @plkokanov [#13052][OPERATOR]ManagedResourcesare no-longer requeued with back-off, if their responsibility was transferred from onegardener-resource-managerto another, while waiting for the originalgardener-resource-managerto finish cleaning up the deployed resources. Instead,ManagedResourcesare automatically requeued when the cleanup of resources by the originalgardener-resource-managerhas finished. by @plkokanov [#13052][DEVELOPER]TheVPAInPlaceUpdatesfeature gate is enabled in local setups forgardenletandgardener-operator. by @vitanovs [#13508][DEVELOPER]Update remote local setup with most recent hosts for end-to-end tests and instructions for an IPv6 setup by @vicwicker [#13436][DEVELOPER]Usages ofcontroller-runtime's deprecatedreconcile.Result{Requeue: true}have been removed. by @plkokanov [#13052][DEVELOPER]Ignore whitespace-only YAML chunks when parsingManagedResourcesecrets. This prevents decoder errors from trailing---separators. by @DockToFuture [#13622][DEPENDENCY]The following dependencies have been updated:quay.io/kiwigrid/k8s-sidecarfrom2.1.3to2.1.4. by @gardener-ci-robot [#13567][DEPENDENCY]Thegardener/autoscalerimage for Shoots with Kubernetes version 1.34 has been updated tov1.34.0. Release Notes by @takoverflow [#13554][DEPENDENCY]The following dependencies have been updated:gardener/etcd-druidfromv0.33.0tov0.34.0. Release Notesgithub.com/gardener/etcd-druid/apifromv0.33.0tov0.34.0. by @Shreyas-s14 [#13617][DEPENDENCY]The following dependencies have been updated:gardener/dashboardfrom1.82.6to1.83.0. Release Notes by @gardener-ci-robot [#13620][DEPENDENCY]The following dependencies have been updated:gardener/dashboardfrom1.82.5to1.82.6. Release Notes by @gardener-ci-robot [#13619][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/ingress-nginx/controller-chrootfromv1.14.0tov1.14.1. by @gardener-ci-robot [#13599][DEPENDENCY]The following dependencies have been updated:gcr.io/istio-release/pilotfrom1.27.3to1.27.4.gcr.io/istio-release/proxyv2from1.27.3to1.27.4.istio.io/apifromv1.27.3tov1.27.4. by @gardener-ci-robot [#13595][DEPENDENCY]The following dependencies have been updated:envoyproxy/envoyfromdistroless-v1.36.2tov1.36.3. Release Notes by @gardener-ci-robot [#13598][DEPENDENCY]The following dependencies have been updated:quay.io/cortexproject/cortexfromv1.20.0tov1.20.1. by @gardener-ci-robot [#13597][DEPENDENCY]The following dependencies have been updated:quay.io/kiwigrid/k8s-sidecarfrom2.1.2to2.1.3. by @gardener-ci-robot [#13562]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.134.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.134.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.134.0europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.134.0Container (OCI) Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.134.0europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.134.0europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.134.0europe-docker.pkg.dev/gardener-project/releases/gardener/gardenadm:v1.134.0europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.134.0europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.134.0europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.134.0europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.134.0europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.134.0v1.133.1Compare Source
[github.com/gardener/gardener:v1.133.1]
🐛 Bug Fixes
[OPERATOR]Fixed a bug where operators could not exclusively specifycountlimits in the Garden'sspec.virtualCluster.gardener.gardenerAdmissionController.resourceAdmissionConfiguration.limitfield. by @tobschli [#13581][USER]A bug which prevented the wildcard certificate endpoints to be advertised in the shoot status has been fixed. by @oliver-goetz [#13641]Helm Charts
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.133.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.133.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.133.1europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.133.1Container (OCI) Images
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.133.1europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.133.1europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.133.1europe-docker.pkg.dev/gardener-project/releases/gardener/gardenadm:v1.133.1europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.133.1europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.133.1europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.133.1europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.133.1europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.133.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 has been generated by Renovate Bot.