Skip to content

0.18.4

Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 16 Dec 16:42
· 275 commits to main since this release

Installation

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

Bugfixes (since v0.18.3)

Features (since v0.18.3)

Dependency updates (since v0.18.3)

  • chore(deps): update docker/setup-buildx-action digest to 6524bf6 (#511)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 9186d49 (#510)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.5.0 (#509)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 0e46577 (#508)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 5d55833 (#507)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.18.1 (#506)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.5 (#505)

Full Changelog (since v0.18.3)

Compare with previous release