From b94872044e5fc32507221a21b5cfa3f857dccb0f Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Wed, 6 Mar 2024 12:15:41 +0100 Subject: [PATCH 1/3] feat: bump runo to 0.2.7 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 cc9f0d5..10d8b7f 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.11 -appVersion: "0.2.6" +appVersion: "0.2.7" From 68d5cd50b45ae7c1607c59433ac02b2e04528715 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Wed, 6 Mar 2024 12:16:10 +0100 Subject: [PATCH 2/3] chore: bump chart to 0.1.12 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 10d8b7f..a0fb64f 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.11 +version: 0.1.12 appVersion: "0.2.7" From b85c6b381fcf34706efd8868c1d4b81fbb1c7829 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Wed, 6 Mar 2024 12:16:29 +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 f1eb050..cfee3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog -## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.10...HEAD) (2024-02-13) +## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.11...HEAD) (2024-03-06) ### Features +* bump runo to 0.2.7 +([b948720](https://github.com/aljoshare/runo-helm-chart/commit/b94872044e5fc32507221a21b5cfa3f857dccb0f)) + +### [runo-0.1.11](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.10...runo-0.1.11) (2024-02-13) + +#### Features + * bump runo to 0.2.6 ([c42f5d5](https://github.com/aljoshare/runo-helm-chart/commit/c42f5d5cc7f733c47b5fb768ce8d77e3e16dd11a))