From 726e276750276b13ae99ce20f07aa26c2eddf3e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:07:47 +0200 Subject: [PATCH] chore: release xapp-hello-world 3.0.4 (#521) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/xapp-hello-world/CHANGELOG.md | 10 ++++++++++ charts/xapp-hello-world/Chart.yaml | 2 +- etc/.release-please-manifest.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/charts/xapp-hello-world/CHANGELOG.md b/charts/xapp-hello-world/CHANGELOG.md index 7b88b7819..d5f117070 100644 --- a/charts/xapp-hello-world/CHANGELOG.md +++ b/charts/xapp-hello-world/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.0.4](https://github.com/accelleran/helm-charts/compare/xapp-hello-world-3.0.3...xapp-hello-world-3.0.4) (2024-10-08) + + +### 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 accelleran/xapp-framework-package docker tag to v3.0.5 ([f61907a](https://github.com/accelleran/helm-charts/commit/f61907a671e97c6e404af40d1ca00328e5d50d6a)) +* **deps:** Update accelleran/xapp-framework-package docker tag to v4 ([#635](https://github.com/accelleran/helm-charts/issues/635)) ([46b8a99](https://github.com/accelleran/helm-charts/commit/46b8a99e1b440b7b7762c9555d75fce933019b34)) +* **deps:** Update redis docker tag to v7.4.1 ([22c48e7](https://github.com/accelleran/helm-charts/commit/22c48e7c478a4d816f9db5e37cfe922a76d6fee0)) + ## [3.0.3](https://github.com/accelleran/helm-charts/compare/xapp-hello-world-3.0.2...xapp-hello-world-3.0.3) (2024-07-30) diff --git a/charts/xapp-hello-world/Chart.yaml b/charts/xapp-hello-world/Chart.yaml index 797a11061..e3e9333c9 100644 --- a/charts/xapp-hello-world/Chart.yaml +++ b/charts/xapp-hello-world/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: xapp-hello-world description: A Helm chart for Accelleran dRAX xApp type: application -version: 3.0.3 +version: 3.0.4 # renovate: image=accelleran/xapp-framework-package appVersion: 4.0.0 dependencies: diff --git a/etc/.release-please-manifest.json b/etc/.release-please-manifest.json index 1fdd59624..0211cb11a 100644 --- a/etc/.release-please-manifest.json +++ b/etc/.release-please-manifest.json @@ -9,5 +9,5 @@ "charts/loki-gateway": "0.1.3", "charts/telemetry-collector": "1.1.1", "charts/xapp-anr": "0.1.1", - "charts/xapp-hello-world": "3.0.3" + "charts/xapp-hello-world": "3.0.4" }