[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
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
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)
Bumps github.com/gardener/gardener from 1.76.2 to 1.79.1.
Release notes
Sourced from github.com/gardener/gardener's releases.
... (truncated)
Commits
5951360
Release v1.79.14ba2a22
Disable cache only forSecrets
andConfigMap
if DisableCachedClient is tr...188156c
[release-v1.79] Add anOpenAPIV3Config
togardener-apiserver
(#8473)d48ed2d
[release-v1.79] Fix incorrect Kubernetes feature gate defaults (#8469)1403b5d
[release-v1.79] FixControllerRegistration
controller not deleting `Control...2431035
Prepare next Dev Cycle v1.79.1-dev7674ee2
Release v1.79.000365d6
Upgradek8s.io/*
tov0.27.5
,sigs.k8s.io/controller-runtime
to `v0.15.2...27bb801
Add Prometheus alert for pending seed pods (#8406)b45419f
PromoteDisablingScalingClassesForShoots
feature gate to beta (#8428)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