From ea6511345d492537f2600b08ef2dc3dcf7c35dfa 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:08:10 +0000 Subject: [PATCH] chore: release xapp-hello-world 5.0.2 --- 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 d03ad440..bd974450 100644 --- a/charts/xapp-hello-world/CHANGELOG.md +++ b/charts/xapp-hello-world/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.0.2](https://github.com/accelleran/helm-charts/compare/xapp-hello-world-5.0.1...xapp-hello-world-5.0.2) (2024-11-20) + + +### Bug Fixes + +* Add component label ([3cc46f2](https://github.com/accelleran/helm-charts/commit/3cc46f28392c90a88907a4acf5424b189e9d5f3c)) +* **deps:** Update accelleran/xapp-framework-package docker tag to v5.0.2 ([#773](https://github.com/accelleran/helm-charts/issues/773)) ([7b522c1](https://github.com/accelleran/helm-charts/commit/7b522c15a4f9f9b761ca642f58ffa383d612b802)) +* Fix Prometheus endpoint ([1976d88](https://github.com/accelleran/helm-charts/commit/1976d88486c090e30b67c6c739eb7999e38fa664)) +* Fix xApp Dev Env Naming ([1976d88](https://github.com/accelleran/helm-charts/commit/1976d88486c090e30b67c6c739eb7999e38fa664)) + ## [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) diff --git a/charts/xapp-hello-world/Chart.yaml b/charts/xapp-hello-world/Chart.yaml index 0a6710f7..1541604c 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.1 +version: 5.0.2 # renovate: image=accelleran/xapp-framework-package appVersion: 5.0.2 dependencies: diff --git a/etc/.release-please-manifest.json b/etc/.release-please-manifest.json index 0b0a8c60..6611fbaa 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.1" + "charts/xapp-hello-world": "5.0.2" }