v1.9.1-beta.1
Pre-release
Pre-release
·
659 commits
to master
since this release
Changes
- api: we made some internal changes to the loft authentication mechanism, where access keys are now a CRD instead of being saved within a secret. A new access key is created for each session and each session is now displayed in the 'Profile > Access Keys' view. This change fixes several issues with OIDC related logins, where token invalidation was slow and changes in the identity provider would sometimes not reflect to loft. Migration of old access keys into new ones should be completely automatic.
- cli: deprecation of flag
--usernameinloft login, you now only need--access-keyto log into loft via CLI - api: kiosk was updated to version v0.2.0 and loft now supports template parameters
- ui: loft will redirect you after login to the original requested path if you were not authenticated
- ui: added new input field to enter vcluster version
- vcluster: fixed an issue where fieldPath
spec.serviceAccountNamewas resolving the wrong service account name - vcluster: updated to version 0.0.27