Skip to content

0.27.6

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:08
· 45 commits to main since this release

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

Installation

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

Bugfixes (since v0.27.5)

  • Create full manifest in separate pipeline (Github) (backlog#101)
  • fix: Correctly test for a symlink uniget-org/backlog#113 9527d85
  • fix: Prevent path traversal and command injection uniget-org/backlog#113 7b4f18a
  • fix: Use directory matching hook type 2bb8a4a

Features (since v0.27.5)

Dependency updates (since v0.27.5)

Full Changelog (since v0.27.5)

Compare with previous release