Skip to content

0.16.0

Choose a tag to compare

@uniget-bot uniget-bot released this 11 Jul 12:00
· 1492 commits to main since this release

Installation

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

Bugfixes (since v0.15.0)

Features (since v0.15.0)

  • [Feature]: Add file templating to replace many post_install scripts (#318)

Dependency updates (since v0.15.0)

  • chore(deps): update golang:1.22.5 docker digest to 829eff9 (#317)

Full Changelog (since v0.15.0)

Compare with previous release