Skip to content

0.18.2

Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 30 Nov 22:32
· 167 commits to main since this release

Installation

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

Bugfixes (since v0.18.1)

Features (since v0.18.1)

Dependency updates (since v0.18.1)

  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.63.0 (#482)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.3 (#481)
  • fix(deps): update module github.com/pterm/pterm to v0.12.80 (#480)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign:2.4.1 docker digest to e6fe82b (#479)
  • chore(deps): update docker/dockerfile docker tag to v1.12.0 (#478)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.62.2 (#477)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.4.8 (#476)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.17.0 (#475)
  • fix(deps): update module github.com/containerd/containerd to v1.7.24 (#474)
  • chore(deps): update github/codeql-action digest to f09c1c0 (#473)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.2 (#472)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.4.7 (#471)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.4.6 (#470)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign:2.4.1 docker digest to 3dfab5e (#469)
  • chore(deps): update ubuntu:24.04 docker digest to 278628f (#468)
  • chore(deps): update golang:1.23.3 docker digest to 73f06be (#467)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.62.0 (#466)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.4.5 (#465)
  • chore(deps): update github/codeql-action digest to ea9e4e3 (#464)
  • chore(deps): update golang:1.23.3 docker digest to c2d828f (#463)
  • chore(deps): update golang:1.23.3 docker digest to 2660218 (#462)
  • chore(deps): update golang:1.23.3 docker digest to b2ca381 (#461)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign:2.4.1 docker digest to f5308c3 (#460)
  • chore(deps): update github/codeql-action digest to 396bb3e (#459)
  • chore(deps): update github/codeql-action digest to 9278e42 (#458)
  • chore(deps): update golang:1.23.3 docker digest to 8956c08 (#457)
  • chore(deps): update alpine:3.20.3 docker digest to 1e42bbe (#456)

Full Changelog (since v0.18.1)

Compare with previous release