v0.2.0
github-actions
released this
13 Apr 10:10
·
27 commits
to refs/heads/main
since this release
What’s Changed
This release includes a large overhaul of how Canary outputs to the terminal. The whole validation process has been rebuilt with Bubble Tea to make it a more beautiful and maintainable TUI app.
Enhancements
- Refactor validator into Bubble Tea TUI app @jacobtomlinson (#21)
Documentation and code quality
- Reinstate stdout assertions and add more tests @jacobtomlinson (#25)
- Add awesome example @jacobtomlinson (#24)
- Stop using external Docker images during testing @jacobtomlinson (#20)
Installation
Download the appropriate binary for your system.
$ curl -L https://github.com/NVIDIA/container-canary/releases/download/v0.2.0/canary_linux_amd64 > canary_linux_amd64
Download and verify the SHA256 hash.
$ curl -L https://github.com/NVIDIA/container-canary/releases/download/v0.2.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.2.0
...