Skip to content

0.19.2

Latest
Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 27 Feb 07:45
· 10 commits to main since this release
c57baef

Installation

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

Bugfixes (since v0.19.1)

Features (since v0.19.1)

Dependency updates (since v0.19.1)

  • fix(deps): update module github.com/docker/docker to v28.0.1+incompatible (#648)
  • chore(deps): update docker/setup-qemu-action digest to 5964de0 (#647)
  • chore(deps): update docker/setup-buildx-action digest to b5ca514 (#646)
  • fix(deps): update module github.com/containerd/containerd to v1.7.25 (#643)
  • chore(deps): update golang:1.24.0 docker digest to cd0c949 (#642)
  • chore(deps): update golang:1.24.0 docker digest to 58cf31c (#641)
  • fix(deps): update module github.com/containerd/containerd to v2 (#634)

Full Changelog (since v0.19.1)

Compare with previous release