From 5149ac9fb21cd62ea124f3cf9ab51f4dfdfb7e27 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Mon, 4 Sep 2023 21:27:12 +0200 Subject: [PATCH 1/3] feat: bump runo to 0.2.0 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 83c0fe3..1b748d1 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.5 -appVersion: "0.1.5" +appVersion: "0.2.0" From 8a6ae4b2ea9b88375a6a87ff7893ed096d3fbdc6 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Mon, 4 Sep 2023 21:30:50 +0200 Subject: [PATCH 2/3] docs(CHANGELOG): add bump to 0.2.0 of runo Signed-off-by: Aljoscha Poertner --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f3420..5c1f35b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog -## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.4...HEAD) (2023-08-26) +## [Unreleased](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.5...HEAD) (2023-09-04) ### Features +* bump runo to 0.2.0 +([7f3980a](https://github.com/aljoshare/runo-helm-chart/commit/7f3980ac9d59d8e30e8d4759fcc0d8b6a1623208)) + +### [runo-0.1.5](https://github.com/aljoshare/runo-helm-chart/compare/runo-0.1.4...runo-0.1.5) (2023-08-26) + +#### Features + * bump runo to 0.1.5 ([26eab4f](https://github.com/aljoshare/runo-helm-chart/commit/26eab4f84fd61860887865d30877384ae02e06e7)) From e8c335943950eee3310cb9d9e5375088d9e452f8 Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Mon, 4 Sep 2023 21:31:15 +0200 Subject: [PATCH 3/3] chore: bump chart to 0.1.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 1b748d1..72ed3c1 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.5 +version: 0.1.6 appVersion: "0.2.0"