Skip to content
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

chore(dependabot): bump github.com/gardener/gardener from 1.110.1 to 1.112.0 in the gardener group across 1 directory #1017

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gardener group with 1 update in the / directory: github.com/gardener/gardener.

Updates github.com/gardener/gardener from 1.110.1 to 1.112.0

Release notes

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

v1.112.0

[gardener/gardener]

⚠️ Breaking Changes

  • [DEPENDENCY] The Garden.spec.virtualCluster.gardener.gardenerControllerManager.defaultProjectQuotas[].config type has been changed from runtime.RawExtension to corev1.ResourceQuota. by @​timebertt #11098
  • [DEPENDENCY] The temporary helper functions github.com/gardener/gardener/pkg/client/kubernetes.{ConvertClientConnectionConfigurationToExternal,RESTConfigFromInternalClientConnectionConfiguration} have been removed. Please use the external version of k8s.io/component-base/config.ClientConnectionConfiguration directly. by @​timebertt #11243
  • [USER] Users are no longer able to modify shoot CA bundle configmaps. Such system resources are considered sensitive to modification because the data stored in them cannot be trusted unless its authenticity is guaranteed. by @​dimityrmirchev #11224
  • [DEVELOPER] The following functions are moved from the github.com/gardener/gardener/pkg/client/kubernetes package to the github.com/gardener/gardener/pkg/utils/kubernetes package:
    • HasDeploymentRolloutCompleted
    • WaitUntilDeploymentRolloutIsComplete
    • GetPodLogs
    • ScaleStatefulSet
    • ScaleDeployment
    • WaitUntilDeploymentScaledToDesiredReplicas
    • WaitUntilStatefulSetScaledToDesiredReplicas
    • ScaleStatefulSetAndWaitUntilScaled by @​RadaBDimitrova #11153
  • [DEVELOPER] The following var is removed from the github.com/gardener/gardener/pkg/client/kubernetes package:

📰 Noteworthy

  • [OPERATOR] The new CredentialsRotationWithoutWorkersRollout feature gate should only be enabled when all registered Gardener provider extensions vendor at least gardener/[email protected]+. by @​rfranzke #11027
  • [OPERATOR] The ClientConnectionConfiguration and LeaderElectionConfiguration in the component config APIs are now validated. by @​timebertt #11254

✨ New Features

  • [USER] All Seeds are now automatically labeled with seed.gardener.cloud/<name>=true where <name> is their own name, and (if applicable) the name of their parent seed in case they are managed seeds. This label can be used as selector for requests. by @​rfranzke #11062
  • [USER] The feature gate UseNamespacedCloudProfile has been graduated to Beta and is now enabled by default. by @​LucaBernstein #11289
  • [USER] It is now possible to specify the the priority of worker groups with the Shoot.spec.provider.workers[].priority field. When at least one priority is specified, the CA will respect this configuration before other expanders.
    WARNING: When using this feature, Gardener will overwrite existing configurations that were made manual beforehand. by @​tobschli #11045
  • [USER] New Shoot operation annotations rotate-{ca,serviceaccount-key,credentials}-start-without-workers-rollout are being introduced in order to start a credentials rotation without causing an immediately rolling update of all worker nodes. Such rolling updates can later be triggered by the end-user at a time of their convenience with the rotate-rollout-workers=<pool1-name>[,<pool2-name>,...] operation annotation. Read all about it here. by @​rfranzke #11027
  • [OPERATOR] Introduces shoot_operation_duration_seconds metric to record Shoot operation Create and Delete. by @​simcod #10971
  • [OPERATOR] Add VPA parameters memoryAggregationInterval and memoryAggregationIntervalCount to the Shoot spec. by @​voelzmo #11215
  • [DEVELOPER] A wrapper function for OperatingSystemConfig provisioning bash script has been implemented. Using the wrapper ensures that the script exits early in case it has been executed successfully before. by @​oliver-goetz #11208

🐛 Bug Fixes

  • [OPERATOR] A bug preventing the deletion of Shoots that previously failed to create due to an erroneous kube-apiserver has been fixed. by @​shafeeqes #11284
  • [OPERATOR] Fixed checking etcd cluster readiness when rolling out spec changes. On rare occasions this led to failing credential rotations. by @​timuthy #11231
  • [OPERATOR] A bug which leads to a gardenlet nil pointer exception when running shoot deletion or migration flow for shoots where shoot.status.networking == nil has been fixed. by @​oliver-goetz #11304
  • [OPERATOR] A bug which might lead to duplicate config entries for node-agent-authorizer webhook has been fixed. by @​oliver-goetz #11281

🏃 Others

... (truncated)

Commits
  • 80f096d Release v1.112.0
  • b9ba283 remove namespace from generated CA-ConfigMap (#11319)
  • 0bcb761 chore(deps): update nginx docker tag to v1.27.4 (#11312)
  • 272f726 Graduate feature gate UseNamespacedCloudProfile to Beta (#11289)
  • a791d65 chore(deps): update dependency googlecontainertools/skaffold to v2.14.1 (#11311)
  • f9a0347 chore(deps): update dependency gardener/gardener-metrics-exporter to v0.34.0 ...
  • 56b0d04 chore(deps): update golang (#11294)
  • a9a4f42 fix(deps): update module golang.org/x/text to v0.22.0 (#11293)
  • 570d3ea chore: Enhance release notes for grouped Renovate PRs (#11292)
  • ff68ef4 Document how the ManagedResource Secret data can be decompressed (#11291)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gardener group with 1 update in the / directory: [github.com/gardener/gardener](https://github.com/gardener/gardener).


Updates `github.com/gardener/gardener` from 1.110.1 to 1.112.0
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.110.1...v1.112.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 10, 2025 06:23
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes go labels Feb 10, 2025
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cla: yes Indicates the PR's author has signed the CLA. go size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant