Skip to content

v0.2.0

Compare
Choose a tag to compare
@gardener-robot-ci-3 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 the ControllerRegistration of the extension and in the gardener-extension-shoot-rsyslog-relp charts has been flattened so that it is in the form image: repository:tag. by @plkokanov [#5]
  • [OPERATOR] All values inside the gardener-extension-shoot-rsyslog-relp-admission have been moved away from runtime and application and are now under global. E.g. application.virtualGarden is now global.virtualGarden. by @plkokanov [#10]

✨ New Features

  • [OPERATOR] The gardener-extension-shoot-rsyslog-relp-admission chart allows to optionally configure a projected volume based kubeconfig. by @timuthy [#6]
  • [USER] The ValidatingWebhookConfiguration used to validate whether the shoot-rsyslog-relp extension is properly configured on Shoots now has an objectSelector that will only select objects with the following label - extensions.extensions.gardener.cloud/shoot-rsyslog-relp: 'true'. by @plkokanov [#13]

🏃 Others

  • [DEVELOPER] Added skaffold based setup for local development. The extension can now be deployed in a local gardener kind cluster with the make extension-up or make extension-dev commands. The extension can be deleted by executing make extension-down. by @plkokanov [#5]