v0.3.1
github-actions
released this
24 May 15:23
·
6 commits
to refs/heads/main
since this release
What’s Changed
- Add Linux arm64 builds @jacobtomlinson (#59)
- Bump golang.org/x/net from 0.17.0 to 0.23.0 @dependabot (#57)
- update versions of third-party GitHub Actions @jameslamb (#55)
- add CODEOWNERS @jameslamb (#56)
- Fix unmarshalling of config file @KyleFromNVIDIA (#53)
Installation
Download the appropriate binary for your system.
$ curl -L https://github.com/NVIDIA/container-canary/releases/download/v0.3.1/canary_linux_amd64 > canary_linux_amd64
Download and verify the SHA256 hash.
$ curl -L https://github.com/NVIDIA/container-canary/releases/download/v0.3.1/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.1
...