Skip to content

0.15.0

Choose a tag to compare

@uniget-bot uniget-bot released this 08 Jul 09:18
· 1494 commits to main since this release

Installation

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

Bugfixes (since v0.14.4)

Features (since v0.14.4)

  • [Feature]: Display versions in describe subcommand (#315)
  • [Feature]: Display release notes (#314)

Dependency updates (since v0.14.4)

  • chore(deps): update actions/upload-artifact action to v4.3.4 (#313)
  • fix(deps): update module golang.org/x/sys to v0.22.0 (#312)
  • chore(deps): update golang:1.22.5 docker digest to fcae9e0 (#311)
  • chore(deps): update golang:1.22.5 docker digest to 1a9b9cc (#310)
  • chore(deps): update golang docker tag to v1.22.5 (#308)
  • chore(deps): update dependency go to v1.22.5 (#307)
  • chore(deps): update golang:1.22.4 docker digest to c8736b8 (#306)
  • chore(deps): update golang:1.22.4 docker digest to 3589439 (#305)
  • chore(deps): update github/codeql-action action to v3.25.11 (#304)
  • chore(deps): update golang:1.22.4 docker digest to a66eda6 (#301)
  • chore(deps): update alpine docker tag to v3.20.1 (#300)
  • chore(deps): update docker/dockerfile docker tag to v1.8.1 (#299)
  • chore(deps): update golang:1.22.4 docker digest to c2010b9 (#298)
  • fix(deps): update module github.com/spf13/cobra to v1.8.1 (#297)
  • chore(deps): update golang:1.22.4 docker digest to 4950c1c (#296)
  • chore(deps): update golang:1.22.4 docker digest to a0679ac (#295)
  • chore(deps): update golang:1.22.4 docker digest to a1dc408 (#294)
  • chore(deps): update actions/checkout digest to 692973e (#293)
  • chore(deps): update github/codeql-action action to v3.25.10 (#292)
  • chore(deps): update actions/checkout action to v4.1.7 (#291)
  • chore(deps): update golang:1.22.4 docker digest to 0f76912 (#290)
  • chore(deps): update github/codeql-action action to v3.25.9 (#289)
  • chore(deps): update docker/dockerfile docker tag to v1.8.0 (#288)
  • chore(deps): update golangci/golangci-lint docker tag to v1.59.1 (#286)

Full Changelog (since v0.14.4)

Compare with previous release