From 06c7ba5ffe933bdd4eea844deb54edd48ade20d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:02:18 +0100 Subject: [PATCH] chore: release common 0.3.10 (#747) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/common/CHANGELOG.md | 7 +++++++ charts/common/Chart.yaml | 2 +- etc/.release-please-manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/charts/common/CHANGELOG.md b/charts/common/CHANGELOG.md index e218973a5..37066f928 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 6939ade62..b28127f09 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 9ff7f5439..aabb02017 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",