Skip to content

0.27.3

Choose a tag to compare

@github-actions github-actions released this 12 May 12:34
· 62 commits to main since this release

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

Installation

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

Bugfixes (since v0.27.2)

  • fix: Download and load metadata only once 73dce83
  • fix: Autoupdate works correctly ef524f3

Features (since v0.27.2)

  • feat(update): Only inform about newer versions of uniget 70786b8
  • feat(update): Metadata now has a signature 3dfd4d4
  • feat: Ignore metadata signature after local creation 370d015

Dependency updates (since v0.27.2)

Full Changelog (since v0.27.2)

Compare with previous release