From c42f5d5cc7f733c47b5fb768ce8d77e3e16dd11a Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Tue, 13 Feb 2024 17:23:53 +0100 Subject: [PATCH 1/3] feat: bump runo to 0.2.6 Signed-off-by: Aljoscha Poertner --- runo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runo/Chart.yaml b/runo/Chart.yaml index 08f582c..d3d2602 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.10 -appVersion: "0.2.4" +appVersion: "0.2.6" From 86e3141deb1bc64ac02131a90c33c89c69ad92df Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Tue, 13 Feb 2024 17:24:30 +0100 Subject: [PATCH 2/3] chore: bump chart to 0.1.11 Signed-off-by: Aljoscha Poertner --- runo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runo/Chart.yaml b/runo/Chart.yaml index d3d2602..cc9f0d5 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.10 +version: 0.1.11 appVersion: "0.2.6" From ffd480b127f7654d5703f03d8ba4f66203f90d3a Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Tue, 13 Feb 2024 17:24:42 +0100 Subject: [PATCH 3/3] docs: update changelog Signed-off-by: Aljoscha Poertner --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7822116..f1eb050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog -## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.9...HEAD) (2024-01-07) +## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.10...HEAD) (2024-02-13) ### Features +* bump runo to 0.2.6 +([c42f5d5](https://github.com/aljoshare/runo-helm-chart/commit/c42f5d5cc7f733c47b5fb768ce8d77e3e16dd11a)) + +### [runo-0.1.10](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.9...runo-0.1.10) (2024-01-07) + +#### Features + * bump runo to 0.2.4 ([0e547ce](https://github.com/aljoshare/runo-helm-chart/commit/0e547ce7d129915de8e0d84a28c4df6d0c7862ee))