diff --git a/CHANGELOG.md b/CHANGELOG.md index 379964abf2e8543af633b4e2fe69275ee56308ab..d9ef8a169bc0f6ce4fbee3466e96420277f583ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.11.1 + +- Fix password reset form in case no email address is pre-filled. + ## 0.11.0 - Allow pre-filling user's email address in a link to the password (re)set diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md index 2ffc6427f347850295a23073b9cc79452261ee13..fb410bbb72791778c9ae9c75bd28e5801e704d9c 100644 --- a/deployment/helmchart/CHANGELOG.md +++ b/deployment/helmchart/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.11.1 + +* Update dashboard to version 0.11.1. + ## 1.11.0 * Update dashboard to version 0.11.0. diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml index 051647d8f5f67ae711a2c1768abc6552b4b9ee86..d311f6f3d309332be5f35f836fafff14e305804a 100644 --- a/deployment/helmchart/Chart.yaml +++ b/deployment/helmchart/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Dashboard apiVersion: v2 -appVersion: 0.11.0 +appVersion: 0.11.1 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.11.0 +version: 1.11.1 diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index 20816c7febf80bd019cf63025d6eba1db382aec9..0ba5d94f204a16ec62af914689f84071951d6802 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.11.0 + tag: 0.11.1 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.11.0 + tag: 0.11.1 digest: "" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -723,7 +723,7 @@ tests: image: registry: open.greenhost.net:4567 repository: stackspin/dashboard/cypress-test - tag: 0.11.0 + tag: 0.11.1 pullPolicy: IfNotPresent credentials: user: ""