diff --git a/CHANGELOG.md b/CHANGELOG.md index f4316fe9826fc4f63b2f66ed9d60c2be3ce675de..d24cb996ef742673e7b58ab12de4f9ed5958d585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.8.0] + +- Add feature to easily edit app permissions for multiple users at once. +- Change the way secrets are created for apps, creating them in the stackspin + project (using an existing secrets controller). So remove support for + generating app secrets in the dashboard. +- Fix password reset when 2FA is enabled. +- Fix bug that all Wekan users get admin permissions in Wekan regardless of + role set in Stackspin. +- Enable "pre-ping" for all database connections managed by sqlalchemy in the + dashboard backend, hoping to eliminate or reduce dropped database + connections. +- Fix listing of Velero in app permissions when batch-creating users. + ## [0.7.6] - Add Forgejo metadata for use as custom app. diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md index b8a775b3034a7072247467b690755364e579900d..fde9cefe6d26576373330389e7ecd44eb4812a8a 100644 --- a/deployment/helmchart/CHANGELOG.md +++ b/deployment/helmchart/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.8.0] + +* Update dashboard to version 0.8.0. + ## [1.7.6] * Update dashboard to version 0.7.6. diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml index b402fc65c6023850bb399aed0406680f6be7bd07..e36a47ad3695fad4b153203d747790998e3767d8 100644 --- a/deployment/helmchart/Chart.yaml +++ b/deployment/helmchart/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Dashboard apiVersion: v2 -appVersion: 0.7.6 +appVersion: 0.8.0 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.7.6 +version: 1.8.0 diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index 754b8e0a4c2681a74f2cfd4c97b56246e83c0fb4..63cd65595c14ce58883d2855a9ffb2d5f1aba3fc 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.7.6 + tag: 0.8.0 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.7.6 + tag: 0.8.0 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.7.6 + tag: 0.8.0 pullPolicy: IfNotPresent credentials: user: ""