Skip to content

0.12.1

Choose a tag to compare

@uniget-bot uniget-bot released this 07 Feb 09:37
· 1678 commits to main since this release

Installation

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

Bugfixes (since v0.12.0)

Features (since v0.12.0)

Dependency updates (since v0.12.0)

  • fix(deps): update module github.com/regclient/regclient to v0.5.7 (#198)
  • chore(deps): update golang docker tag to v1.21.7 (#197)
  • chore(deps): update actions/upload-artifact action to v4.3.1 (#196)
  • fix(deps): update module github.com/pterm/pterm to v0.12.78 (#195)
  • chore(deps): update github/codeql-action action to v3.24.0 (#194)
  • fix(deps): update module github.com/pterm/pterm to v0.12.77 (#193)
  • chore(deps): update golang:1.21.6 docker digest to 7b575fe (#192)
  • chore(deps): update golang:1.21.6 docker digest to 4d1942c (#191)

Full Changelog (since v0.12.0)

Compare with previous release