Skip to content

v0.9.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@FabianKramm FabianKramm released this 27 May 11:09
· 2730 commits to main since this release
33017cc

Plugin Hooks & Improvements

Plugins are now able to intercept and mutate incoming and outgoing objects from the syncer. This makes it possible to adjust syncer behaviour without the need to replace the complete syncer. Furthermore you can now label objects with vcluster.loft.sh/controlled-by to signal vcluster it should not reconcile this object and another party is responsible for handling it.

Other Changes

  • syncer: Updated k8s dependencies to v1.24
  • syncer: Fixed an issue where enabling the scheduler would not allow provisioning of pvc with a storage class that uses WaitForFirstConsumer
  • chart: Improved helm chart notes
  • chart: vcluster now supports priorityClassName option through helm chart