diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c52e38..3e41c03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.9.1", + ".": "0.9.2", "charts/xapi-lrs": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f944342..8c6e879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/charts/xapi-lrs/Chart.yaml b/charts/xapi-lrs/Chart.yaml index 29e6eaf..c594710 100644 --- a/charts/xapi-lrs/Chart.yaml +++ b/charts/xapi-lrs/Chart.yaml @@ -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 diff --git a/charts/xapi-lrs/values.yaml b/charts/xapi-lrs/values.yaml index 44bbe70..561ec03 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.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 diff --git a/package.json b/package.json index d4917a9..7d4c4ad 100644 --- a/package.json +++ b/package.json @@ -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": {