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

Bump github.com/gardener/gardener from 1.111.1 to 1.112.0 #94

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/gardener/gardener from 1.111.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 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.111.1 to 1.112.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.111.1...v1.112.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 10, 2025
Copy link

gardener-prow bot commented Feb 10, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign dimityrmirchev for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow bot added do-not-merge/needs-kind Indicates a PR lacks a `kind/foo` label and requires one. cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2025

Superseded by #96.

@dependabot dependabot bot closed this Feb 13, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gardener/gardener-1.112.0 branch February 13, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. dependencies Pull requests that update a dependency file do-not-merge/needs-kind Indicates a PR lacks a `kind/foo` label and requires one. go Pull requests that update Go code size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants