Skip to content

0.19.4

Choose a tag to compare

@uniget-bot uniget-bot released this 19 Mar 11:41
· 967 commits to main since this release

Installation

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

Bugfixes (since v0.19.3)

Features (since v0.19.3)

Dependency updates (since v0.19.3)

  • chore(deps): update ghcr.io/uniget-org/tools/syft:1.21.0 docker digest to 910456a (#688)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.21.0 (#687)
  • fix(deps): update module github.com/charmbracelet/glamour to v0.9.1 (#686)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.64.8 (#685)
  • chore(deps): update golang:1.24.1 docker digest to af0bb30 (#684)
  • fix(deps): update module github.com/containerd/containerd/v2 to v2.0.4 (#683)
  • fix(deps): update module github.com/spf13/viper to v1.20.0 (#682)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.8.1 (#681)
  • chore(deps): update docker/login-action digest to 74a5d14 (#680)
  • chore(deps): update golang:1.24.1 docker digest to fa145a3 (#679)
  • fix(deps): update module github.com/charmbracelet/glamour to v0.9.0 (#678)
  • fix(deps): update module github.com/charmbracelet/glamour to v0.8.1 (#677)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.8.0 (#676)
  • chore(deps): update golang:1.24.1 docker digest to 8678013 (#675)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.64.7 (#674)

Full Changelog (since v0.19.3)

Compare with previous release