From aa89272314acd892847a844aebb5583377b87ac0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:08:12 +0000 Subject: [PATCH] chore(main): release xapi-lrs-chart 0.1.0 --- .release-please-manifest.json | 3 ++- charts/xapi-lrs/CHANGELOG.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 charts/xapi-lrs/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e1c40e..07d6e30 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,4 @@ { - ".": "0.8.2" + ".": "0.8.2", + "charts/xapi-lrs": "0.1.0" } diff --git a/charts/xapi-lrs/CHANGELOG.md b/charts/xapi-lrs/CHANGELOG.md new file mode 100644 index 0000000..ccd0003 --- /dev/null +++ b/charts/xapi-lrs/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2026-07-23) + + +### Features + +* add xapi-lrs Helm chart ([#115](https://github.com/pelotech/xapi-lrs/issues/115)) ([2adc20b](https://github.com/pelotech/xapi-lrs/commit/2adc20bba4669fd17e82a0b0cc2ded8bba375ca3))