Skip to content

0.12.13

Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 06 Mar 00:01
· 595 commits to main since this release

Installation

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

Bugfixes (since v0.12.12)

Features (since v0.12.12)

Dependency updates (since v0.12.12)

  • chore(deps): update docker/dockerfile docker tag to v1.7.0 - autoclosed (#221)
  • chore(deps): update golang docker tag to v1.22.1 (#220)

Full Changelog (since v0.12.12)

Compare with previous release