From cbef178a9b171cf1f7901b6a6306e3387b3a808b Mon Sep 17 00:00:00 2001 From: cs-minion Date: Wed, 13 Nov 2024 12:52:18 +0100 Subject: [PATCH] chore: release chart 0.4.0 (#27) Signed-off-by: cs-minion --- .release-please-manifest.json | 2 +- charts/thymus/CHANGELOG.md | 11 +++++++++++ charts/thymus/Chart.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 120a8ac..af222e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "services": "0.2.1", - "charts/thymus": "0.3.0", + "charts/thymus": "0.4.0", "clients/java": "0.2.0" } diff --git a/charts/thymus/CHANGELOG.md b/charts/thymus/CHANGELOG.md index fc951b4..c006a14 100644 --- a/charts/thymus/CHANGELOG.md +++ b/charts/thymus/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.4.0](https://github.com/carbynestack/thymus/compare/chart-v0.3.0...chart-v0.4.0) (2024-11-13) + + +### ⚠ BREAKING CHANGES + +* **chart:** move policy catalogue values from root into thymus container ([#26](https://github.com/carbynestack/thymus/issues/26)) + +### Bug Fixes + +* **chart:** move policy catalogue values from root into thymus container ([#26](https://github.com/carbynestack/thymus/issues/26)) ([43ed16f](https://github.com/carbynestack/thymus/commit/43ed16fca5cffe053df09a6a08bda9ccce7d8ec6)) + ## [0.3.0](https://github.com/carbynestack/thymus/compare/chart-v0.2.4...chart-v0.3.0) (2024-11-13) diff --git a/charts/thymus/Chart.yaml b/charts/thymus/Chart.yaml index 49f9cdd..886cb46 100644 --- a/charts/thymus/Chart.yaml +++ b/charts/thymus/Chart.yaml @@ -9,7 +9,7 @@ apiVersion: v2 name: thymus description: Helm Chart for the Thymus Authentication and Authorization Subsystem. type: application -version: 0.3.0 +version: 0.4.0 appVersion: 0.1.0 dependencies: - name: kratos