Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.6"
".": "0.9.7"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.7](https://github.com/pelotech/xapi-lrs/compare/0.9.6...0.9.7) (2026-08-08)


### Docs

* **deps:** warn that ADL conformance fork bumps need inspection ([#145](https://github.com/pelotech/xapi-lrs/issues/145)) ([4d18e0c](https://github.com/pelotech/xapi-lrs/commit/4d18e0cad7435be03687eb67449ef0b746de7ab7))

## [0.9.6](https://github.com/pelotech/xapi-lrs/compare/0.9.5...0.9.6) (2026-08-08)


Expand Down
4 changes: 2 additions & 2 deletions charts/xapi-lrs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6 # x-release-please-version
version: 0.9.7 # 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.6' # x-release-please-version
appVersion: '0.9.7' # x-release-please-version
6 changes: 3 additions & 3 deletions charts/xapi-lrs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# xapi-lrs

### version: 0.9.6
### version: 0.9.7

![AppVersion: 0.9.6](https://img.shields.io/badge/AppVersion-0.9.6-informational?style=flat-square)
![AppVersion: 0.9.7](https://img.shields.io/badge/AppVersion-0.9.7-informational?style=flat-square)

xapi-lrs Learning Record Store helm chart

Expand Down Expand Up @@ -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.6"` | |
| image.tag | string | `"0.9.7"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.extraHosts | list | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/xapi-lrs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6 # x-release-please-version
tag: 0.9.7 # 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xapi-lrs",
"version": "0.9.6",
"version": "0.9.7",
"description": "xAPI Learning Record Store — standalone service for xAPI statement storage and document resources",
"type": "module",
"exports": {
Expand Down