Skip to content

0.19.1

Choose a tag to compare

@uniget-bot uniget-bot released this 25 Feb 08:02
· 1020 commits to main since this release

Installation

curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.19.1/uniget_linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget

Signature verification

curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.1/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.1/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.19.1/uniget_linux_$(uname -m).tar.gz.sig
cosign verify-blob uniget_linux_$(uname -m).tar.gz \
    --certificate uniget_linux_$(uname -m).tar.gz.pem \
    --signature uniget_linux_$(uname -m).tar.gz.sig \
    --certificate-identity 'https://github.com/uniget-org/cli/.github/workflows/release.yml@refs/tags/v0.19.1' \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com

Bugfixes (since v0.19.0)

Features (since v0.19.0)

Dependency updates (since v0.19.0)

  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.20.0 (#640)
  • chore(deps): update actions/upload-artifact digest to 4cec3d8 (#639)
  • chore(deps): update github/codeql-action digest to b56ba49 (#638)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign docker tag to v2.4.3 (#636)
  • chore(deps): update docker/dockerfile docker tag to v1.14.0 (#635)

Full Changelog (since v0.19.0)

Compare with previous release