From 40e95c3574c13015c53f4472e5908d18e6f37059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aljoscha=20P=C3=B6rtner?= Date: Fri, 25 Oct 2024 17:58:12 +0200 Subject: [PATCH 1/3] feat: bump runo to 0.2.12 --- runo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runo/Chart.yaml b/runo/Chart.yaml index 4a14631..d2e9343 100644 --- a/runo/Chart.yaml +++ b/runo/Chart.yaml @@ -3,4 +3,4 @@ name: runo description: A Helm Chart for the Kubernetes Secrets Generator called rūnō type: application version: 0.1.16 -appVersion: "0.2.11" +appVersion: "0.2.12" From fa383d2bf3e63b3d92c7f47edd552a7d1d32e3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aljoscha=20P=C3=B6rtner?= Date: Fri, 25 Oct 2024 18:00:29 +0200 Subject: [PATCH 2/3] chore: bump chart to 0.1.17 --- runo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runo/Chart.yaml b/runo/Chart.yaml index d2e9343..9e4ddc8 100644 --- a/runo/Chart.yaml +++ b/runo/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: runo description: A Helm Chart for the Kubernetes Secrets Generator called rūnō type: application -version: 0.1.16 +version: 0.1.17 appVersion: "0.2.12" From 7117e40b15ec267e14a36ccc012dd2f23babde65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aljoscha=20P=C3=B6rtner?= Date: Fri, 25 Oct 2024 18:00:43 +0200 Subject: [PATCH 3/3] docs: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1238df0..9397d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.16...HEAD) (2024-10-25) + +### Features + +* bump runo to 0.2.12 +([40e95c3](https://github.com/aljoshare/runo-helm-chart/commit/40e95c3574c13015c53f4472e5908d18e6f37059)) + ### [runo-0.1.16](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.15...runo-0.1.16) (2024-08-11) #### Features