intel / gardener-extension-cri-resmgr

Gardener extension controller for the https://github.com/intel/cri-resource-manager container runtime proxy
Apache License 2.0
9 stars 5 forks source link

Bump github.com/gardener/gardener from 1.74.2 to 1.79.1 #196

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps github.com/gardener/gardener from 1.74.2 to 1.79.1.

Release notes

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

v1.79.1

[gardener/gardener]

📰 Noteworthy

  • [OPERATOR] gardener-resource-manager now disables cache only for Secrets and ConfigMap if DisableCachedClient set to true. by @​gardener-ci-robot #8476

🐛 Bug Fixes

  • [USER] Applying Gardener resources server-side has caused the the server is currently unable to handle the request error which is now fixed. by @​gardener-ci-robot #8473
  • [OPERATOR] Several default settings of Kubernetes feature gates have been corrected. by @​gardener-ci-robot #8469
  • [OPERATOR] A bug has been fixed that prevented ControllerInstallations from getting deleted when the backing ControllerRegistration with .spec.deployment.policy={Always,AlwaysExceptNoShoots} was deleted. by @​gardener-ci-robot #8451

Docker Images

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

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

... (truncated)

Commits
  • 5951360 Release v1.79.1
  • 4ba2a22 Disable cache only for Secrets and ConfigMap if DisableCachedClient is tr...
  • 188156c [release-v1.79] Add an OpenAPIV3Config to gardener-apiserver (#8473)
  • d48ed2d [release-v1.79] Fix incorrect Kubernetes feature gate defaults (#8469)
  • 1403b5d [release-v1.79] Fix ControllerRegistration controller not deleting `Control...
  • 2431035 Prepare next Dev Cycle v1.79.1-dev
  • 7674ee2 Release v1.79.0
  • 00365d6 Upgrade k8s.io/* to v0.27.5, sigs.k8s.io/controller-runtime to `v0.15.2...
  • 27bb801 Add Prometheus alert for pending seed pods (#8406)
  • b45419f Promote DisablingScalingClassesForShoots feature gate to beta (#8428)
  • 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 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[bot] commented 11 months ago

Superseded by #198.