Releases
Version history and release notes for chmonitor — what shipped in each version and how to upgrade.
chmonitor ships a single rolling documentation set that tracks the latest version. Each release note tells you what shipped; the migration guides walk you through moving between versions.
Current version: v0.3
You are reading the docs for v0.3. The version badge in the top navigation links back here.
Versions
v0.3 — What's New
TanStack Start rewrite, pluggable auth, cluster topology, AI agent, and MCP server.
Migrate to v0.3
Upgrade steps from v0.2 — mostly a redeploy, with an optional env var rename.
Release cadence
Three channels track the dashboard at different speeds — pick the one that matches how fast you want changes.
| Channel | What it is | Where to find it |
|---|---|---|
| Stable images | Published to chmonitor/chmonitor:latest on every push to main | Docker registry |
| Tagged releases | vX.Y.Z cut periodically, mirrored to the Helm chart and Docker tags | Docker tags + Helm |
| Full changelog | The complete per-tag history | GitHub Releases |
CLI channels (chm / chmonitor)
The Rust CLI has its own chm-v* tags and channels (independent of the
dashboard vX.Y.Z line):
| Channel | How it ships | Install / update |
|---|---|---|
stable (default) | release-please → tag + dispatch cli-rust-release.yml | install.sh / chm update |
beta | CLI path pushes on main → prerelease chm-vX.Y.Z-beta.N | chm update --beta (also saves the channel) / CHM_CHANNEL=beta |
See the chm CLI guide.
Related
Contributing a config / check
How to add a declarative monitoring check to the chmonitor catalog.
v0.3 — What's New
What's new in chmonitor v0.3 — TanStack Start framework, Cloud (SaaS) mode, Postgres monitoring beta, pluggable auth, alerting rules, AI insights, MCP server, and dozens of new monitoring views.