Releases: iamriajul/vibe-kanban-team
Releases · iamriajul/vibe-kanban-team
v0.1.43-20260417125614
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
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
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
Merge pull request #4 from iamriajul/vk/1e97-update-upstream fix: replace stale stripPreviewRefreshParam call with stripPreviewInternalParams in patch 0010
v0.1.35-20260320174409
fix: install aws cli via bundled installer in npm release
remote-v0.1.28
ci: add gha cache for image builds
remote-v0.1.27
fix: default chart images to published ghcr repos