Skip to content

0.18.1

Compare
Choose a tag to compare
@uniget-bot uniget-bot released this 11 Nov 09:29
· 179 commits to main since this release

Installation

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

Bugfixes (since v0.17.16)

  • [Bug]: Error: cannot get user crontab when creating a cronjob (#438)

Features (since v0.17.16)

  • [Feature]: Record installed files (#364)
  • Add download cache (#360)
  • Path Rewriting Part 2 (#316)

Dependency updates (since v0.17.16)

  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.62.0 (#455)
  • chore(deps): update github/codeql-action digest to 4f3212b (#454)
  • chore(deps): update docker/dockerfile docker tag to v1.11.1 (#453)
  • fix(deps): update module golang.org/x/sys to v0.27.0 (#452)
  • fix(deps): update module github.com/distribution/distribution/v3 to v3.0.0-rc.1 (#451)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.61.0 (#450)
  • chore(deps): update golang docker tag to v1.23.3 (#449)
  • chore(deps): update dependency go to v1.23.3 (#448)
  • fix(deps): update module github.com/containerd/containerd to v2 (#446)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.4.4 (#445)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.16.0 (#444)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.4.3 (#443)
  • fix(deps): update module github.com/regclient/regclient to v0.7.2 (#442)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.4.2 (#441)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.4.1 (#440)
  • chore(deps): update docker/dockerfile docker tag to v1.11.0 (#439)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.15.0 (#437)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign:2.4.1 docker digest to ad31fdd (#436)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.60.1 (#435)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.60.0 (#434)
  • chore(deps): update actions/checkout digest to 11bd719 (#433)
  • chore(deps): update github/codeql-action digest to 6624720 (#432)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.14.2 (#431)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.1 (#430)
  • chore(deps): update ubuntu:24.04 docker digest to 99c3519 (#429)
  • chore(deps): update golang:1.23.2 docker digest to ad5c126 (#428)
  • chore(deps): update golang:1.23.2 docker digest to cc637ce (#427)
  • chore(deps): update golang:1.23.2 docker digest to a7ff403 (#426)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.59.0 (#425)
  • chore(deps): update ubuntu:24.04 docker digest to d4f6f70 (#423)

Full Changelog (since v0.17.16)

Compare with previous release