Skip to content

0.28.5

Choose a tag to compare

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

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

Installation

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

Bugfixes (since v0.28.4)

  • fix: Building paths was broken part 2 uniget-org/backlog#118 1add688
  • fix: Building paths was broken uniget-org/backlog#118 9725836
  • fix: Build snapshot in unclean working dir 0540a29
  • fix(config): Proper name ed97a8c

Features (since v0.28.4)

  • feat(update): Quiet can prevent unnecessary work 4bc29c9
  • feat(config): Enable terminfo in user home b7c4be2

Dependency updates (since v0.28.4)

Full Changelog (since v0.28.4)

Compare with previous release