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

Update CHANGELOG and increase version to 1.8.4

parent 99424a9a
No related branches found
No related tags found
No related merge requests found
# Changelog
## Unreleased
## [0.8.4]
- Allow enforcing 2fa.
- Add button for admin users to reset 2FA of users. Also improve UX of this and
other dangerous operations in the user edit screen.
- Fix logout to include hydra post-logout.
- Do not show link to recovery on TOTP form.
- Fix css of demo sign-up.
- Upgrade to python 3.12.
## [0.8.3]
......
# Changelog
## [1.8.4]
* Update dashboard to version 0.8.4.
## [1.8.3]
* Update dashboard to version 0.8.3.
......
annotations:
category: Dashboard
apiVersion: v2
appVersion: 0.8.3
appVersion: 0.8.4
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.8.4-integration
version: 1.8.4
......@@ -68,7 +68,7 @@ dashboard:
image:
registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard
tag: 177-support-enforcing-2fa
tag: 0.8.4
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: 177-support-enforcing-2fa
tag: 0.8.4
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: 177-support-enforcing-2fa
tag: 0.8.4
pullPolicy: IfNotPresent
credentials:
user: ""
......
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