diff --git a/charts/cell-wrapper-config/CHANGELOG.md b/charts/cell-wrapper-config/CHANGELOG.md index dc18bb811..389a1dac9 100644 --- a/charts/cell-wrapper-config/CHANGELOG.md +++ b/charts/cell-wrapper-config/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.1](https://github.com/accelleran/helm-charts/compare/cell-wrapper-config-0.4.0...cell-wrapper-config-0.4.1) (2024-09-23) + + +### Bug Fixes + +* **deps:** Update accelleran/acc-generic-img docker tag to v0.8.1 ([0bcaef5](https://github.com/accelleran/helm-charts/commit/0bcaef5ff34ca091ea69f9990487809777db15ee)) +* **deps:** Update helm release common to v0.3.8 ([f7ca8ad](https://github.com/accelleran/helm-charts/commit/f7ca8ad8fd5dd79768da4d8b74aac0cd8eaac590)) + ## [0.4.0](https://github.com/accelleran/helm-charts/compare/cell-wrapper-config-0.3.0...cell-wrapper-config-0.4.0) (2024-09-04) diff --git a/charts/cell-wrapper-config/Chart.yaml b/charts/cell-wrapper-config/Chart.yaml index b4d151448..3d7d49330 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.4.0 +version: 0.4.1 # renovate: image=accelleran/ncclient appVersion: "0.1.0" dependencies: diff --git a/etc/.release-please-manifest.json b/etc/.release-please-manifest.json index 4492f3f4c..7a5f5324d 100644 --- a/etc/.release-please-manifest.json +++ b/etc/.release-please-manifest.json @@ -1,7 +1,7 @@ { "charts/common": "0.3.8", "charts/cell-wrapper": "5.0.1", - "charts/cell-wrapper-config": "0.4.0", + "charts/cell-wrapper-config": "0.4.1", "charts/cu-cp": "9.0.1", "charts/cu-up": "9.0.1", "charts/drax": "8.0.3",