v0.1.2
github-actions
released this
30 Mar 11:11
·
32 commits
to refs/heads/main
since this release
What’s Changed
Enhancements
- Add TCP probe and fix default values @jacobtomlinson (#18)
- Implement check retry thresholds and interval @jacobtomlinson (#17)
- Add binder example @jacobtomlinson (#15)
- Factor Docker container out and change command to slice @jacobtomlinson (#14)
- Add debug mode and command config @jacobtomlinson (#13)
Documentation and code quality
- Add TCP probe and fix default values @jacobtomlinson (#18)
- Fix command docs @jacobtomlinson (#16)
- Add debug mode and command config @jacobtomlinson (#13)
Installation
Download the appropriate binary for your system.
$ curl -L https://github.com/NVIDIA/container-canary/releases/download/v0.1.2/canary_linux_amd64 > canary_linux_amd64
Download and verify the SHA256 hash.
$ curl -L https://github.com/NVIDIA/container-canary/releases/download/v0.1.2/canary_linux_amd64.sha256sum > canary_linux_amd64.sha256sum
$ sha256sum --check --status canary_linux_amd64.sha256sum
Install the binary somewhere on your path.
$ chmod +x canary_linux_amd64
$ mv canary_linux_amd64 /usr/local/bin/canary
Verify things are working.
$ canary version
Container Canary
Version: v0.1.2
...