Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.19.7/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.19.7/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.7/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.7/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.19.7' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.19.6)
Features (since v0.19.6)
- [Feature]: Improve inspect to show file mode (#709)
Dependency updates (since v0.19.6)
- chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.3 (#708)
- chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.22.0 (#707)
- fix(deps): update module github.com/distribution/distribution/v3 to v3.0.0 (#706)
- chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.8.2 (#705)
- chore(deps): update golang docker tag to v1.24.2 (#704)
- chore(deps): update dependency go to v1.24.2 (#703)
Full Changelog (since v0.19.6)
Compare with previous release