From 8ca59692773e50046d8ca3e74961de45eb83738f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:09:02 +0200 Subject: [PATCH] chore: release cell-wrapper-config 0.5.1 (#622) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Wout Van De Wiel --- charts/cell-wrapper-config/CHANGELOG.md | 8 ++++++++ charts/cell-wrapper-config/Chart.yaml | 2 +- etc/.release-please-manifest.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/charts/cell-wrapper-config/CHANGELOG.md b/charts/cell-wrapper-config/CHANGELOG.md index b65430873..ec9464cdf 100644 --- a/charts/cell-wrapper-config/CHANGELOG.md +++ b/charts/cell-wrapper-config/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.1](https://github.com/accelleran/helm-charts/compare/cell-wrapper-config-0.5.0...cell-wrapper-config-0.5.1) (2024-10-07) + + +### Bug Fixes + +* **deps:** Update helm release common to v0.3.9 ([#621](https://github.com/accelleran/helm-charts/issues/621)) ([5783bbf](https://github.com/accelleran/helm-charts/commit/5783bbf75b6a5845dfc469d56849e2aae72d1d4c)) +* Fix mandatory fields failures when leaving config out ([#620](https://github.com/accelleran/helm-charts/issues/620)) ([f30b5ff](https://github.com/accelleran/helm-charts/commit/f30b5ff4a33841bdab0a499db79996cae4026b70)) + ## [0.5.0](https://github.com/accelleran/helm-charts/compare/cell-wrapper-config-0.4.1...cell-wrapper-config-0.5.0) (2024-09-26) diff --git a/charts/cell-wrapper-config/Chart.yaml b/charts/cell-wrapper-config/Chart.yaml index 5c9b8e920..824f560d5 100644 --- a/charts/cell-wrapper-config/Chart.yaml +++ b/charts/cell-wrapper-config/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cell-wrapper-config description: Accelleran's cell-wrapper config helm chart type: application -version: 0.5.0 +version: 0.5.1 # renovate: image=accelleran/ncclient appVersion: "0.2.0" dependencies: diff --git a/etc/.release-please-manifest.json b/etc/.release-please-manifest.json index db26a99bf..75510f9fe 100644 --- a/etc/.release-please-manifest.json +++ b/etc/.release-please-manifest.json @@ -1,7 +1,7 @@ { "charts/common": "0.3.9", "charts/cell-wrapper": "5.0.4", - "charts/cell-wrapper-config": "0.5.0", + "charts/cell-wrapper-config": "0.5.1", "charts/cu-cp": "9.0.4", "charts/cu-up": "9.0.4", "charts/drax": "9.0.1",