Skip to content

0.18.5

Choose a tag to compare

@uniget-bot uniget-bot released this 19 Dec 21:56
· 1153 commits to main since this release

Installation

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

Bugfixes (since v0.18.4)

Features (since v0.18.4)

Dependency updates (since v0.18.4)

  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 444c11b (#520)
  • fix(deps): update module github.com/distribution/distribution/v3 to v3.0.0-rc.2 (#519)
  • fix(deps): update module github.com/docker/docker to v27.4.1+incompatible (#518)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 926f902 (#517)
  • chore(deps): update actions/upload-artifact digest to 6f51ac0 (#516)
  • chore(deps): update docker/dockerfile docker tag to v1.12.1 (#515)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to fce5b83 (#514)

Full Changelog (since v0.18.4)

Compare with previous release