Skip to content

Releases: iamriajul/vibe-kanban-team

v0.1.43-20260417125614

23 Apr 06:25
27636b7

Choose a tag to compare

chore: bump vibe-kanban submodule to v0.1.43+ (#40)

Update upstream submodule from v0.1.42 (f09672d) to latest main (c2bea40).
All 21 downstream patches apply cleanly and cargo check passes.

Key upstream changes:
- Pre-register execution log stores before streaming normalized logs
- Version bump to 0.1.43, remote version bump to 0.1.27
- Vendor openssl for musl + windows-msvc cross-compile
- Claude Code bump to 2.1.112 with xhigh effort variant
- Bump pinned opencode-ai executor to 1.4.7, Codex executor to 0.121.0
- CI: replace Blacksmith runners with GitHub runners

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

remote-v0.1.61

23 Apr 06:26
27636b7

Choose a tag to compare

chore: bump vibe-kanban submodule to v0.1.43+ (#40)

Update upstream submodule from v0.1.42 (f09672d) to latest main (c2bea40).
All 21 downstream patches apply cleanly and cargo check passes.

Key upstream changes:
- Pre-register execution log stores before streaming normalized logs
- Version bump to 0.1.43, remote version bump to 0.1.27
- Vendor openssl for musl + windows-msvc cross-compile
- Claude Code bump to 2.1.112 with xhigh effort variant
- Bump pinned opencode-ai executor to 1.4.7, Codex executor to 0.121.0
- CI: replace Blacksmith runners with GitHub runners

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

remote-v0.1.43

15 Apr 23:36
621b89d

Choose a tag to compare

fix: generate JWT secret as base64 to satisfy remote server validation

The remote and relay servers call validate_jwt_secret() at startup which
requires VIBEKANBAN_REMOTE_JWT_SECRET to be valid standard base64 decoding
to at least 32 bytes. randAlphaNum 32 produces plain alphanumeric strings
that are not valid base64, causing an InvalidVar startup failure.

Fix: use randBytes 32 | b64enc to generate 32 random bytes encoded as a
44-char standard base64 string — valid base64, decodes to exactly 32 bytes.

Co-authored-by: Riajul Islam <riajul@kahf.co>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

remote-v0.1.42

15 Apr 09:34
b8d3abb

Choose a tag to compare

Merge pull request #4 from iamriajul/vk/1e97-update-upstream

fix: replace stale stripPreviewRefreshParam call with stripPreviewInternalParams in patch 0010

v0.1.35-20260320174409

09 Apr 02:04

Choose a tag to compare

fix: install aws cli via bundled installer in npm release

remote-v0.1.28

09 Apr 10:47

Choose a tag to compare

ci: add gha cache for image builds

remote-v0.1.27

09 Apr 09:09

Choose a tag to compare

fix: default chart images to published ghcr repos