Skip to content

Bump github.com/gardener/gardener from 1.110.1 to 1.113.0#148

Merged
afritzler merged 2 commits intomainfrom
dependabot/go_modules/github.com/gardener/gardener-1.113.0
Mar 4, 2025
Merged

Bump github.com/gardener/gardener from 1.110.1 to 1.113.0#148
afritzler merged 2 commits intomainfrom
dependabot/go_modules/github.com/gardener/gardener-1.113.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/gardener/gardener from 1.110.1 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)

@dependabot dependabot bot requested a review from a team as a code owner February 24, 2025 21:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 24, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gardener/gardener-1.113.0 branch 2 times, most recently from 2b7b395 to eddb873 Compare February 27, 2025 10:12
Copy link
Copy Markdown
Member

@hardikdr hardikdr left a comment

Choose a reason for hiding this comment

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

The tests here should pass once #131 is merged with the necessary adaptations.

@afritzler
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gardener/gardener-1.113.0 branch from eddb873 to eadc07c Compare March 3, 2025 14:08
Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.110.1 to 1.113.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.110.1...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 force-pushed the dependabot/go_modules/github.com/gardener/gardener-1.113.0 branch from eadc07c to 256c097 Compare March 3, 2025 16:24
@hardikdr hardikdr moved this from Backlog to In progress in Metal Automation Mar 4, 2025
@github-actions github-actions bot added size/XL and removed size/L labels Mar 4, 2025
@hardikdr hardikdr force-pushed the dependabot/go_modules/github.com/gardener/gardener-1.113.0 branch from dcb4ea7 to 2fe98a8 Compare March 4, 2025 15:07
@hardikdr hardikdr requested a review from afritzler March 4, 2025 15:11
@afritzler afritzler merged commit d625745 into main Mar 4, 2025
7 checks passed
@afritzler afritzler deleted the dependabot/go_modules/github.com/gardener/gardener-1.113.0 branch March 4, 2025 15:16
@github-project-automation github-project-automation bot moved this from In progress to Done in Metal Automation Mar 4, 2025
@hardikdr hardikdr added this to Roadmap Jun 26, 2025
@hardikdr hardikdr added the area/gardener-extension Gardener extension integration. label Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/gardener-extension Gardener extension integration. dependencies Pull requests that update a dependency file go Pull requests that update Go code size/XL

Projects

Status: Done
Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants