From a04f70caeca31bf745327c5ff53c946b0d581046 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Sat, 6 Apr 2024 12:24:42 +0200 Subject: [PATCH 1/2] feat: bump runo to 0.2.8 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 a0fb64f..5005560 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.12 -appVersion: "0.2.7" +appVersion: "0.2.8" From 4e1e21fff2c7f27c77b6523fa9cd00ec733f6a31 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Sat, 6 Apr 2024 12:25:56 +0200 Subject: [PATCH 2/2] chore: bump chart to 0.1.13 Signed-off-by: Aljoscha Poertner --- CHANGELOG.md | 9 ++++++++- runo/Chart.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfee3bf..5c9e516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog -## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.11...HEAD) (2024-03-06) +## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.12...HEAD) (2024-04-06) ### Features +* bump runo to 0.2.8 +([a04f70c](https://github.com/aljoshare/runo-helm-chart/commit/a04f70caeca31bf745327c5ff53c946b0d581046)) + +### [runo-0.1.12](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.11...runo-0.1.12) (2024-03-06) + +#### Features + * bump runo to 0.2.7 ([b948720](https://github.com/aljoshare/runo-helm-chart/commit/b94872044e5fc32507221a21b5cfa3f857dccb0f)) diff --git a/runo/Chart.yaml b/runo/Chart.yaml index 5005560..23d4e7f 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.12 +version: 0.1.13 appVersion: "0.2.8"