Skip to content

0.14.4

Choose a tag to compare

@uniget-bot uniget-bot released this 05 Jun 07:38
· 1556 commits to main since this release

Installation

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

Bugfixes (since v0.14.3)

Features (since v0.14.3)

Dependency updates (since v0.14.3)

  • chore(deps): update golang docker tag to v1.22.4 (#284)
  • fix(deps): update module golang.org/x/sys to v0.21.0 (#283)
  • chore(deps): update dependency go to v1.22.4 (#282)
  • chore(deps): update github/codeql-action action to v3.25.8 (#281)
  • fix(deps): update module github.com/spf13/viper to v1.19.0 (#280)
  • chore(deps): update github/codeql-action action to v3.25.7 (#279)
  • chore(deps): update golangci/golangci-lint docker tag to v1.59.0 (#278)
  • chore(deps): update alpine docker tag to v3.20.0 (#277)
  • chore(deps): update github/codeql-action action to v3.25.6 (#276)
  • chore(deps): update actions/checkout digest to a5ac7e5 (#275)
  • chore(deps): update golangci/golangci-lint docker tag to v1.58.2 (#274)

Full Changelog (since v0.14.3)

Compare with previous release