You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
🚀 New Features
cli: New loft share space and loft share vcluster commands that allow you to share resources with other users or teams through the CLI
ui: Added a new tab HelmReleases to the Spaces view that allows you to view and modify installed helm v3 releases within that namespace
ui: Added a logs button to Spaces -> Pods and vClusters -> Pods that shows the logs of the selected pod and container
🐛 Bug Fixes
ui: Fixes an issue where loft wouldn't show that there is an update available
cli: Fixes an issue where the upgrade loft warning would be shown in loft variables or unwanted commands
📦 Other
vCluster: Improved the sync algorithm for configmaps and secrets where now only needed configmaps and secrets are synced to the host cluster. This should drastically decrease the amount of synced configmaps and secrets in the host cluster
vCluster: Nodes, PersistentVolumes and StorageClasses are not synced anymore by default and "fake" resources are created instead to ensure correct cluster functionality. This increases isolation between host and virtual cluster and allows to deploy the virtual cluster in any namespace without any cluster scoped permissions.
cli: improved readability of options to select a space or vCluster
ui: the UI will now periodically update the time ago (e.g. created 10 seconds ago)