Skip to content

0.21.2

Choose a tag to compare

@uniget-bot uniget-bot released this 26 May 08:12
· 848 commits to main since this release

Installation

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

Bugfixes (since v0.21.1)

  • Cannot install git on ubuntu 24.04.1 (#512)

Features (since v0.21.1)

Dependency updates (since v0.21.1)

  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.26.1 (#762)
  • chore(deps): update golang:1.24.3 docker digest to 4c0a181 (#761)
  • chore(deps): update docker/dockerfile docker tag to v1.16.0 (#760)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.26.0 (#759)
  • fix(deps): update module github.com/containerd/containerd/v2 to v2.1.1 (#758)

Full Changelog (since v0.21.1)

Compare with previous release