0.27.8
Mirrored from GitLab: https://gitlab.com/uniget-org/cli/-/releases/v0.27.8
Installation
curl -sSLf https://gitlab.com/uniget-org/cli/-/releases/v0.27.8/downloads/uniget_Linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin unigetNote that the tarballs contains only the development CLI used in CI/CD.
Signature verification
curl -sSLfO https://gitlab.com/uniget-org/cli/-/releases/v0.27.8/downloads/uniget_Linux_$(uname -m).tar.gz
curl -sSLfO https://gitlab.com/uniget-org/cli/-/releases/v0.27.8/downloads/uniget_Linux_$(uname -m).tar.gz.sigstore.json
cosign verify-blob uniget_Linux_$(uname -m).tar.gz \
--bundle uniget_Linux_$(uname -m).tar.gz.sigstore.json \
--certificate-identity 'https://gitlab.com/uniget-org/cli//.gitlab-ci.yml@refs/tags/v0.27.8' \
--certificate-oidc-issuer https://gitlab.comBugfixes (since v0.27.7)
Features (since v0.27.7)
- Metadata update should only display new versions of installed commands (backlog#114)
- feat: Migrated to TF managed tokens uniget-org/backlog#95 0f28b5f
- feat: Use tag latest instead of main uniget-org/backlog#99 9690fc0
- feat: Resolve latest tag to version a5e3d70
- feat(update): Only show updates for installed tools uniget-org/backlog#114 9e7fd58