From 830022ae6e1bd03b6441b8abbe9ec35a852bacbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:13:58 +0200 Subject: [PATCH] chore: release drax 10.1.0 (#658) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/drax/CHANGELOG.md | 15 +++++++++++++++ charts/drax/Chart.yaml | 2 +- etc/.release-please-manifest.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/charts/drax/CHANGELOG.md b/charts/drax/CHANGELOG.md index 1c33a6d30..f14fb48a7 100644 --- a/charts/drax/CHANGELOG.md +++ b/charts/drax/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [10.1.0](https://github.com/accelleran/helm-charts/compare/drax-10.0.0...drax-10.1.0) (2024-10-14) + + +### Features + +* Add e2sm-ccc deployment template ([#659](https://github.com/accelleran/helm-charts/issues/659)) ([e59e088](https://github.com/accelleran/helm-charts/commit/e59e0884f068fe2f6579f24b7978df3d4138991a)) + + +### Bug Fixes + +* **deps:** Update accelleran/dash-front-back-end docker tag to v6.2.4 ([24cb573](https://github.com/accelleran/helm-charts/commit/24cb5733057071009101180a7f14cad6afa4e2a9)) +* **deps:** Update helm release cell-wrapper to v6.0.2 ([a052efc](https://github.com/accelleran/helm-charts/commit/a052efcd9ec528a29daded2c314dd2a5dffa5b0a)) +* **deps:** Update helm release grafana to v8.5.3 ([4293f26](https://github.com/accelleran/helm-charts/commit/4293f265073cc3890b527f972cc34cb266a814ec)) +* **deps:** Update helm release minio to v5.3.0 ([1fac58a](https://github.com/accelleran/helm-charts/commit/1fac58a44c24c18e00e9d179b67ef3145fa3e7aa)) + ## [10.0.0](https://github.com/accelleran/helm-charts/compare/drax-9.0.1...drax-10.0.0) (2024-10-09) diff --git a/charts/drax/Chart.yaml b/charts/drax/Chart.yaml index a4a8ec963..c0260d898 100644 --- a/charts/drax/Chart.yaml +++ b/charts/drax/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: drax description: Accelleran's dRAX helm chart type: application -version: 10.0.0 +version: 10.1.0 dependencies: - name: common version: 0.3.9 diff --git a/etc/.release-please-manifest.json b/etc/.release-please-manifest.json index cdd4f897d..5adff7416 100644 --- a/etc/.release-please-manifest.json +++ b/etc/.release-please-manifest.json @@ -4,7 +4,7 @@ "charts/cell-wrapper-config": "0.5.1", "charts/cu-cp": "9.0.4", "charts/cu-up": "9.0.4", - "charts/drax": "10.0.0", + "charts/drax": "10.1.0", "charts/du-metrics-server": "0.4.1", "charts/loki-gateway": "0.1.3", "charts/telemetry-collector": "1.1.2",