[ci:component:github.com/gardener/gardener:v1.50.2->v1.54.1] #881
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes:
A shoot `event-logger` is introduced, which collects logs from shoot `control-plane` and shoot `kube-system`. - Events older than 5 seconds are omitted. Thus when the event logger is restarted it will repeat only the logs few recent events. - The version of the event logger is well formatted and accurate.
The new `ShootNodeLocalDNSEnabledByDefault` admission plugin of the `gardener-apiserver` (disabled by default) controls whether the `.spec.systemComponents.nodeLocalDNS.enabled` field for newly created `Shoot` resources is defaulted to `true`. Existing `Shoot`s are not modified. Shoot's can still explicitly disable the node local dns cache by setting `.spec.systemComponents.nodeLocalDNS.enabled=false`. See [this document](https://github.com/gardener/gardener/blob/master/docs/concepts/apiserver_admission_plugins.md#shootnodelocaldnsenabledbydefault).
A GEP proposing changes to support HA Shoot control planes is now added.
A new `gomegacheck` linter is now executed on `make check`. Find out more in the [docs](https://github.com/gardener/gardener/blob/master/hack/tools/gomegacheck/README.md).
Gardener envtest now supports running against an existing gardener setup via `USE_EXISTING_GARDENER`, see [doc](https://github.com/gardener/gardener/blob/master/docs/development/testing.md#debugging-integration-tests).