From a4a17f5997310b3b817a06fe314d6a807c94dbb5 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Thu, 6 Jun 2024 14:22:06 +0200
Subject: [PATCH] Update CHANGELOG and increase version to 1.10.2

---
 CHANGELOG.md                      | 8 ++++++++
 deployment/helmchart/CHANGELOG.md | 4 ++++
 deployment/helmchart/Chart.yaml   | 4 ++--
 deployment/helmchart/values.yaml  | 6 +++---
 4 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b30a66a0..f0d04304 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [0.10.2]
+
+- Fine-tune logging levels, and introduce a new environment variable
+  `LOG_LEVEL` to set the log level at runtime.
+- Track when a user's full name has been changed, and only include the name in
+  the SCIM provisioning call when it has changed, or for newly provisioned
+  users.
+
 ## [0.10.1]
 
 - Watch dashboard configmaps with lists of apps and oauthclients, and
diff --git a/deployment/helmchart/CHANGELOG.md b/deployment/helmchart/CHANGELOG.md
index 44078ab7..5d1fc927 100644
--- a/deployment/helmchart/CHANGELOG.md
+++ b/deployment/helmchart/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [1.10.2]
+
+* Update dashboard to version 0.10.2.
+
 ## [1.10.1]
 
 * Do not add explicit app roles for Stackspin core apps when creating the first
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index be2d73fb..943b0056 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -1,7 +1,7 @@
 annotations:
   category: Dashboard
 apiVersion: v2
-appVersion: 0.10.1
+appVersion: 0.10.2
 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.10.1
+version: 1.10.2
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index b63a757d..f9e39220 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.10.1
+    tag: 0.10.2
     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.10.1
+    tag: 0.10.2
     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.10.1
+    tag: 0.10.2
     pullPolicy: IfNotPresent
   credentials:
     user: ""
-- 
GitLab