From 001a98c37206a90f5d039840edf4b7199a051c10 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 30 May 2024 17:03:14 +0200 Subject: [PATCH] Update CHANGELOG and increase version to 1.10.0 --- CHANGELOG.md | 14 +++++++++----- deployment/helmchart/CHANGELOG.md | 4 ++++ deployment/helmchart/Chart.yaml | 4 ++-- deployment/helmchart/values.yaml | 6 +++--- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89f0ea0..a4fac0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ # Changelog -## Unreleased +## [0.10.0] - Include new "System resources" module with basic stats. -- Make info modals slightly wider, to make sure you can see the full contents - also for slightly larger fonts. +- Implement basic (manual/static) SCIM functionality for automatic user provisioning. +- Implement dynamic (i.e., arbitrary apps) SCIM functionality, tested and + tailored for Nextcloud and Zulip. - Upgrade to tailwind v3, and update several other javascript dependencies. -- Implement basic SCIM functionality for automatic user provisioning. "Basic" - because setup is still manual and will need to be automated later. +- Make info modals slightly wider, to make sure you can see the full contents + also for slightly larger fonts. In particular, this fixes a partially + invisible reset link. +- Add a CLI command for deleting older unused accounts. +- Add logo for Gitea. ## [0.9.2] diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md index ca673868..651c0152 100644 --- a/deployment/helmchart/CHANGELOG.md +++ b/deployment/helmchart/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.10.0] + +* Update dashboard to version 0.10.0. + ## [1.9.2] * Update dashboard to version 0.9.2. diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml index 2167bf63..6b5be595 100644 --- a/deployment/helmchart/Chart.yaml +++ b/deployment/helmchart/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Dashboard apiVersion: v2 -appVersion: 0.9.2 +appVersion: 0.10.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.9.3-scim-2 +version: 1.10.0 diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index d0607ba3..7e4ea51a 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: 201-extend-scim-to-support-zulip + tag: 0.10.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: 201-extend-scim-to-support-zulip + tag: 0.10.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: 201-extend-scim-to-support-zulip + tag: 0.10.0 pullPolicy: IfNotPresent credentials: user: "" -- GitLab