Skip to content

Releases: uniget-org/cli

0.24.6

29 Sep 19:47

Choose a tag to compare

Installation

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

Bugfixes (since v0.24.5)

  • fix(bump): Fixed unequal index e2fae0e

Features (since v0.24.5)

Dependency updates (since v0.24.5)

  • chore(deps): update module github.com/mattn/go-runewidth to v0.0.19 (#1017)

Full Changelog (since v0.24.5)

Compare with previous release

0.24.5

29 Sep 14:06
8304201

Choose a tag to compare

Installation

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

Bugfixes (since v0.24.4)

  • fix: Changelog was disabled 3ae2758
  • fix: Fix runtime environment ff9ba40
  • fix: Error handling for parameters d5bc750

Features (since v0.24.4)

  • feat: Removed helpers in favour of devcontainers 57c8f97
  • feat: Added configuration for devcontainer 0d8c922
  • feat(generate): Deps handling and new output 1a4b5bd
  • feat: Create release notes before release 39de176

Dependency updates (since v0.24.4)

  • chore(deps): update module github.com/redis/go-redis/extra/redisotel/v9 to v9.15.1 (#1016)
  • chore(deps): update module github.com/redis/go-redis/extra/rediscmd/v9 to v9.15.1 (#1015)
  • chore(deps): update github/codeql-action digest to 3599b3b (#1014)
  • chore(deps): update docker:28.4.0-dind docker digest to 2ceb471 (#1013)
  • chore(deps): update docker:28.4.0 docker digest to 2ceb471 (#1012)
  • chore(deps): update module github.com/mattn/go-runewidth to v0.0.17 (#1011)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.3 (#1010)
  • chore(deps): update github/codeql-action digest to 303c0ae (#1009)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.80.0 (#1008)
  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.9 (#1007)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.5.0 (#1006)
  • chore(deps): update module github.com/sagikazarmark/locafero to v0.12.0 (#1005)
  • fix(deps): update module github.com/compose-spec/compose-go/v2 to v2.9.0 (#1004)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.2 (#1003)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.72.0 (#1002)
  • chore(deps): update ubuntu:24.04 docker digest to 353675e (#1001)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.33.0 (#1000)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.71.2 (#999)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.1 (#998)
  • chore(deps): update ubuntu:24.04 docker digest to 590e57a (#997)
  • chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 (#996)
  • chore(deps): update golang:1.25.1 docker digest to 8305f5f (#995)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign docker tag to v2.6.0 (#994)
  • chore(deps): update module github.com/prometheus/otlptranslator to v1 (#993)
  • chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.0 (#992)
  • chore(deps): update module go.yaml.in/yaml/v2 to v2.4.3 (#991)
  • fix(deps): update module github.com/muesli/mango-cobra to v1.3.0 (#990)
  • chore(deps): update module github.com/muesli/mango-pflag to v0.2.0 (#989)
  • chore(deps): update module github.com/redis/go-redis/v9 to v9.14.0 (#987)
  • chore(deps): update module github.com/redis/go-redis/extra/redisotel/v9 to v9.14.0 (#986)

Full Changelog (since v0.24.4)

Compare with previous release

0.24.5-rc.1

29 Sep 19:44

Choose a tag to compare

0.24.5-rc.1 Pre-release
Pre-release

Installation

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

Bugfixes (since v0.24.4)

  • fix: Changelog was disabled 3ae2758
  • fix: Fix runtime environment ff9ba40
  • fix: Error handling for parameters d5bc750

Features (since v0.24.4)

  • feat: Create release notes before release 39de176

Dependency updates (since v0.24.4)

  • chore(deps): update module github.com/mattn/go-runewidth to v0.0.19 (#1017)
  • chore(deps): update module github.com/redis/go-redis/extra/redisotel/v9 to v9.15.1 (#1016)
  • chore(deps): update module github.com/redis/go-redis/extra/rediscmd/v9 to v9.15.1 (#1015)
  • chore(deps): update github/codeql-action digest to 3599b3b (#1014)
  • chore(deps): update docker:28.4.0-dind docker digest to 2ceb471 (#1013)
  • chore(deps): update docker:28.4.0 docker digest to 2ceb471 (#1012)
  • chore(deps): update module github.com/mattn/go-runewidth to v0.0.17 (#1011)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.3 (#1010)
  • chore(deps): update github/codeql-action digest to 303c0ae (#1009)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.80.0 (#1008)
  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.9 (#1007)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.5.0 (#1006)
  • chore(deps): update module github.com/sagikazarmark/locafero to v0.12.0 (#1005)
  • fix(deps): update module github.com/compose-spec/compose-go/v2 to v2.9.0 (#1004)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.2 (#1003)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.72.0 (#1002)
  • chore(deps): update ubuntu:24.04 docker digest to 353675e (#1001)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.33.0 (#1000)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.71.2 (#999)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.1 (#998)
  • chore(deps): update ubuntu:24.04 docker digest to 590e57a (#997)
  • chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 (#996)
  • chore(deps): update golang:1.25.1 docker digest to 8305f5f (#995)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign docker tag to v2.6.0 (#994)
  • chore(deps): update module github.com/prometheus/otlptranslator to v1 (#993)
  • chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.0 (#992)
  • chore(deps): update module go.yaml.in/yaml/v2 to v2.4.3 (#991)
  • fix(deps): update module github.com/muesli/mango-cobra to v1.3.0 (#990)
  • chore(deps): update module github.com/muesli/mango-pflag to v0.2.0 (#989)
  • chore(deps): update module github.com/redis/go-redis/v9 to v9.14.0 (#987)

Full Changelog (since v0.24.4)

Compare with previous release

0.24.5-rc.0

29 Sep 19:44
6cdc8a9

Choose a tag to compare

0.24.5-rc.0 Pre-release
Pre-release

Installation

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

Bugfixes (since v0.24.4)

  • fix: Fix runtime environment ff9ba40
  • fix: Error handling for parameters d5bc750

Features (since v0.24.4)

  • feat: Create release notes before release 39de176

Dependency updates (since v0.24.4)

  • chore(deps): update module github.com/mattn/go-runewidth to v0.0.19 (#1017)
  • chore(deps): update module github.com/redis/go-redis/extra/redisotel/v9 to v9.15.1 (#1016)
  • chore(deps): update module github.com/redis/go-redis/extra/rediscmd/v9 to v9.15.1 (#1015)
  • chore(deps): update github/codeql-action digest to 3599b3b (#1014)
  • chore(deps): update docker:28.4.0-dind docker digest to 2ceb471 (#1013)
  • chore(deps): update docker:28.4.0 docker digest to 2ceb471 (#1012)
  • chore(deps): update module github.com/mattn/go-runewidth to v0.0.17 (#1011)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.3 (#1010)
  • chore(deps): update github/codeql-action digest to 303c0ae (#1009)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.80.0 (#1008)
  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.9 (#1007)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.5.0 (#1006)
  • chore(deps): update module github.com/sagikazarmark/locafero to v0.12.0 (#1005)
  • fix(deps): update module github.com/compose-spec/compose-go/v2 to v2.9.0 (#1004)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.2 (#1003)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.72.0 (#1002)
  • chore(deps): update ubuntu:24.04 docker digest to 353675e (#1001)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.33.0 (#1000)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.71.2 (#999)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.1 (#998)
  • chore(deps): update ubuntu:24.04 docker digest to 590e57a (#997)
  • chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.1 (#996)
  • chore(deps): update golang:1.25.1 docker digest to 8305f5f (#995)
  • chore(deps): update ghcr.io/uniget-org/tools/cosign docker tag to v2.6.0 (#994)
  • chore(deps): update module github.com/prometheus/otlptranslator to v1 (#993)
  • chore(deps): update module go.opentelemetry.io/auto/sdk to v1.2.0 (#992)
  • chore(deps): update module go.yaml.in/yaml/v2 to v2.4.3 (#991)
  • fix(deps): update module github.com/muesli/mango-cobra to v1.3.0 (#990)
  • chore(deps): update module github.com/muesli/mango-pflag to v0.2.0 (#989)
  • chore(deps): update module github.com/redis/go-redis/v9 to v9.14.0 (#987)

Full Changelog (since v0.24.4)

Compare with previous release

0.24.4

12 Sep 11:53

Choose a tag to compare

Installation

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

Bugfixes (since v0.24.3)

  • fix: Error handling for parameters d5bc750

Features (since v0.24.3)

  • feat: Added support for versions 8083385

Dependency updates (since v0.24.3)

Full Changelog (since v0.24.3)

Compare with previous release

0.24.3

12 Sep 11:42

Choose a tag to compare

Installation

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

Bugfixes (since v0.24.2)

  • fix: Proper file name e40bd42
  • fix: Correctly hide subcommand 3b977c5

Features (since v0.24.2)

  • feat: Added support for versions 8083385
  • feat(healthcheck): Now a hidden subcommand fdc259f

Dependency updates (since v0.24.2)

  • chore(deps): update github/codeql-action digest to 192325c (#988)
  • chore(deps): update github/codeql-action digest to d3678e2 (#976)

Full Changelog (since v0.24.2)

Compare with previous release

0.24.1

09 Sep 10:41

Choose a tag to compare

Installation

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

Bugfixes (since v0.24.0)

Features (since v0.24.0)

  • feat: Added AGENTS.md 59f1490
  • feat: Exit early if latest version is already installed 7b775ee

Dependency updates (since v0.24.0)

  • chore(deps): update golang:1.25.1 docker digest to 8919d35 (#975)
  • fix(deps): update module github.com/spf13/viper to v1.21.0 (#973)

Full Changelog (since v0.24.0)

Compare with previous release

0.24.0

09 Sep 08:00

Choose a tag to compare

Installation

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

Bugfixes (since v0.23.13)

  • fix: Scorecard must be run for default branch 23c9d12
  • fix: Only update scorecard on release 9823181
  • fix: Working reset for rebase 76c718e
  • fix: Working push for rebase bb15522
  • fix(bump): Load metadata from file like other cmds c98eaf7
  • fix: Syntax error in cut 5aa156b
  • fix: Improved error handling for callbacks 74b891b

Features (since v0.23.13)

  • [Feature]: Install from Reader instead of []byte (#827)
  • feat: Added rebase for branches 934d231
  • feat: Added bump for compose and kubernetes b6cd064
  • feat: Added support for bumping compose files c9e6954
  • feat: Resolved close with callbacks 2fec547
  • feat: Do not waste memory #827 f447c54
  • feat: Cleanup of subcommands 184cef9
  • feat: Added hidden subcommand ref e49e3b3
  • feat: Removed binary dump-dockerfile 05ae7ae
  • feat: Added bump subcommand to update Dockerfiles 7d7b924
  • feat(bump-dockerfile): Added tool to bump image references in Dockerfile fef4765

Dependency updates (since v0.23.13)

  • chore(deps): update golang:1.25.1 docker digest to 0caf875 (#974)
  • fix(deps): update module github.com/spf13/viper to v1.21.0 (#973)
  • chore(deps): update module golang.org/x/crypto to v0.42.0 (#972)
  • chore(deps): update module github.com/spf13/cast to v1.10.0 (#971)
  • chore(deps): update module github.com/sagikazarmark/locafero to v0.11.0 (#969)
  • chore(deps): update module github.com/lucasb-eyer/go-colorful to v1.3.0 (#968)
  • fix(deps): update module github.com/compose-spec/compose-go/v2 to v2.8.2 (#967)
  • chore(deps): update module golang.org/x/text to v0.29.0 (#966)
  • fix(deps): update module golang.org/x/sys to v0.36.0 (#964)
  • chore(deps): update module golang.org/x/sync to v0.17.0 (#963)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.0 (#960)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.68.0 (#959)
  • chore(deps): update docker/dockerfile docker tag to v1.18.0 (#958)
  • chore(deps): update docker docker tag to v28.4.0 (#957)
  • chore(deps): update golang docker tag to v1.25.1 (#956)
  • chore(deps): update dependency go to v1.25.1 (#955)
  • chore(deps): update ubuntu:24.04 docker digest to 9cbed75 (#954)
  • chore(deps): update github/codeql-action digest to f1f6e5f (#953)
  • chore(deps): update docker:28.3.3-dind docker digest to a56b3bd (#952)
  • chore(deps): update docker:28.3.3 docker digest to a56b3bd (#951)
  • chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlptrace to v1.38.0 (#937)
  • chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc to v1.38.0 (#935)
  • chore(deps): update module go.opentelemetry.io/contrib/bridges/prometheus to v0.63.0 (#929)
  • fix(deps): update module github.com/regclient/regclient to v0.9.2 (#928)
  • chore(deps): update regclient/regctl docker tag to v0.9.2 (#927)
  • chore(deps): update module github.com/ulikunitz/xz to v0.5.15 (#926)
  • chore(deps): update module github.com/gookit/color to v1.6.0 (#925)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.32.0 (#924)
  • chore(deps): update golang:1.25.0 docker digest to 5502b0e (#923)
  • fix(deps): update module github.com/regclient/regclient to v0.9.1 (#922)

Full Changelog (since v0.23.13)

Compare with previous release

0.24.0-rc.6

08 Sep 13:55

Choose a tag to compare

0.24.0-rc.6 Pre-release
Pre-release

Installation

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

Bugfixes (since v0.23.12)

  • fix: Only update scorecard on release 9823181
  • fix: Working reset for rebase 76c718e
  • fix: Working push for rebase bb15522
  • fix(bump): Load metadata from file like other cmds c98eaf7
  • fix: Syntax error in cut 5aa156b
  • fix: Improved error handling for callbacks 74b891b

Features (since v0.23.12)

  • [Feature]: Install from Reader instead of []byte (#827)
  • feat: Added rebase for branches 934d231
  • feat: Added bump for compose and kubernetes b6cd064
  • feat: Added support for bumping compose files c9e6954
  • feat: Resolved close with callbacks 2fec547
  • feat: Do not waste memory #827 f447c54
  • feat: Cleanup of subcommands 184cef9
  • feat: Added hidden subcommand ref e49e3b3
  • feat: Removed binary dump-dockerfile 05ae7ae
  • feat: Added bump subcommand to update Dockerfiles 7d7b924
  • feat(bump-dockerfile): Added tool to bump image references in Dockerfile fef4765
  • feat: Tidy go modules after renovate 8c5fbcf
  • feat: Renovate indirect go dependencies 7e22bf7

Dependency updates (since v0.23.12)

  • chore(deps): update module golang.org/x/text to v0.29.0 (#966)
  • fix(deps): update module golang.org/x/sys to v0.36.0 (#964)
  • chore(deps): update module golang.org/x/sync to v0.17.0 (#963)
  • chore(deps): update ghcr.io/uniget-org/tools/goreleaser docker tag to v2.12.0 (#960)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.68.0 (#959)
  • chore(deps): update docker/dockerfile docker tag to v1.18.0 (#958)
  • chore(deps): update docker docker tag to v28.4.0 (#957)
  • chore(deps): update golang docker tag to v1.25.1 (#956)
  • chore(deps): update dependency go to v1.25.1 (#955)
  • chore(deps): update ubuntu:24.04 docker digest to 9cbed75 (#954)
  • chore(deps): update github/codeql-action digest to f1f6e5f (#953)
  • chore(deps): update docker:28.3.3-dind docker digest to a56b3bd (#952)
  • chore(deps): update docker:28.3.3 docker digest to a56b3bd (#951)
  • chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlptrace to v1.38.0 (#937)
  • chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc to v1.38.0 (#935)
  • chore(deps): update module go.opentelemetry.io/contrib/bridges/prometheus to v0.63.0 (#929)
  • fix(deps): update module github.com/regclient/regclient to v0.9.2 (#928)
  • chore(deps): update regclient/regctl docker tag to v0.9.2 (#927)
  • chore(deps): update module github.com/ulikunitz/xz to v0.5.15 (#926)
  • chore(deps): update module github.com/gookit/color to v1.6.0 (#925)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.32.0 (#924)
  • chore(deps): update golang:1.25.0 docker digest to 5502b0e (#923)
  • fix(deps): update module github.com/regclient/regclient to v0.9.1 (#922)
  • chore(deps): update regclient/regctl docker tag to v0.9.1 (#921)
  • chore(deps): update golang:1.25.0 docker digest to 4859242 (#920)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.78.0 (#919)
  • chore(deps): update github/codeql-action digest to 3c3833e (#918)
  • chore(deps): update module github.com/coreos/go-systemd/v22 to v22.6.0 (#917)
  • chore(deps): update module google.golang.org/protobuf to v1.36.8 (#916)
  • chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.2 (#915)

Full Changelog (since v0.23.12)

Compare with previous release

0.24.0-rc.5

06 Sep 20:20

Choose a tag to compare

0.24.0-rc.5 Pre-release
Pre-release

Installation

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

Bugfixes (since v0.23.12)

  • fix(bump): Load metadata from file like other cmds c98eaf7
  • fix: Syntax error in cut 5aa156b
  • fix: Improved error handling for callbacks 74b891b

Features (since v0.23.12)

  • [Feature]: Install from Reader instead of []byte (#827)
  • feat: Resolved close with callbacks 2fec547
  • feat: Do not waste memory #827 f447c54
  • feat: Cleanup of subcommands 184cef9
  • feat: Added hidden subcommand ref e49e3b3
  • feat: Removed binary dump-dockerfile 05ae7ae
  • feat: Added bump subcommand to update Dockerfiles 7d7b924
  • feat(bump-dockerfile): Added tool to bump image references in Dockerfile fef4765
  • feat: Tidy go modules after renovate 8c5fbcf
  • feat: Renovate indirect go dependencies 7e22bf7

Dependency updates (since v0.23.12)

  • chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlptrace to v1.38.0 (#937)
  • chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc to v1.38.0 (#935)
  • chore(deps): update module go.opentelemetry.io/contrib/bridges/prometheus to v0.63.0 (#929)
  • fix(deps): update module github.com/regclient/regclient to v0.9.2 (#928)
  • chore(deps): update regclient/regctl docker tag to v0.9.2 (#927)
  • chore(deps): update module github.com/ulikunitz/xz to v0.5.15 (#926)
  • chore(deps): update module github.com/gookit/color to v1.6.0 (#925)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.32.0 (#924)
  • chore(deps): update golang:1.25.0 docker digest to 5502b0e (#923)
  • fix(deps): update module github.com/regclient/regclient to v0.9.1 (#922)
  • chore(deps): update regclient/regctl docker tag to v0.9.1 (#921)
  • chore(deps): update golang:1.25.0 docker digest to 4859242 (#920)
  • chore(deps): update ghcr.io/uniget-org/tools/gh docker tag to v2.78.0 (#919)
  • chore(deps): update github/codeql-action digest to 3c3833e (#918)
  • chore(deps): update module github.com/coreos/go-systemd/v22 to v22.6.0 (#917)
  • chore(deps): update module google.golang.org/protobuf to v1.36.8 (#916)
  • chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.27.2 (#915)
  • chore(deps): update module github.com/ulikunitz/xz to v0.5.13 (#914)
  • chore(deps): update module google.golang.org/grpc to v1.75.0 (#913)
  • chore(deps): update module gotest.tools/v3 to v3.5.2 (#911)
  • chore(deps): update module github.com/moby/term to v0.5.2 (#909)
  • chore(deps): update golang:1.25.0 docker digest to 91e2cd4 (#908)
  • chore(deps): update github/codeql-action digest to 96f518a (#907)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.67.0 (#906)
  • chore(deps): update ghcr.io/uniget-org/tools/gosec docker tag to v2.22.8 (#905)
  • chore(deps): update golang docker tag to v1.25.0 (#904)
  • chore(deps): update ghcr.io/uniget-org/tools/golangci-lint docker tag to v2.4.0 (#903)
  • chore(deps): update ghcr.io/uniget-org/tools/syft docker tag to v1.31.0 (#902)
  • chore(deps): update ghcr.io/uniget-org/tools/glab docker tag to v1.66.0 (#901)
  • chore(deps): update golang:1.24.6 docker digest to e155b51 (#900)

Full Changelog (since v0.23.12)

Compare with previous release