Skip to content

0.17.12

Choose a tag to compare

@uniget-bot uniget-bot released this 13 Sep 07:16
· 1385 commits to main since this release

Installation

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

Bugfixes (since v0.17.11)

Features (since v0.17.11)

Dependency updates (since v0.17.11)

  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.3.0 (#382)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.12.2 (#381)
  • chore(deps): update docker/dockerfile docker tag to v1.10.0 (#380)
  • chore(deps): update alpine docker tag to v3.20.3 (#376)

Full Changelog (since v0.17.11)

Compare with previous release