diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ae02b122c6761707086777ed6f77a9f1aa721f..096dbb5a5bf8e317f976934d6622ea8567d323ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # 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] diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md index 2d56fd2de6e23b426de12f4ee8e68fe8a4aa0c2f..ea0d36a7adbe91918aa65af0d870359b582fe75a 100644 --- a/deployment/helmchart/CHANGELOG.md +++ b/deployment/helmchart/CHANGELOG.md @@ -1,5 +1,13 @@ # 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 diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml index 448029a52dac224e8d8353cfcba20f2ef0a867ad..c32b4ac2d2292c7941a5d0e924ad770dd2b6b4bb 100644 --- a/deployment/helmchart/Chart.yaml +++ b/deployment/helmchart/Chart.yaml @@ -1,7 +1,7 @@ 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 diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index 92f5aa8d23d6c85cdad067782e17c79ebd6a6883..343d5e54976054598bd4a4e85c7c8b342118f84c 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -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.