From 8b862e28641787962814adfa0241cc3be802b13e Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Mon, 1 Jul 2024 15:10:37 -0500 Subject: [PATCH] Release 1.30.2 --- CHANGELOG.md | 3 +++ Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a532b5..4fca341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.30.2 - 2024-07-01 +- Minor release to correct the chart version number + ## 1.30.1 - 2024-06-13 - Fix missing keycloak admin username for cronjob diff --git a/Chart.yaml b/Chart.yaml index 37b0ad8..c38123e 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -8,7 +8,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.29.0 +version: 1.30.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -47,4 +47,4 @@ annotations: - name: Helm Chart url: https://github.com/IN-CORE/incore-helm artifacthub.io/changes: | - - Fix keycloak missing admin username + - Minor release to correct the chart version number