Skip to content

Releases: uniget-org/cli

0.19.3

10 Mar 09:15
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.2)

Features (since v0.19.2)

Dependency updates (since v0.19.2)

  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to ef7de14 (#672)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to f790db6 (#671)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to a57d36f (#670)
  • chore(deps): update github/codeql-action digest to 6bb031a (#669)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to a848b1e (#668)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 0136a7d (#667)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.68.1 (#666)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to fc40b96 (#665)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.68.0 (#664)
  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.2 (#663)
  • fix(deps): update module golang.org/x/sys to v0.31.0 (#662)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 014b0c6 (#661)
  • chore(deps): update golang docker tag to v1.24.1 (#660)
  • chore(deps): update dependency go to v1.24.1 (#659)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 7940e41 (#658)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 96d40f1 (#657)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.64.6 (#656)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 29c9d49 (#655)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.7 (#654)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 2ecdbec (#653)
  • fix(deps): update module github.com/containerd/containerd/v2 to v2.0.3 (#652)
  • chore(deps): update docker/setup-qemu-action digest to 2910929 (#651)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to d57d370 (#650)
  • chore(deps): update golang:1.24.0 docker digest to 3f74443 (#649)

Full Changelog (since v0.19.2)

Compare with previous release

0.19.2

27 Feb 07:45
c57baef
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.1)

Features (since v0.19.1)

Dependency updates (since v0.19.1)

  • fix(deps): update module github.com/docker/docker to v28.0.1+incompatible (#648)
  • chore(deps): update docker/setup-qemu-action digest to 5964de0 (#647)
  • chore(deps): update docker/setup-buildx-action digest to b5ca514 (#646)
  • fix(deps): update module github.com/containerd/containerd to v1.7.25 (#643)
  • chore(deps): update golang:1.24.0 docker digest to cd0c949 (#642)
  • chore(deps): update golang:1.24.0 docker digest to 58cf31c (#641)
  • fix(deps): update module github.com/containerd/containerd to v2 (#634)

Full Changelog (since v0.19.1)

Compare with previous release

0.19.1

25 Feb 08:02
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.0)

Features (since v0.19.0)

Dependency updates (since v0.19.0)

  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.20.0 (#640)
  • chore(deps): update actions/upload-artifact digest to 4cec3d8 (#639)
  • chore(deps): update github/codeql-action digest to b56ba49 (#638)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign docker tag to v2.4.3 (#636)
  • chore(deps): update docker/dockerfile docker tag to v1.14.0 (#635)

Full Changelog (since v0.19.0)

Compare with previous release

0.19.0

17 Feb 09:43
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.18.10)

Features (since v0.18.10)

Dependency updates (since v0.18.10)

  • fix(deps): update module github.com/containerd/containerd to v2 (#632)
  • fix(deps): update module github.com/containerd/containerd to v1.7.25 (#631)
  • fix(deps): update module github.com/spf13/cobra to v1.9.1 (#630)
  • chore(deps): update alpine docker tag to v3.21.3 (#629)
  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.1 (#628)
  • chore(deps): update golang:1.23.6 docker digest to 77a21b3 (#627)
  • chore(deps): update golang docker tag to v1.24.0 (#626)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.64.5 (#625)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.67.0 (#624)
  • fix(deps): update module github.com/regclient/regclient to v0.8.2 (#623)
  • fix(deps): update module github.com/distribution/distribution/v3 to v3.0.0-rc.3 (#621)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.7.0 (#620)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.6 (#619)
  • chore(deps): update github/codeql-action digest to 9e8d078 (#618)
  • chore(deps): update docker/setup-qemu-action digest to 4574d27 (#617)
  • chore(deps): update docker/setup-buildx-action digest to f7ce87c (#616)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 99f520e (#615)
  • chore(deps): update golang docker tag to v1.23.6 (#614)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign docker tag to v2.4.2 (#613)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to f183838 (#612)
  • fix(deps): update module github.com/containerd/containerd to v2 (#504)

Full Changelog (since v0.18.10)

Compare with previous release

0.18.10

05 Feb 10:13
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.18.9)

Features (since v0.18.9)

Dependency updates (since v0.18.9)

  • fix(deps): update module golang.org/x/sys to v0.30.0 (#611)
  • chore(deps): update dependency go to v1.23.6 (#610)
  • chore(deps): update golang:1.23.5 docker digest to e213430 (#609)
  • chore(deps): update ubuntu:24.04 docker digest to 7229784 (#608)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 1971b1d (#607)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 7fef148 (#606)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 3b723b4 (#605)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.66.1 (#604)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 0b6c5ec (#603)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 0a0d7ed (#602)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.66.0 (#601)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 1366661 (#600)
  • fix(deps): update module github.com/spf13/pflag to v1.0.6 (#599)
  • chore(deps): update github/codeql-action digest to dd74661 (#598)
  • chore(deps): update github/codeql-action digest to 6e54559 (#597)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 1b4bbef (#596)

Full Changelog (since v0.18.9)

Compare with previous release

0.18.9

29 Jan 08:16
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.18.8)

Features (since v0.18.8)

Dependency updates (since v0.18.8)

  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 83deec7 (#595)
  • chore(deps): update github/codeql-action digest to 17a820b (#594)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 5249675 (#593)
  • chore(deps): update github/codeql-action digest to f6091c0 (#592)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to efa9184 (#591)
  • chore(deps): update github/codeql-action digest to ee117c9 (#590)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 6735513 (#589)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.19.0 (#588)
  • chore(deps): update github/codeql-action digest to dd196fa (#587)
  • fix(deps): update module github.com/docker/docker to v27.5.1+incompatible (#586)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.6.1 (#585)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 0ccf18c (#584)
  • chore(deps): update golang:1.23.5 docker digest to 8c10f21 (#583)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.6.0 (#582)
  • chore(deps): update github/codeql-action digest to d68b2d4 (#581)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 0691919 (#580)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 016a1a6 (#579)
  • chore(deps): update docker/dockerfile docker tag to v1.13.0 (#578)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to b485d44 (#577)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 46f6c27 (#576)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 7cd7cc5 (#575)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 2003743 (#574)
  • chore(deps): update golang docker tag to v1.23.5 (#573)
  • chore(deps): update dependency go to v1.23.5 (#572)

Full Changelog (since v0.18.8)

Compare with previous release

0.18.8

16 Jan 13:01
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.18.7)

Features (since v0.18.7)

Dependency updates (since v0.18.7)

  • chore(deps): update golang:1.23.4 docker digest to 9820aca (#571)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 752dfbd (#570)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 9a38a81 (#569)
  • fix(deps): update module github.com/docker/docker to v27.5.0+incompatible (#568)
  • fix(deps): update module github.com/containerd/platforms to v1.0.0-rc.1 (#567)
  • chore(deps): update golang:1.23.4 docker digest to 585103a (#566)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 2c8e55b (#565)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 08de6e0 (#564)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to a9d3b4a (#563)
  • chore(deps): update github/codeql-action digest to b6a472f (#562)
  • chore(deps): update actions/upload-artifact digest to 65c4c4a (#561)
  • fix(deps): update module github.com/containerd/containerd to v1.7.25 (#560)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 66f3d67 (#559)
  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.0 (#558)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to b708601 (#557)
  • chore(deps): update alpine docker tag to v3.21.2 (#556)
  • chore(deps): update docker/setup-qemu-action digest to 53851d1 (#555)

Full Changelog (since v0.18.7)

Compare with previous release

0.18.7

08 Jan 08:57
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.18.6)

Features (since v0.18.6)

Dependency updates (since v0.18.6)

  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.65.0 (#554)
  • chore(deps): update alpine docker tag to v3.21.1 (#553)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 2aac68e (#552)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 8e04807 (#551)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 0b37919 (#550)
  • fix(deps): update module golang.org/x/sys to v0.29.0 (#549)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to bd5f50c (#548)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.63.4 (#547)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 143f5a4 (#546)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.63.3 (#545)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.5.1 (#544)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.63.2 (#543)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 8625132 (#542)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.63.1 (#541)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v1.63.0 (#540)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 10df7ef (#539)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to feec56c (#538)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to ebceeef (#537)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to d6b3168 (#536)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to d1ceac7 (#535)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to c7abfc5 (#534)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 939987f (#533)
  • chore(deps): update golang:1.23.4 docker digest to 7ea4c9d (#532)
  • chore(deps): update golang:1.23.4 docker digest to b01f7c7 (#531)
  • chore(deps): update golang:1.23.4 docker digest to f06d2bb (#530)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 3a853a0 (#529)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to c1037e6 (#528)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 11e59a7 (#527)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 24ada24 (#526)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 9bc6225 (#525)

Full Changelog (since v0.18.6)

Compare with previous release

0.18.6

20 Dec 12:04
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.18.5)

  • [Bug]: Rollback after failed installation (#522)

Features (since v0.18.5)

Dependency updates (since v0.18.5)

  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 1f6be7f (#521)

Full Changelog (since v0.18.5)

Compare with previous release

0.18.5

19 Dec 21:56
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.18.4)

Features (since v0.18.4)

Dependency updates (since v0.18.4)

  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 444c11b (#520)
  • fix(deps): update module github.com/distribution/distribution/v3 to v3.0.0-rc.2 (#519)
  • fix(deps): update module github.com/docker/docker to v27.4.1+incompatible (#518)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to 926f902 (#517)
  • chore(deps): update actions/upload-artifact digest to 6f51ac0 (#516)
  • chore(deps): update docker/dockerfile docker tag to v1.12.1 (#515)
  • chore(deps): update ghcr.io/uniget-org/images/systemd:ubuntu24.04 docker digest to fce5b83 (#514)

Full Changelog (since v0.18.4)

Compare with previous release