Walter On-Prem 0.1.0
Highlights
- Introduces the dedicated
walter-onprem CLI for install, upgrade, status, logs, and raw Compose access
- Moves the operator-facing surface from
selfhost terminology to onprem
- Persists deployment mode in
.env.deploy, so normal upgrades do not need repeated mode flags
- Publishes a release manifest that the CLI can use for
versions, --patch, --minor, and --to
Operator notes
- Fresh installs default to the latest stable release from the manifest
bin/walter-onprem upgrade defaults to the latest patch release in the current series
bin/walter-onprem upgrade --minor moves to the latest supported minor release
bin/walter-onprem upgrade --to 0.1.0 pins an exact release
- Walter image:
ghcr.io/matchylabs/walter:0.1.0
- Upgrade path: safe for current
walter-onprem installs
- Bundle refresh: handled automatically by
install and upgrade