Skip to content
Merged
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,4 +1,4 @@
{
".": "0.9.1",
".": "0.9.2",
"charts/xapi-lrs": "0.1.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.9.2](https://github.com/pelotech/xapi-lrs/compare/0.9.1...0.9.2) (2026-08-05)


### Bug Fixes

* allow the ADL conformance forks under blockExoticSubdeps ([#128](https://github.com/pelotech/xapi-lrs/issues/128)) ([733b2d0](https://github.com/pelotech/xapi-lrs/commit/733b2d049f07dbef9610cbfbd0071b4a58fcf9a2))


### Chores

* bump chart appVersion and image tag automatically on app release ([#130](https://github.com/pelotech/xapi-lrs/issues/130)) ([b2cf42c](https://github.com/pelotech/xapi-lrs/commit/b2cf42cab6be1945f0966648883f6668efab4e97))
* **deps:** lock file maintenance ([#45](https://github.com/pelotech/xapi-lrs/issues/45)) ([76fcf38](https://github.com/pelotech/xapi-lrs/commit/76fcf38610919d37f0d9ab52510cd260cdda1744))
* **deps:** update actions/checkout digest to 3d3c42e ([#113](https://github.com/pelotech/xapi-lrs/issues/113)) ([45b5a8f](https://github.com/pelotech/xapi-lrs/commit/45b5a8f81b13b13abb7293190f1a010a16a1e76d))
* **deps:** update dependency oxlint to v1.75.0 ([#129](https://github.com/pelotech/xapi-lrs/issues/129)) ([fe5a0c7](https://github.com/pelotech/xapi-lrs/commit/fe5a0c71b1d0cbb652a369c7ea407020363bde9b))
* **deps:** update docker/login-action digest to dbcb813 ([#114](https://github.com/pelotech/xapi-lrs/issues/114)) ([cc0cf79](https://github.com/pelotech/xapi-lrs/commit/cc0cf7951c6257c5a5a5fb0430e3a8ec36a9c0c1))
* **deps:** update pnpm/action-setup digest to 0977fd9 ([#119](https://github.com/pelotech/xapi-lrs/issues/119)) ([4b078a8](https://github.com/pelotech/xapi-lrs/commit/4b078a8d05d4fc95833f31b68fef1884f017e659))
* drop tsx, upgrade to Node 26 ([#132](https://github.com/pelotech/xapi-lrs/issues/132)) ([ad77d59](https://github.com/pelotech/xapi-lrs/commit/ad77d59478bdd2c19685e5a6fec3ca426db0af99))

## [0.9.1](https://github.com/pelotech/xapi-lrs/compare/0.9.0...0.9.1) (2026-08-05)


Expand Down
2 changes: 1 addition & 1 deletion charts/xapi-lrs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ version: 0.1.1
# 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.1' # x-release-please-version
appVersion: '0.9.2' # x-release-please-version
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.1 # x-release-please-version
tag: 0.9.2 # 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.1",
"version": "0.9.2",
"description": "xAPI Learning Record Store — standalone service for xAPI statement storage and document resources",
"type": "module",
"exports": {
Expand Down
Loading