Skip to content

0.11.0

Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 21 Dec 14:02
· 698 commits to main since this release

Installation

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

Bugfixes (since v0.10.4)

  • [Bug]: File list in manifest is trusted blindly (#147)

Features (since v0.10.4)

  • [Feature]: Support environment variables for flags (#133)
  • Add cheats (#22)
  • Make target directory configurable (#20)

Dependency updates (since v0.10.4)

  • chore(deps): update golang:1.21.5 docker digest to 672a228 (#146)
  • chore(deps): update golang:1.21.5 docker digest to 1a9d253 (#145)
  • chore(deps): update golang:1.21.5 docker digest to b172263 (#144)
  • fix(deps): update module github.com/spf13/viper to v1.18.2 (#141)
  • fix(deps): update module github.com/pterm/pterm to v0.12.72 (#138)
  • chore(deps): update actions/upload-artifact action to v4 (#134)
  • chore(deps): update github/codeql-action action to v3 (#132)
  • chore(deps): update golang:1.21.5 docker digest to 2ff79bc (#129)
  • chore(deps): update github/codeql-action action to v2.22.10 (#128)

Full Changelog (since v0.10.4)

Compare with previous release