Skip to content

0.18.6

Latest
Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 20 Dec 12:04
· 12 commits to main since this release

Installation

curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.18.6/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.18.6/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.18.6/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.18.6/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.18.6' \
    --certificate-oidc-issuer https://token.actions.githubusercontent.com

Bugfixes (since v0.18.5)

  • [Bug]: Rollback after failed installation (#522)

Features (since v0.18.5)

Dependency updates (since v0.18.5)

  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 1f6be7f (#521)

Full Changelog (since v0.18.5)

Compare with previous release