Skip to content

cudackpt 0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:34

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.deb

Or build from source: git checkout v0.2.0 && make && sudo make install

Highlights

  • Shim honors CUDACKPT_RUN_DIR with group-owned 0660 sockets
  • CLI: watch --until-running, shell completion, cudackpt serve
  • Agent: /health probe + 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.