From 0222c9da78a095b4c4b62df2b70491ea67f01e0f Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 25 Nov 2021 16:58:02 +0100
Subject: [PATCH] Update Chart version to 0.5.0

---
 .gitignore                            |  1 +
 helmchart/single-sign-on/CHANGELOG.md | 10 ++++++++++
 helmchart/single-sign-on/Chart.yaml   |  2 +-
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5459365..245a845 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ __pycache__
 *.swp
 **/.envrc
 **/venv
+helmchart/single-sign-on/charts
diff --git a/helmchart/single-sign-on/CHANGELOG.md b/helmchart/single-sign-on/CHANGELOG.md
index 66ab52b..eecc8ca 100644
--- a/helmchart/single-sign-on/CHANGELOG.md
+++ b/helmchart/single-sign-on/CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this helm chart will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [0.5.0] - 2021-11-25
+
+- Migrate ingress to networking.k8s.io/v1 API, needed for k8s >= 1.22
+- Make recovery link / password recovery work with kratos
+- Use kratos as identity manager
+
+## [0.4.3] - 2021-11-18
+
+- Fix cronjob-recreate-clients
+
 ## [0.4.2] - 2021-11-18
 
 - Changed postgresql persistence defaults and remove PVC from this chart
diff --git a/helmchart/single-sign-on/Chart.yaml b/helmchart/single-sign-on/Chart.yaml
index cc007d8..aa3803a 100644
--- a/helmchart/single-sign-on/Chart.yaml
+++ b/helmchart/single-sign-on/Chart.yaml
@@ -1,4 +1,4 @@
 apiVersion: v1
 description: A Helm chart for Stackspin's Single sign-on components
 name: single-sign-on
-version: 0.4.3
+version: 0.5.0
-- 
GitLab