Skip to content

Releases: uniget-org/cli

0.17.3

26 Jul 06:21
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.17.2)

Features (since v0.17.2)

Dependency updates (since v0.17.2)

  • chore(deps): update github/codeql-action action to v3.25.14 (#334)

Full Changelog (since v0.17.2)

Compare with previous release

0.17.2

24 Jul 06:48
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.17.1)

Features (since v0.17.1)

Dependency updates (since v0.17.1)

  • chore(deps): update golang:1.22.5 docker digest to 86a3c48 (#332)
  • chore(deps): update golang:1.22.5 docker digest to 1b70fa8 (#331)
  • chore(deps): update golang:1.22.5 docker digest to 695e255 (#330)
  • chore(deps): update alpine docker tag to v3.20.2 (#329)
  • chore(deps): update github/codeql-action action to v3.25.13 (#328)

Full Changelog (since v0.17.1)

Compare with previous release

0.17.1

17 Jul 19:25
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.17.0)

Features (since v0.17.0)

  • [Feature]: Improve packaging to enable unpacking into /usr, /usr/local or ~/.local (#143)

Dependency updates (since v0.17.0)

Full Changelog (since v0.17.0)

Compare with previous release

0.17.0

16 Jul 15:45
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.16.3)

Features (since v0.16.3)

  • Check required client version in manifest (#322)
  • [Feature]: Add command to display changes between installed and available versions (#187)
  • [Feature]: Add separate fields for links to homepage and repository (#108)
  • Test on different distributions (#36)

Dependency updates (since v0.16.3)

  • fix(deps): update module github.com/regclient/regclient to v0.7.0 (#326)
  • chore(deps): update github/codeql-action action to v3.25.12 (#325)

Full Changelog (since v0.16.3)

Compare with previous release

0.16.3

12 Jul 10:24
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.16.2)

Features (since v0.16.2)

  • [Feature]: SystemD in user context (#175)

Dependency updates (since v0.16.2)

  • chore(deps): update docker/dockerfile docker tag to v1.9.0 (#324)

Full Changelog (since v0.16.2)

Compare with previous release

0.16.2

11 Jul 15:30
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.16.0)

Features (since v0.16.0)

  • [Feature]: Templating in messages (#320)

Dependency updates (since v0.16.0)

Full Changelog (since v0.16.0)

Compare with previous release

0.16.0

11 Jul 12:00
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.15.0)

Features (since v0.15.0)

  • [Feature]: Add file templating to replace many post_install scripts (#318)

Dependency updates (since v0.15.0)

  • chore(deps): update golang:1.22.5 docker digest to 829eff9 (#317)

Full Changelog (since v0.15.0)

Compare with previous release

0.15.0

08 Jul 09:18
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.14.4)

Features (since v0.14.4)

  • [Feature]: Display versions in describe subcommand (#315)
  • [Feature]: Display release notes (#314)

Dependency updates (since v0.14.4)

  • chore(deps): update actions/upload-artifact action to v4.3.4 (#313)
  • fix(deps): update module golang.org/x/sys to v0.22.0 (#312)
  • chore(deps): update golang:1.22.5 docker digest to fcae9e0 (#311)
  • chore(deps): update golang:1.22.5 docker digest to 1a9b9cc (#310)
  • chore(deps): update golang docker tag to v1.22.5 (#308)
  • chore(deps): update dependency go to v1.22.5 (#307)
  • chore(deps): update golang:1.22.4 docker digest to c8736b8 (#306)
  • chore(deps): update golang:1.22.4 docker digest to 3589439 (#305)
  • chore(deps): update github/codeql-action action to v3.25.11 (#304)
  • chore(deps): update golang:1.22.4 docker digest to a66eda6 (#301)
  • chore(deps): update alpine docker tag to v3.20.1 (#300)
  • chore(deps): update docker/dockerfile docker tag to v1.8.1 (#299)
  • chore(deps): update golang:1.22.4 docker digest to c2010b9 (#298)
  • fix(deps): update module github.com/spf13/cobra to v1.8.1 (#297)
  • chore(deps): update golang:1.22.4 docker digest to 4950c1c (#296)
  • chore(deps): update golang:1.22.4 docker digest to a0679ac (#295)
  • chore(deps): update golang:1.22.4 docker digest to a1dc408 (#294)
  • chore(deps): update actions/checkout digest to 692973e (#293)
  • chore(deps): update github/codeql-action action to v3.25.10 (#292)
  • chore(deps): update actions/checkout action to v4.1.7 (#291)
  • chore(deps): update golang:1.22.4 docker digest to 0f76912 (#290)
  • chore(deps): update github/codeql-action action to v3.25.9 (#289)
  • chore(deps): update docker/dockerfile docker tag to v1.8.0 (#288)
  • chore(deps): update golangci/golangci-lint docker tag to v1.59.1 (#286)

Full Changelog (since v0.14.4)

Compare with previous release

0.14.4

05 Jun 07:38
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.14.3)

Features (since v0.14.3)

Dependency updates (since v0.14.3)

  • chore(deps): update golang docker tag to v1.22.4 (#284)
  • fix(deps): update module golang.org/x/sys to v0.21.0 (#283)
  • chore(deps): update dependency go to v1.22.4 (#282)
  • chore(deps): update github/codeql-action action to v3.25.8 (#281)
  • fix(deps): update module github.com/spf13/viper to v1.19.0 (#280)
  • chore(deps): update github/codeql-action action to v3.25.7 (#279)
  • chore(deps): update golangci/golangci-lint docker tag to v1.59.0 (#278)
  • chore(deps): update alpine docker tag to v3.20.0 (#277)
  • chore(deps): update github/codeql-action action to v3.25.6 (#276)
  • chore(deps): update actions/checkout digest to a5ac7e5 (#275)
  • chore(deps): update golangci/golangci-lint docker tag to v1.58.2 (#274)

Full Changelog (since v0.14.3)

Compare with previous release

0.14.3

17 May 10:13
Compare
Choose a tag to compare

Installation

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

Bugfixes (since v0.14.2)

Features (since v0.14.2)

Dependency updates (since v0.14.2)

  • chore(deps): update actions/checkout action to v4.1.6 (#273)
  • chore(deps): update golang:1.22.3 docker digest to f43c6f0 (#272)
  • fix(deps): update module github.com/regclient/regclient to v0.6.1 (#271)
  • chore(deps): update golang:1.22.3 docker digest to ab48cd7 (#270)
  • chore(deps): update github/codeql-action action to v3.25.5 (#269)
  • chore(deps): update ossf/scorecard-action action to v2.3.3 (#268)
  • chore(deps): update actions/checkout digest to 0ad4b8f (#267)
  • chore(deps): update golangci/golangci-lint docker tag to v1.58.1 (#266)
  • chore(deps): update actions/checkout action to v4.1.5 (#265)
  • chore(deps): update actions/checkout digest to 44c2b7a (#264)
  • chore(deps): update github/codeql-action action to v3.25.4 (#263)

Full Changelog (since v0.14.2)

Compare with previous release