Changes
- cli: add
--use-existing
flag toloft create space
- cli: Fixed an issue where
loft generate admin-kube-config
wasn't working in v1.24 clusters correctly - ui: vcluster advanced options can now be modified in bulk.
- chart: add an option for
audit.persistence.accessmodes
- api: Fixed an issue where using OIDC without clientSecret was not possible.
- api: Fixed a potential panic in internal port-forwarder
- api: Added a new annotation
loft.sh/non-deletable
to prevent space & virtual cluster deletion - api: Use agent endpoints instead of agent service for ingress wakeup
Changes
- cli: add
--use-existing
flag toloft create space
- cli: Fixed an issue where
loft generate admin-kube-config
wasn't working in v1.24 clusters correctly - ui: vcluster advanced options can now be modified in bulk.
- api: Fixed an issue where using OIDC without clientSecret was not possible.
- api: Fixed a potential panic in internal port-forwarder
- api: Added a new annotation
loft.sh/non-deletable
to prevent space & virtual cluster deletion - api: Use agent endpoints instead of agent service for ingress wakeup
Other Changes
- ui: Fixed an issue where Loft wouldn't correctly copy over space template values
- api: Fixed an issue where Loft vcluster Super admin was not able to access virtual clusters
- api: Changed vcluster default version to v0.10.2
Other Changes
- ui: Fixed an issue where Loft wouldn't correctly copy over space template values
- api: Fixed an issue where Loft vcluster Super admin was not able to access virtual clusters
- api: Changed vcluster default version to v0.10.2
Other Changes
- api: Fixed an issue where Loft vcluster Super admin was not able to access virtual clusters
- api: Changed vcluster default version to v0.10.2
Virtual Cluster & Space Template Sync
Loft is now able to sync space and virtual cluster templates across clusters. This is helpful to avoid configuration drift or manage multiple spaces and virtual clusters from a single template. You can enable template sync either on the template for all spaces / virtual clusters or on a specific instance. It's also possible to manually sync spaces or virtual clusters through the UI or CRD's.
Declarative Objects inside Spaces & Virtual Clusters
You can now specify manifests that should get deployed upon vcluster or space creation. It is also possible to sync these objects from a template.
Other Changes
- cli: Fixed an issue where Loft CLI wouldn't work with kubectl v1.24 correctly
- api: Changed vcluster default version to v0.8.0
- api: Fixed an issue where waking up a space wouldn't correctly reset LoadBalancer services that are targeted by an ingress
Virtual Cluster & Space Template Sync
Loft is now able to sync space and virtual cluster templates across clusters. This is helpful to avoid configuration drift or manage multiple spaces and virtual clusters from a single template. You can enable template sync either on the template for all spaces / virtual clusters or on a specific instance. It's also possible to manually sync spaces or virtual clusters through the UI or CRD's.
Virtual Cluster & Space Objects
You can now specify manifests that should get deployed upon vcluster or space creation. It is also possible to sync these objects from a template.
Other Changes
- cli: Fixed an issue where Loft CLI wouldn't work with kubectl v1.24 correctly
- api: Changed vcluster default version to v0.8.0
- api: Fixed an issue where waking up a space wouldn't correctly reset LoadBalancer services that are targeted by an ingress
Changes
api: Fixed an issue where virtual cluster permissions wouldn't get applied correctly for direct cluster endpoints
api: Fixed an issue where upgrading Loft from v2.1.X to v2.1.6 and higher would not update the cluster roles automatically
chart: Admin user and local cluster are not part of the Loft chart anymore and a rather created on startup by Loft itself
Changes
api: Fixed an issue where virtual cluster permissions wouldn't get applied correctly for direct cluster endpoints
api: Fixed an issue where upgrading Loft from v2.1.X to v2.1.6 and higher would not update the cluster roles automatically
chart: Admin user and local cluster are not part of the Loft chart anymore and a rather created on startup by Loft itself
Changes
cli: Added new --chart-path
, --chart-name
and --chart-repo
flags to loft start
cli: Fixed an issue where loft reset password --create
would not correctly create a user
api: Updated k8s dependencies