Skip to content

Releases: uniget-org/cli

0.14.0

25 Apr 21:15
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.13.2)

  • Fixed handling of --log-level / UNIGET_LOG_LEVEL to that the configured value is used during runtime

Features (since v0.13.2)

  • Added --auto-update / UNIGET_AUTO_UPDATE to automatically update metadata when needed

Dependency updates (since v0.13.2)

  • chore(deps): update docker/dockerfile docker tag to v1.7.1 (#256)
  • chore(deps): update actions/checkout digest to 0ad4b8f (#255)
  • chore(deps): update actions/checkout action to v4.1.4 (#254)
  • chore(deps): update golang:1.22.2 docker digest to d5302d4 (#253)
  • chore(deps): update github/codeql-action action to v3.25.2 (#252)
  • chore(deps): update actions/upload-artifact action to v4.3.3 (#251)
  • chore(deps): update actions/checkout action to v4.1.3 (#250)
  • chore(deps): update actions/checkout digest to 1d96c77 (#249)

Full Changelog (since v0.13.2)

Compare with previous release

0.13.2

22 Apr 13:27
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.13.1)

Features (since v0.13.1)

Dependency updates (since v0.13.1)

  • chore(deps): update dependency go to v1.22.2 (#248)
  • chore(deps): update dependency go to v1.21.9 (#247)
  • chore(deps): update actions/upload-artifact action to v4.3.2 (#246)
  • chore(deps): update github/codeql-action action to v3.25.1 (#245)
  • chore(deps): update github/codeql-action action to v3.25.0 (#244)
  • chore(deps): update golang:1.22.2 docker digest to 450e382 (#243)
  • chore(deps): update golang:1.22.2 docker digest to b994e2c (#242)
  • chore(deps): update golang:1.22.2 docker digest to 3cb9b4d (#241)

Full Changelog (since v0.13.1)

Compare with previous release

0.13.1

09 Apr 21:02
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.13.0)

Features (since v0.13.0)

Dependency updates (since v0.13.0)

  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.8 (#240)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.7 (#239)
  • chore(deps): update github/codeql-action action to v3.24.10 (#238)
  • fix(deps): update module golang.org/x/sys to v0.19.0 (#237)
  • chore(deps): update golang docker tag to v1.22.2 (#236)
  • chore(deps): update golangci/golangci-lint docker tag to v1.57.2 (#235)

Full Changelog (since v0.13.0)

Compare with previous release

0.13.0

25 Mar 12:37
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.12.15)

  • [Bug]: Timeout on slow connections (#229)

Features (since v0.12.15)

Dependency updates (since v0.12.15)

  • fix(deps): update module github.com/regclient/regclient to v0.6.0 (#234)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.6 (#233)
  • chore(deps): update github/codeql-action action to v3.24.9 (#232)
  • chore(deps): update golangci/golangci-lint docker tag to v1.57.1 (#231)
  • chore(deps): update golangci/golangci-lint docker tag to v1.57.0 (#230)
  • chore(deps): update github/codeql-action action to v3.24.8 (#228)
  • fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.5.5 (#227)
  • chore(deps): update golang:1.22.1 docker digest to 0b55ab8 (#226)
  • chore(deps): update github/codeql-action action to v3.24.7 (#225)
  • chore(deps): update golang:1.22.1 docker digest to af65374 (#224)

Full Changelog (since v0.12.15)

Compare with previous release

0.12.15

07 Mar 12:10
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.12.14)

Features (since v0.12.14)

Dependency updates (since v0.12.14)

Full Changelog (since v0.12.14)

Compare with previous release

0.12.14

06 Mar 19:41
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.12.13)

  • [Bug]: Generate must add runtime dependencies (#216)

Features (since v0.12.13)

  • Add staticcheck (#88)

Dependency updates (since v0.12.13)

Full Changelog (since v0.12.13)

Compare with previous release

0.12.13

06 Mar 00:01
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.12.12)

Features (since v0.12.12)

Dependency updates (since v0.12.12)

  • chore(deps): update docker/dockerfile docker tag to v1.7.0 - autoclosed (#221)
  • chore(deps): update golang docker tag to v1.22.1 (#220)

Full Changelog (since v0.12.12)

Compare with previous release

0.12.12

05 Mar 23:43
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.12.11)

Features (since v0.12.11)

Dependency updates (since v0.12.11)

Full Changelog (since v0.12.11)

Compare with previous release

0.12.11

05 Mar 20:46
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.12.10)

Features (since v0.12.10)

  • [Feature]: Refactor healthcheck subcommand to use code from version subcommand (#217)

Dependency updates (since v0.12.10)

  • fix(deps): update module golang.org/x/sys to v0.18.0 (#219)
  • chore(deps): update github/codeql-action action to v3.24.6 (#218)

Full Changelog (since v0.12.10)

Compare with previous release

0.12.10

28 Feb 09:26
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.12.9)

Features (since v0.12.9)

Dependency updates (since v0.12.9)

Full Changelog (since v0.12.9)

Compare with previous release