github loft-sh/vcluster v0.21.0-alpha.11

pre-release14 hours ago

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.toHost.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

Don't miss a new vcluster release

NewReleases is sending notifications on new releases.