0.28.7
Mirrored from GitLab: https://gitlab.com/uniget-org/cli/-/releases/v0.28.7
Installation
curl -sSLf https://gitlab.com/uniget-org/cli/-/releases/v0.28.7/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.28.7/downloads/uniget_Linux_$(uname -m).tar.gz
curl -sSLfO https://gitlab.com/uniget-org/cli/-/releases/v0.28.7/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.28.7' \
--certificate-oidc-issuer https://gitlab.comBugfixes (since v0.28.6)
- fix(self-upgrade): Do not expect binary to be present 6ca1c29
- fix(install): Go template with absolute target ad0bf1d
- fix(self-upgrade): Added error handling 7df6b2f
Features (since v0.28.6)
- feat(self-upgrade): Added enum for fixed values 25e7676
- feat(self-upgrade): Allow custom version and path c7645ed