From 5406c78b153d3e7df347a72089b54133303c15b6 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 8 Feb 2023 14:11:43 +0100
Subject: [PATCH] Update CHANGELOG and set new image tags in default values

---
 CHANGELOG.md                     | 8 +++++++-
 deployment/helmchart/Chart.yaml  | 2 +-
 deployment/helmchart/values.yaml | 4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c30649ca..31ae02b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,17 @@
 # Changelog
 
-## [0.6.0]
+## [0.6.1]
 
 - Add TOTP as second factor authentication. Please note that you'll need to set
   a `backend.dashboardUrl` value instead of the old `backend.loginPanelUrl` one
   -- typically dropping the `/web` suffix to get the new value.
 
+## [0.6.0]
+
+- Make it easier to add apps, by reading apps and oauthclients from configmaps
+  at startup.
+- Reset alembic migration history.
+
 ## [0.5.2]
 
 - Fix login welcome message
diff --git a/deployment/helmchart/Chart.yaml b/deployment/helmchart/Chart.yaml
index 26fe8393..448029a5 100644
--- a/deployment/helmchart/Chart.yaml
+++ b/deployment/helmchart/Chart.yaml
@@ -1,7 +1,7 @@
 annotations:
   category: Dashboard
 apiVersion: v2
-appVersion: 0.6.0
+appVersion: 0.6.1
 dependencies:
   - name: common
     # https://artifacthub.io/packages/helm/bitnami/common
diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml
index 35ae6d4f..92f5aa8d 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.6.0
+    tag: 0.6.1
     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.6.0
+    tag: 0.6.1
     digest: ""
     ## Optionally specify an array of imagePullSecrets.
     ## Secrets must be manually created in the namespace.
-- 
GitLab