Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump github.com/gardener/gardener from 1.110.2 to 1.113.0 #990

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Bumps github.com/gardener/gardener from 1.110.2 to 1.113.0.

Release notes

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

v1.113.0

[gardener/gardener]

⚠️ Breaking Changes

  • [OPERATOR] There is an incompatible change in the Garden (gardens.operator.gardener.cloud) custom resource: Fields .spec.runtimeCluster.networking.{nodes,pods,services} and .spec.virtualCluster.networking.services were changed from type string to type []string, e.g., in JSON format, replace "nodes": "10.0.0.0/16" with "nodes": ["10.0.0.0/16"]. by @​ScheererJ #11251

📰 Noteworthy

  • [OPERATOR] Incoming reverse VPN connections no longer get authenticated by the reversed-vpn-auth-server as the authentication logic was moved to envoy itself. by @​Wieneo #11328
  • [OPERATOR] The apiserver-proxy component does not use the proxy protocol anymore, see GEP-30. by @​Wieneo #11364
  • [OPERATOR] The shoot.gardener.cloud/managed-seed-api-server annotation is deprecated and will be removed in a future release. Instead, consider enabling high availability for the ManagedSeed's Shoot control plane. by @​ialidzhikov #11372
  • [OPERATOR] Added a new feature gate called "RemoveAPIServerProxyLegacyPort", which disables the unused proxy port (8443) on the istio-ingressgateway Services. Operators can choose to remove the legacy apiserver-proxy port as soon as all shoots have switched to the new apiserver-proxy configuration. They might want to do so if they activate the ACL extension, which is vulnerable to proxy protocol headers of untrusted clients on the apiserver-proxy port. by @​Wieneo #11380

✨ New Features

  • [USER] gardener-operator maintains information about Gardener API Server configuration in the world readable ConfigMap gardener-info in the gardener-system-public Namespace, read here for more details about the content of theConfigMap. by @​vpnachev #11238
  • [OPERATOR] Enhance the gardener-operator to allow specification of more than a single network range for .spec.runtimeCluster.networking.nodes, .spec.runtimeCluster.networking.pods, .spec.runtimeCluster.networking.services, and .spec.virtualCluster.networking.services, which also allows dual-stack configurations. by @​ScheererJ #11251
  • [OPERATOR] Introduces shoot_operation_duration_seconds metric to record Shoot operation Create and Delete. by @​simcod #10971
  • [OPERATOR] Gardener can now support clusters with Kubernetes version 1.32. To allow creation/update of 1.32 clusters you will have to update the version of your provider extension(s) to a version that supports 1.32 as well. Please consult the respective releases and notes in the provider extension's repository. by @​marc1404 #11197
  • [OPERATOR] CloudProfile.spec.limits.maxNodesTotal can be used to limit the maximum number of nodes a shoot can have during runtime. See the documentation for more details. by @​timebertt #11279
  • [DEVELOPER] Gardener can now support clusters with Kubernetes version 1.32. Extension developers have to prepare individual extensions as well to work with 1.32. by @​marc1404 #11197

🐛 Bug Fixes

  • [OPERATOR] A bug which prevented usage of labels with seed.gardener.cloud/ prefix on Seed, ManagedSeed, BackupEntry, and Shoot resources has been fixed. by @​rfranzke #11485
  • [OPERATOR] A misleading error message appearing when an operator has wrongly configured OIDC config for the Gardener Dashboard in the Garden resource was fixed. by @​dimityrmirchev #11432
  • [USER] The ETCD encryption config now properly configures a 32-byte key. by @​dimityrmirchev #11150

🏃 Others

... (truncated)

Commits
  • 25dfd82 Release v1.113.0
  • e9c0d41 fix couple circumstances where gardenlet could get stuck in crash loop if fea...
  • 3820526 [release-v1.113] Rename seed.gardener.cloud/ prefix to `name.seed.gardener....
  • 74e6d99 [release-v1.113] [GEP-31] Adapt OperatingSystemConfig reconciler and extens...
  • 5437a3d [release-v1.113] Stop skipping extension BackupEntry reconciliation for fai...
  • ea2cceb Prevent concurrent map read/writes in Extension deployer component (#11468)
  • fe28269 [operator] Ensure Garden environment is clean when Garden is deleted (#11460)
  • 040f450 chore(deps): update dependency crate-ci/typos to v1.29.8 (#11459)
  • 5c58b3b Fix calculation maintenance time window in e2e tests (#11463)
  • f756b0d Increase timeout for migration to 20m (#11455)
  • 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.110.2 to 1.113.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.110.2...v1.113.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners February 25, 2025 15:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 25, 2025
@gardener-robot gardener-robot added the needs/review Needs review label Feb 25, 2025
@gardener-robot
Copy link

@dependabot[bot] Thank you for your contribution.

@gardener-robot-ci-3
Copy link
Contributor

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.

@gardener-robot gardener-robot added size/l Size of pull request is large (see gardener-robot robot/bots/size.py) needs/second-opinion Needs second review by someone else labels Feb 25, 2025
@kon-angelo
Copy link
Contributor

close in favor of #991

@kon-angelo kon-angelo closed this Feb 25, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gardener/gardener-1.113.0 branch February 25, 2025 15:45
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Feb 25, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code needs/review Needs review needs/second-opinion Needs second review by someone else size/l Size of pull request is large (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants