v0.3.0
github-actions
released this
22 Feb 13:59
·
12 commits
to refs/heads/main
since this release
What’s Changed
- Add Databricks example @jacobtomlinson (#44)
Bug Fixes
- Switch startReturningModel to Run to fix linting @jacobtomlinson (#51)
- Fix TUI status output @KyleFromNVIDIA (#49)
- feat: Improve error handling @bashbunni (#35)
- Improve handling of missing docker in tests @jacobtomlinson (#32)
- Add error checking to container cleanup @jacobtomlinson (#37)
Code Hygeine
- Bump go build version to 1.21 @jacobtomlinson (#50)
- Use new unmanaged output to simplify View code @jacobtomlinson (#28)
Installation
Download the appropriate binary for your system.
$ curl -L https://github.com/NVIDIA/container-canary/releases/download/v0.3.0/canary_linux_amd64 > canary_linux_amd64
Download and verify the SHA256 hash.
$ curl -L https://github.com/NVIDIA/container-canary/releases/download/v0.3.0/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.3.0
...