v1.10.0-beta.1
Pre-release
Pre-release
·
646 commits
to master
since this release
🚀 New features
- api: Identity providers for github, gitlab, google and microsoft are now directly integrated into loft and do not require an additional dex installation anymore.
- api: You can now use placeholders for
auth.oidc.clientIdandauth.oidc.clientSecretin the loft config that will tell Loft to try to retrieve the value from an environment variable - cli: New flag
--print-tokenforloft use vclusterto only print the virtual cluster token - cli: If the environment variable
LOFT_SKIP_VERSION_CHECKis set totrue, Loft will not show any upgrade warnings anymore - chart: New chart option
envValueFromto add environment variables to the loft deployment that are loaded from a config map or secret
📦 Other
- api: Loft will not anymore rearrange the config and delete comments and rather save the config as it was entered
- api: Loft will now automatically restart if a config change was detected
- api: Fixed an issue where the network policy in the default template was not correct.
- api: If a user loses access to the external identity provider, the access keys will not get disabled instead of deleted.
- ui: Fixed an issue where loft would not show the error message in the OIDC grant view
- ui: You can now view if an access key is disabled in the Loft UI.