Skip to content

v0.21.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@deniseschannon deniseschannon released this 02 Oct 16:00
· 41 commits to main since this release
3dfb4a5

Breaking Changes

In the previous versions of v0.21.0 alphas, we added the ability to sync custom resources in vcluster.yaml by introducing sync.toHost.customResourceDefinitions and sync.fromHost.customResourceDefinitions.

In this release, the fields have been updated to sync.toHost.customResources and sync.fromHost.customResources as we are syncing the custom resources as well as the custom resource definitions (CRDs).

By default, any custom resource defined in this field will automatically have its custom resource definition (CRD) be copied from the host cluster to the virtual cluster regardless of if the customResource is in the sync.toHost or sync.fromHost.

In addition, we have changed the name in the expression section, where expression.toHost has been updated to expression and expression.fromHost has been updated to reverseExpression.

What's Changed

Full Changelog: v0.21.0-alpha.10...v0.21.0-alpha.11