From 78f9cc53f8f2bfedfffaa8f5657dc41fe17b9319 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:13:07 +0100 Subject: [PATCH] chore: release xapp-hello-world 5.0.1 (#771) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/xapp-hello-world/CHANGELOG.md | 7 +++++++ charts/xapp-hello-world/Chart.yaml | 2 +- etc/.release-please-manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/charts/xapp-hello-world/CHANGELOG.md b/charts/xapp-hello-world/CHANGELOG.md index 6d1305750..d03ad4408 100644 --- a/charts/xapp-hello-world/CHANGELOG.md +++ b/charts/xapp-hello-world/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/accelleran/helm-charts/compare/xapp-hello-world-5.0.0...xapp-hello-world-5.0.1) (2024-11-20) + + +### Bug Fixes + +* **deps:** Update accelleran/xapp-framework-package docker tag to v5.0.1 ([d34b55c](https://github.com/accelleran/helm-charts/commit/d34b55c660e84ea34a1a6d0184e743c155c330a9)) + ## [5.0.0](https://github.com/accelleran/helm-charts/compare/xapp-hello-world-4.0.1...xapp-hello-world-5.0.0) (2024-10-24) diff --git a/charts/xapp-hello-world/Chart.yaml b/charts/xapp-hello-world/Chart.yaml index 3e9b03cba..cfb5a8cd5 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: 5.0.0 +version: 5.0.1 # renovate: image=accelleran/xapp-framework-package appVersion: 5.0.1 dependencies: diff --git a/etc/.release-please-manifest.json b/etc/.release-please-manifest.json index 6a239e15f..0b0a8c600 100644 --- a/etc/.release-please-manifest.json +++ b/etc/.release-please-manifest.json @@ -10,5 +10,5 @@ "charts/loki-gateway": "0.1.6", "charts/telemetry-collector": "1.1.4", "charts/xapp-anr": "0.1.3", - "charts/xapp-hello-world": "5.0.0" + "charts/xapp-hello-world": "5.0.1" }