v0.8.29 — New CI/CD pipeline, version management, and changelog
Complete CI/CD refactor with path-filtered dev deploys, Docker Hub as single registry, version/changelog API with dev channel support, and Install-any-version from changelog page.
Highlights
- New CI/CD architecture: Path-filtered dev builds, multi-arch native ARM runners, manual prod release with re-tag (no rebuild)
- Version channel support: Stable releases from GitHub Releases API, dev builds from Docker Hub Tags API
- Changelog page: Install any version with one click — stable or dev. Dev builds hidden by default with subtle toggle
- Dev provisioning: Auto-resolves dev JustAVPS snapshots when available, falls back to stable
- JustAVPS snapshot build fixes: Correct server_type, smart disk-stability polling
- Cleaner release process: Removed
pnpm ship,ship.cjs, and all local scripts — everything runs in CI
Changes
- feat(cicd): add AUTO_DEPLOY_DEV gate — manual deploy by default
- feat(cicd): native ARM runners + re-tag-only prod releases
- feat(cicd): add release.yml — prod line workflow
- fix(cicd): fix JustAVPS snapshot build - correct server_type and API fields
- feat(api+web): dev channel support for versions, provisioning, and changelog
- feat(web): add Install button to each version on changelog page
- fix(api): use Docker Hub tags for dev versions instead of GitHub Commits
- refactor(cicd): replace legacy CI/CD with path-filtered dev line
- Mobile improvements: setup wizard, public links, safe area, llm wizard UI
- Expand trigger types
Docker Images
kortix/computer:0.8.29(multi-arch: amd64 + arm64)kortix/kortix-api:0.8.29(multi-arch: amd64 + arm64)kortix/kortix-frontend:0.8.29(multi-arch: amd64 + arm64)