cudackpt 0.2.0
cudackpt 0.2.0
Production-hardening release — configurable run directories, authenticated RPC tests, observability, packaging, and CI improvements since v0.1.0.
Install
sudo dpkg -i cudackpt_0.2.0_amd64.debOr build from source: git checkout v0.2.0 && make && sudo make install
Highlights
- Shim honors
CUDACKPT_RUN_DIRwith group-owned0660sockets - CLI:
watch --until-running, shell completion,cudackpt serve - Agent:
/healthprobe + GC error metrics - Hermetic integration tests for auth, retry, rollback, and watch
- golangci-lint + race detector in CI
- vectoradd checkpoint example under
examples/
See CHANGELOG.md for full notes.