Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/gardener/gardener from 1.78.0 to 1.79.0.

Release notes

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

v1.79.0

[gardener/gardener]

⚠️ Breaking Changes

  • [DEVELOPER] uncachedObjects under pkg/client/kubernetes/options.go is now removed from Config struct which is used to set options for new ClientSets. Now the uncached objects can be directly set under clientOptions.Cache.DisableFor field. by @​ary1992 #8245

📰 Noteworthy

  • [OPERATOR] The DisablingScalingClassesForShoots feature gate has been promoted to beta. by @​rfranzke #8428

✨ New Features

  • [OPERATOR] Operators can now use the annotation gardener.cloud/operation=rotate-observability-credentials on the garden resource to rotate the observability credentials. by @​acumino #8393
  • [OPERATOR] Configuring multiple reserve-excess-capacity deployments on Seeds is supported now by specifying .spec.settings.excessCapacityReservation.configs. by @​oliver-goetz #8356
  • [USER] When the Kubernetes control plane version is at least v1.28, it is now possible to set the worker pool Kubernetes version to be at most three versions behind the control plane version. Earlier, only a skew of at most two versions was allowed. Find more details here. by @​shafeeqes #8402

🐛 Bug Fixes

  • [OPERATOR] A bug has been fixed which was causing the garbage collector in gardener-resource-manager to wrongfully collect Secrets related to ManagedResources when the source and the target cluster are equal. by @​dimityrmirchev #8398
  • [OPERATOR] An issue has been fixed which was causing a broken ControlPlaneHealthy condition report for Shoots when the MachineControllerManagerDeployment feature gate gets enabled until their next reconciliation. by @​rfranzke #8407
  • [OPERATOR] Update Kubernetes dependencies (especially k8s.io/client-go) from v0.26.3 to v0.26.4 to resolve panic on working with special shoots. by @​MartinWeindel #8422

🏃 Others

  • [OPERATOR] Add Prometheus alert for pending seed pods by @​StenlyTU #8406
  • [OPERATOR] The admission controllers of common provider extensions are automatically installed in the local extensions development setup by @​ScheererJ #8311
  • [OPERATOR] The WorkerlessShoots feature gate has been promoted to beta and is now turned on by default. Before deploying this Gardener version, make sure that all your registered extensions support this feature gate. by @​acumino #8417
  • [OPERATOR] The following image is updated:
  • [DEVELOPER] The following dependencies are updated:
    • k8s.io/* : v0.26.4 -> v0.27.5
    • sigs.k8s.io/controller-runtime: v0.14.6 -> v0.15.2 by @​ary1992 #8245

[gardener/apiserver-proxy]

🏃 Others

  • [OPERATOR] Update golang base container image to 1.21.0. by @​dependabotgardener/apiserver-proxy#43
  • [OPERATOR] Update alpine base image components to 3.18.3. by @​dependabotgardener/apiserver-proxy#42
  • [OPERATOR] Removed apiserver-proxy pod webhook as it is now included in Gardener Resource Manager. by @​ScheererJgardener/apiserver-proxy#39
  • [OPERATOR] Update gardener/gardener to 1.77.1. by @​dependabotgardener/apiserver-proxy#44

[gardener/vpn2]

📰 Noteworthy

  • [OPERATOR] Update to golang v1.21 by @​ScheererJgardener/vpn2#42

Docker Images

admission-controller: eu.gcr.io/gardener-project/gardener/admission-controller:v1.79.0 apiserver: eu.gcr.io/gardener-project/gardener/apiserver:v1.79.0 controller-manager: eu.gcr.io/gardener-project/gardener/controller-manager:v1.79.0 scheduler: eu.gcr.io/gardener-project/gardener/scheduler:v1.79.0 operator: eu.gcr.io/gardener-project/gardener/operator:v1.79.0 gardenlet: eu.gcr.io/gardener-project/gardener/gardenlet:v1.79.0

... (truncated)

Commits

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 September 8, 2023 12:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 8, 2023
@github-actions github-actions bot added the size/S label Sep 8, 2023
Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.78.0 to 1.79.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.78.0...v1.79.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 force-pushed the dependabot/go_modules/github.com/gardener/gardener-1.79.0 branch from be6b838 to 7f310a6 Compare September 8, 2023 12:19
@afritzler afritzler merged commit ef53b82 into main Sep 8, 2023
@afritzler afritzler deleted the dependabot/go_modules/github.com/gardener/gardener-1.79.0 branch September 8, 2023 12:24
@hardikdr hardikdr added the area/gardener-extension Gardener extension integration. label Jun 28, 2025
@hardikdr hardikdr added this to Roadmap Jun 29, 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/S

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants