Skip to content

Release Channels

Kody Dennon edited this page Jul 4, 2026 · 3 revisions

Release Channels

ConvexAutoBackup publishes each tagged release through GitHub Actions.

Current beta

v0.1.0-beta.5

Use exact beta tags for repeatable installs. Use latest only when you intentionally want the newest published container.

GitHub Releases

Latest release:

https://github.com/KodyDennon/ConvexAutoBackup/releases/tag/v0.1.0-beta.5

Release assets are expected to include:

Asset type Purpose
Linux archive Server and desktop Linux installs.
macOS x64 archive Intel Mac installs.
macOS arm64 archive Apple Silicon Mac installs.
Windows zip Manual Windows binary install.
Windows MSI Basic Windows package install.
install.sh macOS/Linux guided installer.
install.ps1 Windows guided installer.
docker-setup.sh Docker guided installer.
SHA256SUMS Integrity checks.
Provenance GitHub Actions artifact provenance when generated.

Docker Hub

Image:

kodydoty/convex-autobackup

Pull:

docker pull kodydoty/convex-autobackup:v0.1.0-beta.5

Docker Hub page:

https://hub.docker.com/r/kodydoty/convex-autobackup

GHCR

Image:

ghcr.io/kodydennon/convex-autobackup

Pull:

docker pull ghcr.io/kodydennon/convex-autobackup:v0.1.0-beta.5

Package page:

https://github.com/KodyDennon/ConvexAutoBackup/pkgs/container/convex-autobackup

crates.io

Primary CLI crate:

https://crates.io/crates/convex-autobackup

Install:

cargo install convex-autobackup --version 0.1.0-beta.5

Workspace crates published by release automation:

  • convex-autobackup
  • convex-autobackup-core
  • convex-autobackup-server
  • convex-autobackup-worker
  • convex-autobackup-mcp

npm

No public npm package is needed for normal users. The React web UI is built during release and embedded into the Rust server crate, Docker image, and native binaries.

The v0.1.0-beta.5 web UI includes the guided first-run setup flow, existing-install sign-in recovery guidance, beta-aware release checks, and defensive dashboard rendering for partial API responses.

Verification after release

After a release completes:

cargo search convex-autobackup --limit 10
docker pull kodydoty/convex-autobackup:v0.1.0-beta.5
docker pull ghcr.io/kodydennon/convex-autobackup:v0.1.0-beta.5

Then confirm the GitHub Release page has all expected assets and checksums.

Clone this wiki locally