Skip to content

0.24.0

Choose a tag to compare

@uniget-bot uniget-bot released this 09 Sep 08:00
· 587 commits to main since this 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.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