Skip to content

Commit fbb0900

Browse files
github-actions[bot]Svilen-Stefanovclaude
authored
chore(main): release 1.5.1 (#38)
* chore(main): release 1.5.1 * docs(changelog): credit the license + venv fixes (#41) in 1.5.1 The #41 squash commit lacked a conventional-commit prefix, so release-please didn't add changelog entries for it. Add them manually to the 1.5.1 release PR so the release record is accurate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Svilen Stefanov <svilen.ks@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 332c870 commit fbb0900

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.5.0...v1.5.1) (2026-06-17)
4+
5+
6+
### Bug Fixes
7+
8+
* make a CodeBoarding license work with the hosted proxy — license mode now mints the OIDC token and packs the license into the bearer (`<jwt>~codeboarding-license~<license>`), which the proxy splits, verifies, and uses to skip the free quota (previously sent the raw license as the bearer → 401 Invalid GitHub OIDC token) ([#41](https://github.com/CodeBoarding/CodeBoarding-action/issues/41)) ([56ed9e9](https://github.com/CodeBoarding/CodeBoarding-action/commit/56ed9e9cda6d084b194f3e3124dae296971c5cad))
9+
* rebuild the engine venv when its cached interpreter symlink is stale, so a runner Python patch bump no longer breaks runs with "Broken symlink … was the underlying Python interpreter removed?" ([#41](https://github.com/CodeBoarding/CodeBoarding-action/issues/41)) ([56ed9e9](https://github.com/CodeBoarding/CodeBoarding-action/commit/56ed9e9cda6d084b194f3e3124dae296971c5cad))
10+
* set up Java and .NET inside action ([#37](https://github.com/CodeBoarding/CodeBoarding-action/issues/37)) ([a7164ab](https://github.com/CodeBoarding/CodeBoarding-action/commit/a7164abe286eaf7c5f87184e05df175d92a0777f))
11+
312
## [1.5.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.4.0...v1.5.0) (2026-06-15)
413

514

0 commit comments

Comments
 (0)