🚀 New features
- api: You can now specify image pull secrets for users & teams that will automatically login a user into a docker container registry during
loft login
. This allows you to centrally manage docker registry credentials for users & teams. For more information please take a look at the loft documentation - ui: You can now upgrade loft to a specific version through the UI in Admin > Upgrade.
- cli: You can now upgrade the loft cli to a specific version via
loft upgrade --version
🐛 Bug Fixes
- api: Fixed an issue where loft would not correctly restart after license was updated
- vcluster: Fixed an issue where dns service creation sometimes would not work in kubernetes v1.20.0
📦 Other
- vcluster: Updated default vCluster version to 0.0.24
- ui: Improved error handling in the monitoring view: loft will now show the grafana error page instead of waiting forever
- ui: Added a new Refresh License button to Admin > License
- api: Switched authentication requests to POST instead of GET to increase security and avoid logging of sensitive data