Skip to content

0.17.7

Choose a tag to compare

@uniget-bot uniget-bot released this 07 Aug 14:23
· 1434 commits to main since this release

Installation

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

Bugfixes (since v0.17.6)

Features (since v0.17.6)

Dependency updates (since v0.17.6)

  • chore(deps): update golang docker tag to v1.22.6 (#344)
  • chore(deps): update github/codeql-action action to v3.26.0 (#343)
  • chore(deps): update dependency go to v1.22.6 (#342)
  • chore(deps): update actions/upload-artifact action to v4.3.6 (#341)

Full Changelog (since v0.17.6)

Compare with previous release