0.28.3
Mirrored from GitLab: https://gitlab.com/uniget-org/cli/-/releases/v0.28.3
Installation
curl -sSLf https://gitlab.com/uniget-org/cli/-/releases/v0.28.3/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.3/downloads/uniget_Linux_$(uname -m).tar.gz
curl -sSLfO https://gitlab.com/uniget-org/cli/-/releases/v0.28.3/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.3' \
--certificate-oidc-issuer https://gitlab.comBugfixes (since v0.28.2)
- fix(update): Spacing 79377e8
- fix: Tests uniget-org/backlog#117 9a99b76
- fix: Only run when requested e44c9d4
- fix: Improved readability 77d3a77
Features (since v0.28.2)
- feat: Implemented targz unpack uniget-org/backlog#117 976ee97
- feat: Management of metadata source uniget-org/backlog#117 fb6185d
- feat: Enable multiple source uniget-org/backlog#117 af17ec1
- feat(metadata): Added metadata download to stdout 48c9de8