8000 Releases · uniget-org/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: uniget-org/cli

0.21.1

20 May 11:54
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.21.0)

  • fix: Do not use existing credentials for container registries 17944cb

Features (since v0.21.0)

Dependency updates (since v0.21.0)

  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.73.0 (#756)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.25.1 (#755)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.25.0 (#754)
  • chore(deps): update github/codeql-action digest to ff0a06e (#753)

Full Changelog (since v0.21.0)

Compare with previous release

0.21.0

15 May 08:22
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.20.1)

Features (since v0.20.1)

  • feat: Support different output formats f72e6dc

Dependency updates (since v0.20.1)

  • chore(deps): update golang:1.24.3 docker digest to 86b4cff (#752)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.24.0 (#751)
  • chore(deps): update ghcr.io/uniget-org/tools/gosec:2.22.4 docker digest to 83e59be (#750)

Full Changelog (since v0.20.1)

Compare with previous release

0.20.1

09 May 05:47
98a3d88
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.20.0)

  • fix: Error handling for hidden flag b7853e5

Features (since v0.20.0)

  • feat: Added hidden option to test different metadata image tags 869ca34

Dependency updates (since v0.20.0)

  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.4 (#749)
  • fix(deps): update module github.com/containerd/containerd/v2 to v2.1.0 (#748)

Full Changelog (since v0.20.0)

Compare with previous release

0.20.0

07 May 09:28
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.11)

0.19.11

05 May 06:54
Compare
Choose a tag to compare
v0.19.11

0.19.11

0.19.10

28 Apr 07:48
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.9)

Features (since v0.19.9)

Dependency updates (since v0.19.9)

  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.23.1 (#735)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.23.0 (#734)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.1.5 (#733)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.71.2 (#732)

Full Changelog (since v0.19.9)

Compare with previous release

0.19.9

25 Apr 05:13
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.8)

Features (since v0.19.8)

Dependency updates (since v0.19.8)

  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.71.1 (#731)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.71.0 (#730)
  • fix(deps): update module github.com/regclient/regclient to v0.8.3 (#729)
  • chore(deps): update github/codeql-action digest to 28deaed (#728)
  • fix(deps): update module github.com/docker/docker to v28.1.1+incompatible (#727)
  • chore(deps): update golang:1.24.2 docker digest to d9db321 (#726)
  • fix(deps): update module github.com/containerd/containerd/v2 to v2.0.5 (#725)
  • fix(deps): update module github.com/docker/docker to v28.1.0+incompatible (#724)
  • fix(deps): update module github.com/charmbracelet/glamour to v0.10.0 (#723)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.70.0 (#722)
  • chore(deps): update docker/dockerfile docker tag to v1.15.0 (#721)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.1.2 (#720)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.1.1 (#719)
  • chore(deps): update golang:1.24.2 docker digest to 1ecc479 (#718)

Full Changelog (since v0.19.8)

Compare with previous release

0.19.8

10 Apr 06:12
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.7)

Features (since v0.19.7)

Dependency updates (since v0.19.7)

  • chore(deps): update golang:1.24.2 docker digest to 18a1f2d (#717)
  • chore(deps): update ubuntu:24.04 docker digest to 1e622c5 (#716)
  • chore(deps): update golang:1.24.2 docker digest to 1ecc479 (#715)
  • chore(deps): update golang:1.24.2 docker digest to fb224f9 (#714)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign docker tag to v2.5.0 (#713)
  • chore(deps): update github/codeql-action digest to 45775bd (#712)
  • chore(deps): update github/codeql-action digest to fc7e4a0 (#711)
  • fix(deps): update module golang.org/x/sys to v0.32.0 (#710)

Full Changelog (since v0.19.7)

Compare with previous release

0.19.7

04 Apr 19:14
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.6)

Features (since v0.19.6)

  • [Feature]: Improve inspect to show file mode (#709)

Dependency updates (since v0.19.6)

  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.3 (#708)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.22.0 (#707)
  • fix(deps): update module github.com/distribution/distribution/v3 to v3.0.0 (#706)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.8.2 (#705)
  • chore(deps): update golang docker tag to v1.24.2 (#704)
  • chore(deps): update dependency go to v1.24.2 (#703)

Full Changelog (since v0.19.6)

Compare with previous release

0.19.6

31 Mar 17:04
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.19.5)

  • [Bug]: Path rewrite produces to many lines of debug output (#702)
  • [Bug]: Install from wrong image when PR build successfully but is not merged yet (#701)
  • [Bug]: Uninstall does not work correctly (#700)

Features (since v0.19.5)

Dependency updates (since v0.19.5)

Full Changelog (since v0.19.5)

Compare with previous release

0