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
New loft config uiSettings.customCss that lets you include custom css stylesheets into the Loft UI
New loft config uiSettings.customJavaScript that lets you include custom js into the Loft UI
We have stabalized our css classes so you can target them via css selectors as expected
New feature to deploy vcluster-pro
New annotation "loft.sh/preserve-namespace-on-deletion" that can be set on a virtual cluster instance or template, to not delete the created namespace on deletion
New loft config uiSettings.navBarButtons that lets you add additional nav bar buttons to the sidebar of loft
We have refactored the RBAC permissions for projects to allow the following extra RBAC permissions:
projects/spec.*: Allows all changes to projects
projects/spec.owner: Allows to change the owner of a project
projects/spec.quotas: Allows to change the quotas of a project
projects/spec.access: Allows to change the access section of a project
projects/spec.allowedClusters: Allows to change the allowed clusters section of a project
projects/spec.allowedTemplates: Allows to change the allowed templates section of a project
projects/spec.members: Allows to change the members section of a project
projects/spec.argoCD: Allows to change the argoCD section of a project
projects/spec.vault: Allows to change the vault section of a project