diff --git a/charts/common/CHANGELOG.md b/charts/common/CHANGELOG.md index e218973a..37066f92 100644 --- a/charts/common/CHANGELOG.md +++ b/charts/common/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.10](https://github.com/accelleran/helm-charts/compare/common-0.3.9...common-0.3.10) (2024-11-18) + + +### Features + +* Allow to inject pod annotations via template args ([#743](https://github.com/accelleran/helm-charts/issues/743)) ([96896e8](https://github.com/accelleran/helm-charts/commit/96896e8f9ede25ca581fb59eeddf655e9e18b9c9)) + ## [0.3.9](https://github.com/accelleran/helm-charts/compare/common-0.3.8...common-0.3.9) (2024-10-07) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 6939ade6..b28127f0 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: common description: A common library chart that provides accelleran standardized named templates type: library -version: 0.3.9 +version: 0.3.10 diff --git a/etc/.release-please-manifest.json b/etc/.release-please-manifest.json index 9ff7f543..aabb0201 100644 --- a/etc/.release-please-manifest.json +++ b/etc/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "charts/common": "0.3.9", + "charts/common": "0.3.10", "charts/cell-wrapper": "6.0.2", "charts/cell-wrapper-config": "0.5.1", "charts/cu-cp": "9.0.6",