| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gardenadm-windows-arm64 | 2026-01-27 | 135.4 MB | |
| gardenadm-windows-amd64 | 2026-01-27 | 144.1 MB | |
| gardenadm-linux-arm64 | 2026-01-27 | 50.4 MB | |
| gardenadm-linux-amd64 | 2026-01-27 | 55.0 MB | |
| gardenadm-darwin-arm64 | 2026-01-27 | 54.7 MB | |
| gardenadm-darwin-amd64 | 2026-01-27 | 58.0 MB | |
| component-descriptor.yaml | 2026-01-27 | 76.2 kB | |
| README.md | 2026-01-27 | 26.3 kB | |
| v1.135.0 source code.tar.gz | 2026-01-27 | 36.2 MB | |
| v1.135.0 source code.zip | 2026-01-27 | 39.8 MB | |
| Totals: 10 Items | 573.6 MB | 0 | |
[github.com/gardener/gardener:v1.135.0]
⚠️ Breaking Changes
[OPERATOR]Internal dns configuration for seeds.spec.dns.internalis now required. Make sure to set this field in your templates before upgrading Gardener to the current version. by @dimityrmirchev [#13529][OPERATOR]gardener-resource-manager now enforces the desired OwnerReferences for objects it manages. Previously, it set OwnerReferences only when creating objects and did not update them afterwards. by @oliver-goetz [#13606][USER]:warning: The Seed API fieldspec.dns.provider.secretRefhas been deprecated in favor ofspec.dns.provider.credentialsRef. ThesecretReffield will be removed in Gardener version>= v1.139.0, until then - please consider migrating to the newcredentialsReffield.- :info: Gardener takes care to keep both fields in sync when the configured credentials is of type
Secret. by @vpnachev [#13680] [USER]:warning: The Shoot API fieldspec.dns.providers.secretNamehas been deprecated in favor ofspec.dns.providers.credentialsRef. ThesecretNamefield will be disallowed to be used by shoots running on Kubernetes 1.35 or newer, until then - please consider migrating to the newcredentialsReffield.- Gardener API server takes care to keep both fields in sync when
Secretis the type of the configured credentials. by @vpnachev [#13552] [DEVELOPER]Change the registry port in the local setup to:5001. by @LucaBernstein [#13661][DEVELOPER]Theextension-classflag has been renamed toextension-classesto support multiple extension classes per controller deployment. If the extension depends oncmd.ReconcilerOptions, the renaming will automatically take effect. Please adjust your deployment manifest to reflect this change. by @timuthy [#13718][DEVELOPER]TheSecretDatafield has been removed from thegithub.com/gardener/gardener/pkg/component/extensions/dnsrecord.Valuesstruct, usegithub.com/gardener/gardener/pkg/component/extensions/dnsrecord.CredentialsDeployFuncinstead to deploy secret data into a secret. by @vpnachev [#13720][DEVELOPER]The functiongithub.com/gardener/gardener/pkg/utils/gardener.GenerateDNSProviderNamehas been removed. by @vpnachev [#13552][DEVELOPER]github.com/gardener/gardener/pkg/apis/core/v1beta1/helper.ShootDNSProviderSecretNamesEqualhas been removed, usegithub.com/gardener/gardener/pkg/apis/core/v1beta1/helper.ShootDNSProviderCredentialsRefsEqualinstead. by @vpnachev [#13552][DEVELOPER]TheSecretDatafield of thegithub.com/gardener/gardener/pkg/utils/gardener.Domainstruct has been replaced withCredentialsfield of typesigs.k8s.io/controller-runtime/pkg/client.Object. by @vpnachev [#13720][DEPENDENCY]The naming logic for automatically generated webhooks has changed. If the extension name passed toextensionscmdwebhook.NewAddToManagerOptionsstarts withgardener-, the extension's webhook names are no longer prefixed withgardener-extension-. by @timuthy [#13786]
📰 Noteworthy
[OPERATOR]Adapted the policy in the Kubernetes version support process to retain only the latest 4 minor versions, improving security by dropping older, unpatched versions. Additionally, a minimum period of 14 months has been added, during which Gardener will maintain support for any given Kubernetes version before removing it again. by @marc1404 [#13471][USER]The order of entries in theNamespacedCloudProfile.Status.CloudProfileSpecis now the same as in the parentCloudProfile.Spec. by @LucaBernstein [#13772][DEVELOPER]The functiongithub.com/gardener/gardener/pkg/utils/kubernetes.GetCredentialsByObjectReferencehas been changed to acceptclient.Readerinstead ofclient.Client. by @vpnachev [#13552][DEVELOPER]The scripthack/vgopath-setup.shandhack/tools.mkentry for$(VGOPATH)are deprecated and will be removed aftergardener/gardener@v1.142has been released. It is recommended that consumers stop using them from thegardener/gardenerrepository. by @LucaBernstein [#13556][DEVELOPER]Source code changes that break various aspects of the monitoring stack in ways that were previously unnoticed are now detected during pull request validation. by @vicwicker [#13341][DEVELOPER]The generic actuator of the control plane now wraps seed-related charts intoManagedResources . Any imperative logic in your provider extension that does not consider management through the gardener-resource-manager can potentially be cleaned up. by @kon-angelo [#13585][DEVELOPER]The usages ofVGOPATHhave been removed. by @LucaBernstein [#13556][DEVELOPER]A new rule was added to the Component Checklist -Drop unutilised capabilities. Additionally, theDo not run containers as rootrule was extended. For more details, check the Component Checklist. by @mstueer [#13204][DEPENDENCY]CredentialsBindings can now referencecore.gardener.cloud/v1beta1.InternalSecretresources. Provider extensions should start validating them similar to references forv1.Secretresources. by @rfranzke [#13759]
✨ New Features
[OPERATOR]A newVPNBondingModeRoundRobinfeature gate is introduced for gardenlet. When enabled, HA VPN uses round-robin bonding mode to increase availability under network degradation. by @domdom82 [#13649][OPERATOR]gardenletcan now propagate static manifests stored in the seed cluster'sgardennamespace to all shoot namespaces. Read all about it here. by @rfranzke [#13614][OPERATOR]Support replacement of individual assets for the gardener dashboard ([gardener/dashboard#2687](https://github.com/gardener/dashboard/issues/2687)) by @grolu [#13640][OPERATOR]Extendgardener-operatorandgardenletcare controllers to query the Prometheus instances for health checks of the monitoring components. If the new health checks fail, they are reflected in the status condition of theShoot,SeedorGardenresources. These health checks are introduced behind a feature gatePrometheusHealthChecksthat is disabled by default. by @vicwicker [#13341][OPERATOR]It is now possible to configure custom namespaces in the virtual cluster that thevirtual-garden-gardener-resource-managershould handle. Use.spec.virtualCluster.gardener.gardenerResourceManager.additionalTargetNamespacesinGardenresource. by @rfranzke [#13761][OPERATOR]WorkloadIdentity credentials are now allowed to be used for Shoot DNS domains, Seed ingress, default and internal DNS domains. by @vpnachev [#13720][OPERATOR]Add newPlutonodashboard for monitoringVPA Updateroperations acrossShoot,SeedandGardenclusters. by @vitanovs [#13477][USER]Rotation for the ssh keypair for worker nodes, observability passwords and etcd encryption key can now be done in the maintenance window via the.spec.maitenance.autoRotation.credentialsfield of aShoot. by @AleksandarSavchev [#13493][USER]A new Seed API fieldcredentialsRefhas been introduced inspec.dns.providerstructure. It is designed to support diverse types of credentials, as of nowv1.Secretsandsecurity.gardener.cloud/v1alpha1.WorkloadIdentityare allowed, but onlySecretsare supported. by @vpnachev [#13680][USER]You can now specifynftablesas proxy mode implementation ofkube-proxyin theShootspec like so if your Kubernetes version is>= 1.31:.spec.kubernetes.kubeProxy.mode=NFTables, please consult https://kubernetes.io/blog/2025/02/28/nftables-kube-proxy/ for all glory details. by @majst01 [#13558][USER]A new optional Shoot API fieldcredentialsRefhas been introduced inspec.dns.providersstructure. It is designed to support diverse types of credentials. As of now onlyv1.Secretsare supported. by @vpnachev [#13552][USER]The Shoot resource does now support configuring the vpa-recommender concurrent workers to update VerticalPodAutoscalers and VerticalPodAutoscalerCheckpoints via the new.spec.kubernetes.verticalPodAutoscaler.recommenderUpdateWorkerCountfield. by @voelzmo [#13591][DEVELOPER]Shoots andSeeds are now allowed to referenceWorkloadIdentityresources via their respective fieldspec.resources, extensions can leverage this mechanism in order to use workload identity credentials for authentication with external services supporting trust based authentication. by @vpnachev [#13469][DEVELOPER]CredentialsBindings can now referencecore.gardener.cloud/v1beta1.InternalSecretresources. This can be beneficial if shoot credentials are not managed directly by end-users but by the service provider/Gardener operators. by @rfranzke [#13759][DEVELOPER]It is now possible to create aSecretsManagerbased on aGardenresource. Extensions can, for instance, manage certificates for webhooks in the garden runtime cluster while leveraging Gardener's certificate automation features (such as CA rotation, renewal, etc.). by @timuthy [#13662][DEPENDENCY]The certificate library for extension webhooks now supports skipping the component name prefixing withgardener-extensionwhenDoNotPrefixComponentNameis set totrue. by @rfranzke [#13765][DEPENDENCY]extensionscmdcontroller.GeneralOptionscan now be shared between controllers and webhooks. It contains general deployment information that are relevant to both. by @timuthy [#13786]
🐛 Bug Fixes
[OPERATOR]Refactor the collectorjournaldreceiver to capture kernel logs via a more stable method. by @rrhubenov [#13664][OPERATOR]An issue causing credentials rotation for the Garden resource to fail is now fixed. by @ialidzhikov [#13735][OPERATOR]A bug has been fix which could lead to pendingManagedResources in the shoot's control plane namespace (effectively, blockingShootdeletion). by @rfranzke [#13858][OPERATOR]A bug has been fixed which was preventing removing image vector overwrite configurations fromgardenlets deployed viaseedmanagement.gardener.cloud/v1alpha1.Gardenletresources (even though.spec.deployment.{imageVectorOverwrite,componentImageVectorOverwrite}was removed). by @rfranzke [#13646][OPERATOR]The token requestor will check the UID of a referencedServiceAccountand request a new token before the former one issued for a different UID expired. by @LucaBernstein [#13630][USER]A bug has been fixed which was causing invalid high-availability configuration for system components in case aShootwas configured with a worker pool withmaximum=0. by @rfranzke [#13873][USER]Project admins are allowed to set ownerReference withkind: ShootandblockOwnerDeletion: truefor Secrets/ConfigMaps when theOwnerReferencesPermissionEnforcementadmission plugin is enabled for the virtual kube-apiserver. by @ialidzhikov [#13743][USER]Fix a bug that prevents updating expiration dates of overridden machine image versions inNamespacedCloudProfiles. by @LucaBernstein [#13754][USER]Fixed an issue where the Manual Worker Pool Rollout feature worked only when there is only one machine deployment per worker. by @rrhubenov [#13670][USER]A bug causingShootclusters to not be reconciled during their maintenance window when theShootdoes not enablesshand hasrotate-ssh-keypairoperation configured for maintenance window was fixed. by @AleksandarSavchev [#13493][DEPENDENCY]extension library: An issue causing deletions ofextensions.BackupEntryto be stuck due to conflicts while removing the finalizer from the BackupEntry Secret is now fixed. This mostly affected the deletion of the sourceBackupEntryduring therestorephase of control plane migration. by @plkokanov [#13775]
🏃 Others
[OPERATOR]Set static cpu requests for fluent-operator. by @voelzmo [#13788][OPERATOR]OwnerReferences now ensure that no orphan EnvoyFilters and Secrets remain in istio-ingressgateway namespaces when a shoot was purged manually. by @oliver-goetz [#13606][OPERATOR]Allow scrapingkube_node_createdfrom kube-state-metrics by adding it to the metric allowlist. by @jguipi [#13683][OPERATOR]Add Plutono dashboard for shoot control plane cost calculation by @vicwicker [#13605][OPERATOR]Refactor node local dns tests to avoid duplications and simplify structure. by @DockToFuture [#13694][OPERATOR]gardenlet now adds labels forDNSRecordresources created forShootcontrol planes. This allows using label selectors to targetDNSRecords used forShootcontrol plane components. by @hown3d [#13444][OPERATOR]Updates on oldShoots,ManagedSeedSets, andGardenare now allowed if invalid accepted issuers are unchanged. by @acumino [#13514][OPERATOR]On starup, gardenlet and gardener-operator now patch the needed VerticalPodAutoscaler resources depending on theVPAInPlaceUpdatesfeature gate value. This is needed to ensure that all VerticalPodAutoscaler resources will be updated immediately with the desired update mode when theVPAInPlaceUpdatesfeature gate is enabled or disabled. by @vitanovs [#13573][OPERATOR]Set static cpu requests for node-exporter by @voelzmo [#13790][OPERATOR]A link to theSeed-specific dashboard has been added to the annotations ofSeed-related alerts. This allows operators to quickly navigate from an alert to the relevant monitoring dashboard for faster troubleshooting. by @cathyzhang05 [#13555][OPERATOR]Change metrics port for OTel collector on the nodes from 8888 to 18888. by @dnaeon [#13798][OPERATOR]Extended RBAC rules forgardener-metrics-exporterto coverGardenletresources as well. by @RaphSku [#13806][OPERATOR]Update gardenlets values.yaml template to include the internal DNS secret for the local extension setup. by @DockToFuture [#13679][OPERATOR]The Kubernetes version check can now be explicitly disabled by setting the environment variableEXPERIMENTAL_DISABLE_KUBERNETES_VERSION_CHECKtotrue. This is intended for specific experimental or troubleshooting scenarios where temporarily bypassing the version validation is necessary. by @majst01 [#13221][OPERATOR]The mutatingManagedSeedadmission plugin is now also a validating one. Validations which are executed by this admission plugin during the mutation phase will be gradually moved to the validatingManagedSeedadmission plugin. by @ialidzhikov [#13621][USER]The.spec.kubernetes.kubeAPIServer.requests.max{Non}MutatingInflightflags can now be increased to5000(non-mutating) /2500(mutating). by @rfranzke [#13877][DEVELOPER]TheCloudProfilefor the local dev setup was updated from Kubernetes version 1.34.0 to 1.34.3. by @timuthy [#13874][DEVELOPER]The kubectl apply command for the00-namespace-garden.yamlresource now includes the--force-conflicts flag. This enhancement resolves conflicts that previously caused errors during the local extension setup, ensuring a smoother and more reliable deployment process. by @DockToFuture [#13676][DEVELOPER]Add permissions to read and watchNamespacedCloudProfiles for the dashboard. by @klocke-io [#13500][DEVELOPER]The generic control-plane webhook is now capable of ensuring thekube-apiserverandkube-controller-managerdeployments, as well asetcds, of the virtual garden cluster. by @timuthy [#13635][DEPENDENCY]The following dependencies have been updated:quay.io/prometheus/alertmanagerfromv0.30.0tov0.30.1. by @gardener-ci-robot [#13779][DEPENDENCY]The following dependencies have been updated:gardener/alpine-conntrackfrom3.21.3to3.23.2. Release Notes by @gardener-ci-robot [#13744][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/kube-state-metrics/kube-state-metricsfromv2.17.0tov2.18.0. by @gardener-ci-robot [#13808][DEPENDENCY]The following dependencies have been updated:quay.io/prometheus/alertmanagerfromv0.29.0tov0.30.0. by @gardener-ci-robot [#13663][DEPENDENCY]The following dependencies have been updated:credativ/valifromv2.2.29tov2.2.30. Release Notes by @gardener-ci-robot [#13689][DEPENDENCY]The following dependencies have been updated:quay.io/kiwigrid/k8s-sidecarfrom2.1.4to2.2.3. by @gardener-ci-robot [#13726][DEPENDENCY]The following dependencies have been updated:envoyproxy/envoyfromdistroless-v1.36.4tov1.37.0. Release Notes by @gardener-ci-robot [#13781][DEPENDENCY]The following dependencies have been updated:gcr.io/istio-release/pilotfrom1.27.4to1.27.5.gcr.io/istio-release/proxyv2from1.27.4to1.27.5.istio.io/apifromv1.27.4tov1.27.5. by @gardener-ci-robot [#13711][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/node-problem-detector/node-problem-detectorfromv0.8.22tov0.8.24. by @gardener-ci-robot [#13716][DEPENDENCY]The following dependencies have been updated:gardener/gardener-metrics-exporterfrom0.42.0to0.43.0. Release Notes by @gardener-ci-robot [#13760][DEPENDENCY]The following dependencies have been updated:registry.k8s.io/node-problem-detector/node-problem-detectorfromv1.34.0tov1.34.2. by @gardener-ci-robot [#13717][DEPENDENCY]The following dependencies have been updated:gardener/vpn2from0.44.0to0.45.0. Release Notes by @gardener-ci-robot [#13677][DEPENDENCY]The following dependencies have been updated:quay.io/brancz/kube-rbac-proxyfromv0.20.1tov0.20.2. by @gardener-ci-robot [#13782][DEPENDENCY]The following dependencies have been updated:gardener/loggingfromv0.70.0tov0.71.0. Release Notes by @gardener-ci-robot [#13741][DEPENDENCY]The following dependencies have been updated:gardener/dashboardfrom1.83.1to1.83.2. Release Notes by @gardener-ci-robot [#13884][DEPENDENCY]The following dependencies have been updated:gardener/apiserver-proxyfromv0.19.0tov0.20.0. Release Notes by @gardener-ci-robot [#13749][DEPENDENCY]The following dependencies have been updated:credativ/plutonofromv7.5.44tov7.5.45. Release Notes by @gardener-ci-robot [#13690][DEPENDENCY]The following dependencies have been updated:envoyproxy/envoyfromdistroless-v1.36.3tov1.36.4. Release Notes by @gardener-ci-robot [#13629][DEPENDENCY]The following dependencies have been updated:gardener/dashboardfrom1.83.0to1.83.1. Release Notes by @gardener-ci-robot [#13836][DEPENDENCY]The following dependencies have been updated:quay.io/kiwigrid/k8s-sidecarfrom2.2.3to2.4.0. by @gardener-ci-robot [#13787]
Helm Charts
- controlplane:
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/controlplane:v1.135.0 - gardenlet:
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/gardenlet:v1.135.0 - operator:
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/operator:v1.135.0 - resource-manager:
europe-docker.pkg.dev/gardener-project/releases/charts/gardener/resource-manager:v1.135.0
Container (OCI) Images
- admission-controller:
europe-docker.pkg.dev/gardener-project/releases/gardener/admission-controller:v1.135.0 - apiserver:
europe-docker.pkg.dev/gardener-project/releases/gardener/apiserver:v1.135.0 - controller-manager:
europe-docker.pkg.dev/gardener-project/releases/gardener/controller-manager:v1.135.0 - gardenadm:
europe-docker.pkg.dev/gardener-project/releases/gardener/gardenadm:v1.135.0 - gardenlet:
europe-docker.pkg.dev/gardener-project/releases/gardener/gardenlet:v1.135.0 - node-agent:
europe-docker.pkg.dev/gardener-project/releases/gardener/node-agent:v1.135.0 - operator:
europe-docker.pkg.dev/gardener-project/releases/gardener/operator:v1.135.0 - resource-manager:
europe-docker.pkg.dev/gardener-project/releases/gardener/resource-manager:v1.135.0 - scheduler:
europe-docker.pkg.dev/gardener-project/releases/gardener/scheduler:v1.135.0