v0.21.0-alpha.11
Pre-releaseBreaking 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
- fix: check for selector be nil by @FabianKramm in #2187
- fix: add tzdata to Dockerfile by @FabianKramm in #2191
- fix: bump kine version by @FabianKramm in #2190
- refactor: vcluster connect prefer background proxy by @FabianKramm in #2192
- feat: add service account to export kube config by @FabianKramm in #2193
- refactor: rename sync.customResourceDefinitions -> customResources by @FabianKramm in #2194
- fix: expression schema error & rename by @FabianKramm in #2196
Full Changelog: v0.21.0-alpha.10...v0.21.0-alpha.11