Skip to content
Snippets Groups Projects
Commit d8f2a06a authored by Arie Peterson's avatar Arie Peterson
Browse files

Update versions and CHANGELOG for 1.6.2

parent 4c3ea38d
No related branches found
Tags 0.6.2
No related merge requests found
Pipeline #37387 passed with stages
in 4 minutes and 39 seconds
# Changelog
## [0.6.2]
- Fix submit button label in the form for verifying your TOTP code.
## [0.6.1]
- Add TOTP as second factor authentication. Please note that you'll need to set
a `backend.dashboardUrl` value instead of the old `backend.loginPanelUrl` one
-- typically dropping the `/web` suffix to get the new value.
- Create a new backend endpoint for providing some environment variables to the
frontend, with the URLs of the Kratos and Hydra APIs.
## [0.6.0]
......
# Changelog
## [1.6.2]
* Update dashboard to version 0.6.2
## [1.6.1]
* Update dashboard to version 0.6.1
## [1.5.2]
* Update dashboard to version 0.5.2
......
annotations:
category: Dashboard
apiVersion: v2
appVersion: 0.6.1
appVersion: 0.6.2
dependencies:
- name: common
# https://artifacthub.io/packages/helm/bitnami/common
......@@ -23,4 +23,4 @@ name: stackspin-dashboard
sources:
- https://open.greenhost.net/stackspin/dashboard/
- https://open.greenhost.net/stackspin/dashboard-backend/
version: 1.6.1
version: 1.6.2
......@@ -68,7 +68,7 @@ dashboard:
image:
registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard
tag: 0.6.1
tag: 0.6.2
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
......@@ -236,7 +236,7 @@ backend:
image:
registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard-backend
tag: 0.6.1
tag: 0.6.2
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment