Skip to content

0.12.4

Choose a tag to compare

@uniget-bot uniget-bot released this 20 Feb 08:34
· 1663 commits to main since this release

Installation

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

Bugfixes (since v0.12.3)

Features (since v0.12.3)

Dependency updates (since v0.12.3)

  • chore(deps): update golangci/golangci-lint docker tag to v1.56.2 (#211)
  • chore(deps): update github/codeql-action action to v3.24.3 (#210)
  • chore(deps): update golang:1.22.0 docker digest to 7b297d9 (#209)

Full Changelog (since v0.12.3)

Compare with previous release