Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.20.1/uniget_linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget
Signature verification
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.20.1/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.20.1/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.20.1/uniget_linux_$(uname -m).tar.gz.sig
cosign verify-blob uniget_linux_$(uname -m).tar.gz \
--certificate uniget_linux_$(uname -m).tar.gz.pem \
--signature uniget_linux_$(uname -m).tar.gz.sig \
--certificate-identity 'https://github.com/uniget-org/cli/.github/workflows/release.yml@refs/tags/v0.20.1' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.20.0)
- fix: Error handling for hidden flag b7853e5
Features (since v0.20.0)
- feat: Added hidden option to test different metadata image tags 869ca34
Dependency updates (since v0.20.0)
- chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.4 (#749)
- fix(deps): update module github.com/containerd/containerd/v2 to v2.1.0 (#748)
Full Changelog (since v0.20.0)
Compare with previous release