Skip to content

0.28.8

Choose a tag to compare

@github-actions github-actions released this 11 Aug 14:10
· 53 commits to main since this release

Mirrored from GitLab: https://gitlab.com/uniget-org/cli/-/releases/v0.28.8

Installation

curl -sSLf https://gitlab.com/uniget-org/cli/-/releases/v0.28.8/downloads/uniget_Linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget

Note 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.8/downloads/uniget_Linux_$(uname -m).tar.gz
curl -sSLfO https://gitlab.com/uniget-org/cli/-/releases/v0.28.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.28.8' \
    --certificate-oidc-issuer https://gitlab.com

Bugfixes (since v0.28.7)

  • fix(hooks): err was mostly nil 203de80
  • fix(hooks): Empty hook type be021a0
  • fix: Added error messages d03dc3e
  • fix(uninstall): Empty prefix breaks os.OpenRoot uniget-org/backlog#118 5c00514
  • fix(self-upgrade): Do not expect binary to be present 6ca1c29

Features (since v0.28.7)

  • feat: Added version tag pointing to noble uniget-org/backlog#119 5a3d5ff

Dependency updates (since v0.28.7)

Full Changelog (since v0.28.7)

Compare with previous release