From 5fd8aaaf311de5291a8b3b043c7ee5938cc694da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:05:29 +0200 Subject: [PATCH] chore: release xapp-hello-world 5.0.0 (#692) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/xapp-hello-world/CHANGELOG.md | 11 +++++++++++ charts/xapp-hello-world/Chart.yaml | 2 +- etc/.release-please-manifest.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/charts/xapp-hello-world/CHANGELOG.md b/charts/xapp-hello-world/CHANGELOG.md index be2e1597a..6d1305750 100644 --- a/charts/xapp-hello-world/CHANGELOG.md +++ b/charts/xapp-hello-world/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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) + + +### ⚠ BREAKING CHANGES + +* update xapp sdk to version 5 + +### Features + +* Update xapp sdk to version 5 ([6de2970](https://github.com/accelleran/helm-charts/commit/6de29702a1106ff25321e0cde50cf2fd939fc507)) + ## [4.0.1](https://github.com/accelleran/helm-charts/compare/xapp-hello-world-4.0.0...xapp-hello-world-4.0.1) (2024-10-11) diff --git a/charts/xapp-hello-world/Chart.yaml b/charts/xapp-hello-world/Chart.yaml index cc048b199..c22a30025 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: 4.0.1 +version: 5.0.0 # renovate: image=accelleran/xapp-framework-package appVersion: 5.0.0 dependencies: diff --git a/etc/.release-please-manifest.json b/etc/.release-please-manifest.json index 5adff7416..a72308296 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.2", "charts/xapp-anr": "0.1.2", - "charts/xapp-hello-world": "4.0.1" + "charts/xapp-hello-world": "5.0.0" }