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

Update CHANGELOG and increase version to 1.8.0

parent 5b9408a0
No related branches found
Tags 0.8.0
No related merge requests found
Pipeline #42396 passed with stages
in 8 minutes and 48 seconds
# 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.
......
# Changelog
## [1.8.0]
* Update dashboard to version 0.8.0.
## [1.7.6]
* Update dashboard to version 0.7.6.
......
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
......@@ -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: ""
......
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