Skip to content

0.17.14

Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 18 Sep 08:26
· 5 commits to main since this release

Installation

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

Bugfixes (since v0.17.13)

Features (since v0.17.13)

Dependency updates (since v0.17.13)

  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.3.2 (#388)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser:2.3.1 docker digest to 17b3c95 (#387)
  • chore(deps): update ubuntu:24.04 docker digest to dfc1087 (#386)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.57.0 (#385)

Full Changelog (since v0.17.13)

Compare with previous release