From a8809f4694685a7def4fc7f309003344b6a4cd7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:51:28 +0000 Subject: [PATCH 1/2] chore(main): release 0.9.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ charts/xapi-lrs/Chart.yaml | 4 ++-- charts/xapi-lrs/values.yaml | 2 +- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b1f6a8..871c1ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.4" + ".": "0.9.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7d085..3cd448e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.5](https://github.com/pelotech/xapi-lrs/compare/0.9.4...0.9.5) (2026-08-08) + + +### Bug Fixes + +* **ci:** version the chart in lockstep with the app ([#142](https://github.com/pelotech/xapi-lrs/issues/142)) ([6507454](https://github.com/pelotech/xapi-lrs/commit/650745446e7b42c2febcbdee2b33e52c25e94bc0)) + + +### Chores + +* **main:** release xapi-lrs-chart 0.1.2 ([#131](https://github.com/pelotech/xapi-lrs/issues/131)) ([2cc210e](https://github.com/pelotech/xapi-lrs/commit/2cc210e3a33956dffb03c47efd500e6901f6f144)) + ## [0.9.4](https://github.com/pelotech/xapi-lrs/compare/0.9.3...0.9.4) (2026-08-07) diff --git a/charts/xapi-lrs/Chart.yaml b/charts/xapi-lrs/Chart.yaml index d5ad686..74bd094 100644 --- a/charts/xapi-lrs/Chart.yaml +++ b/charts/xapi-lrs/Chart.yaml @@ -16,10 +16,10 @@ keywords: # same release (see release-please-config.json). Do not edit by hand, and do not # split them back apart without reading the note in the workflow — two packages # releasing each other is what produced the release loop. -version: 0.9.4 # x-release-please-version +version: 0.9.5 # x-release-please-version # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: '0.9.4' # x-release-please-version +appVersion: '0.9.5' # x-release-please-version diff --git a/charts/xapi-lrs/values.yaml b/charts/xapi-lrs/values.yaml index fad341b..4f60792 100644 --- a/charts/xapi-lrs/values.yaml +++ b/charts/xapi-lrs/values.yaml @@ -26,7 +26,7 @@ image: ## @param image.tag Container image tag. Kept in step with the app release by ## release-please (see release-please-config.json) — do not edit by hand. ## - tag: 0.9.4 # x-release-please-version + tag: 0.9.5 # x-release-please-version ## @param image.digest Image digest in the form sha256:aaaa... . When set, takes precedence over image.tag. ## Empty by default: release-please bumps image.tag when the app releases, but cannot know the digest ## (the image is built after the release PR merges), and a stale digest would silently win over the new diff --git a/package.json b/package.json index 017eaed..8e10967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xapi-lrs", - "version": "0.9.4", + "version": "0.9.5", "description": "xAPI Learning Record Store — standalone service for xAPI statement storage and document resources", "type": "module", "exports": { From 74c79d19bb53ae6d05b2000d11acfcdfcebd3c03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:51:46 +0000 Subject: [PATCH 2/2] docs(chart): regenerate README from chart metadata --- charts/xapi-lrs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/xapi-lrs/README.md b/charts/xapi-lrs/README.md index 42eef3b..c96bd98 100644 --- a/charts/xapi-lrs/README.md +++ b/charts/xapi-lrs/README.md @@ -1,8 +1,8 @@ # xapi-lrs -### version: 0.9.4 +### version: 0.9.5 -![AppVersion: 0.9.4](https://img.shields.io/badge/AppVersion-0.9.4-informational?style=flat-square) +![AppVersion: 0.9.5](https://img.shields.io/badge/AppVersion-0.9.5-informational?style=flat-square) xapi-lrs Learning Record Store helm chart @@ -71,7 +71,7 @@ helm install xapi-lrs oci://ghcr.io/pelotech/xapi-lrs/charts/xapi-lrs | image.pullSecrets | list | `[]` | | | image.registry | string | `"ghcr.io"` | | | image.repository | string | `"pelotech/xapi-lrs"` | | -| image.tag | string | `"0.9.4"` | | +| image.tag | string | `"0.9.5"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.extraHosts | list | `[]` | |