v0.2.0
gardener-robot-ci-3
released this
07 Sep 06:46
·
155 commits
to main
since this release
[gardener/gardener-extension-shoot-rsyslog-relp]
⚠️ Breaking Changes
[OPERATOR]
The image field in theControllerRegistration
of the extension and in thegardener-extension-shoot-rsyslog-relp
charts has been flattened so that it is in the formimage: repository:tag
. by @plkokanov [#5][OPERATOR]
All values inside thegardener-extension-shoot-rsyslog-relp-admission
have been moved away fromruntime
andapplication
and are now underglobal
. E.g.application.virtualGarden
is nowglobal.virtualGarden
. by @plkokanov [#10]
✨ New Features
[OPERATOR]
Thegardener-extension-shoot-rsyslog-relp-admission
chart allows to optionally configure a projected volume based kubeconfig. by @timuthy [#6][USER]
TheValidatingWebhookConfiguration
used to validate whether theshoot-rsyslog-relp
extension is properly configured onShoot
s now has anobjectSelector
that will only select objects with the following label -extensions.extensions.gardener.cloud/shoot-rsyslog-relp: 'true'
. by @plkokanov [#13]
🏃 Others
[DEVELOPER]
Addedskaffold
based setup for local development. The extension can now be deployed in a local gardener kind cluster with themake extension-up
ormake extension-dev
commands. The extension can be deleted by executingmake extension-down
. by @plkokanov [#5]