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.
Changes
ui: fixed an issue where copy from pod logs was not possible for windows and linux
ui: changed sleep mode config options from hours to minutes
cli: it is now possible in loft start to install an ingress controller and upgrade loft to install an ingress without reseting loft or interacting with helm directly.
cli: port forwarding is now the default option selected if you install loft in a remote cluster
api: the config is now loaded from a secret with the name loft-config instead of a configmap. loft will automatically migrate existing config maps to secrets if found.
api: new loft environment option CONFIG_FILE_NAME to load the config from a file instead of a kubernetes secret.
api: new loft environment option CONFIG_API_DISABLED to disable the config in the UI and api server. Config is then silently loaded from a secret.
api: new metrics are exposed for the apigateway. For more informations take a look at the loft docs
chart: new chart options for loft deployment annotations, labels, nodeSelector, affinity and tolerations