Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps github.com/gardener/gardener from 1.126.0 to 1.127.0.

Release notes

Sourced from github.com/gardener/gardener's releases.

v1.127.0

[github.com/gardener/gardener:v1.127.0]

⚠️ Breaking Changes

  • [OPERATOR] The ProjectValidator admission plugin is now renamed to ProjectMutator. If you have references to the old name of the admission plugin, make sure to adapt them before upgrading to this version of Gardener. by @​georgibaltiev [#12818]

  • [OPERATOR] ⚠️ Gardener does no longer support garden, seed, or shoot clusters with Kubernetes versions <= 1.28. Make sure to upgrade all existing clusters before upgrading to this Gardener version. by @​seshachalam-yv [#12486]

  • [USER] It is not allowed anymore to specify a comma ",", as well as duplicate values, within the entries of theShoot.spec.kubernetes.kubeAPIServer.apiAudiences[]. Please update your Shoots accordingly. by @​tobschli [#12788]

  • [DEVELOPER] The Priority field for the MachineDeployment API is now required instead of optional. Provider extensions need to make sure that the MachineDeployments they generate specify this field. by @​tobschli [#12742]

  • [OPERATOR] The CredentialsRotationWithoutWorkersRollout feature gate has been promoted to GA and is enabled unconditionally. by @​rfranzke [#12857]

  • [OPERATOR] The GA-ed and unconditionally enabled NewVPN feature gates is removed. If you have references to this feature gate, clean them up before upgrading to this version of Gardener. by @​ialidzhikov [#12807]

  • [OPERATOR] A Project resource's .spec.namespace field is now validated in the storage layer. It was previously validated in the ProjectValidator admission plugin due to backwards-compatibility reasons. With this change, gardener-apiserver unconditionally accepts only garden and values with prefix garden- as valid Project namespaces. by @​georgibaltiev [#12784]

  • [USER] gardener-apiserver no longer serves the /openapi/v2 endpoint. kubectl < 1.27 relies on this endpoint. Make sure to use kubectl 1.27+ against this version of gardener-apiserver. by @​seshachalam-yv [#12486]

  • [USER] The spec.seedSelector field in the Shoot API is now validated for invalid label values. by @​shafeeqes [#12708]

  • [OPERATOR] The following fields of resources in the core.gardener.cloud group are now validated for invalid label values:

    • spec.seedSelector in the CloudProfile API
    • spec.deployment.seedSelector in the ControllerRegistration API
    • scheduling.seedSelector in the ExposureClass API

    The following fields of resources in the operator.gardener.cloud group are now validated for invalid label values:

    • spec.virtualCluster.gardener.gardenerControllerManager.defaultProjectQuotas.projectSelector in the Garden API

    The following fields of resources in the controllermanager.config.gardener.cloud group are now validated for invalid label values:

    • controllers.project.quotas[].projectSelector

    The following fields of resources in the seedmanagement.gardener.cloud group are now validated for invalid label values:

    • spec.selector in the ManagedSeedSet API

    The following fields of resources in the settings.gardener.cloud group are now validated for invalid label values:

📰 Noteworthy

✨ New Features

  • [OPERATOR] Enabling feature gate OpenTelemetryCollector will now route logs through the collector in the Shoot control-plane before reaching Vali. by @​rrhubenov [#12568]
  • [OPERATOR] The Seed spec was extended to allow explicit configuration for internal DNS settings. Operators can configure these by setting .spec.dns.internal. The implicit configuration that involved selecting a DNS secret from the Garden cluster based on labels will be eventually removed. Operators should adapt their Seed manifests to explicitly configure internal DNS. by @​dimityrmirchev [#12663]

🐛 Bug Fixes

  • [DEVELOPER] Ambiguous go.mod dependencies were removed when calling make import-tools-bin. by @​timuthy [#12810]
  • [OPERATOR] A misconfiguration has been fixed which was preventing gardener-admission-controller from being called for ConfigMap creations of gardenlet. by @​rfranzke [#12858]
  • [OPERATOR] Flip the status of a set EmergencyStopShootReconciliations Seed condition from False to True. by @​LucaBernstein [#12823]
  • [OPERATOR] Fix shoot creation failure for shoots with kubernetes version >=1.32 and openidconnect preset present by @​p53 [#12743]

🏃 Others

  • [OPERATOR] GOMAXPROCS for the gardener-controller-manager is set by the Go runtime instead of the external go.uber.org/automaxprocs/maxprocs library. by @​timuthy [#12801]
  • [DEPENDENCY] The following dependencies have been updated:

... (truncated)

Commits
  • dfbd4d5 release v1.127.0
  • 8c9a280 provider-local: fix NetworkPolicy for coredns ingress on nodePort (#12891)
  • d51a36a Change image source of envoyproxy/envoy (#12868)
  • a6be446 Update module k8s.io/autoscaler/vertical-pod-autoscaler to v1.4.2 (#12877)
  • 6c54684 Add missing configmaps resource to seed-restriction webhook config (#12858)
  • b35aa8a Update module github.com/spf13/pflag to v1.0.10 (#12876)
  • d7f6fb8 Make gardenlet check version skew with gardener-apiserver when starting (...
  • 8d37930 [GEP-28] gardener-scheduler no longer tries scheduling autonomous Shoots ...
  • 92b908a [GEP-28] gardenadm bootstrap: enable provider-local DNS config (#12836)
  • 1ca77d5 Promote CredentialsRotationWithoutWorkersRollout feature gate to GA (#12857)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.126.0 to 1.127.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.126.0...v1.127.0)

---
updated-dependencies:
- dependency-name: github.com/gardener/gardener
  dependency-version: 1.127.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 8, 2025
@dependabot dependabot bot requested review from a team as code owners September 8, 2025 07:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 8, 2025
@gardener-robot gardener-robot added needs/review Needs review size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 8, 2025
@ghost
Copy link

ghost commented Sep 8, 2025

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

Copy link
Contributor

@hebelsan hebelsan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@gardener-robot gardener-robot added reviewed/lgtm Has approval for merging and removed needs/review Needs review labels Sep 8, 2025
@ghost ghost added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Sep 8, 2025
@hebelsan hebelsan merged commit 632a792 into master Sep 8, 2025
26 checks passed
@hebelsan hebelsan deleted the dependabot/go_modules/github.com/gardener/gardener-1.127.0 branch September 8, 2025 07:53
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Sep 8, 2025
aaronfern pushed a commit to aaronfern/machine-controller-manager-provider-openstack that referenced this pull request Oct 17, 2025
Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.126.0 to 1.127.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.126.0...v1.127.0)

---
updated-dependencies:
- dependency-name: github.com/gardener/gardener
  dependency-version: 1.127.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
aaronfern added a commit that referenced this pull request Oct 17, 2025
* Bump github.com/gardener/gardener from 1.126.0 to 1.127.0 (#311)

Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.126.0 to 1.127.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.126.0...v1.127.0)

---
updated-dependencies:
- dependency-name: github.com/gardener/gardener
  dependency-version: 1.127.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Upgrade github.com/gardener/machine-controller-manager (#324)

from v0.60.0 to v0.60.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gardener-github-actions[bot] <207909872+gardener-github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
jamand pushed a commit to stackitcloud/machine-controller-manager-provider-openstack that referenced this pull request Oct 28, 2025
* Bump github.com/gardener/gardener from 1.126.0 to 1.127.0 (gardener#311)

Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.126.0 to 1.127.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.126.0...v1.127.0)

---
updated-dependencies:
- dependency-name: github.com/gardener/gardener
  dependency-version: 1.127.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Upgrade github.com/gardener/machine-controller-manager (gardener#324)

from v0.60.0 to v0.60.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gardener-github-actions[bot] <207909872+gardener-github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code reviewed/lgtm Has approval for merging reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. status/closed Issue is closed (either delivered or triaged)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants