Skip to content

0.24.0-rc.4

Pre-release
Pre-release

Choose a tag to compare

@uniget-bot uniget-bot released this 30 Aug 20:14
· 621 commits to main since this release

Installation

curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.24.0-rc.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.0-rc.4/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.24.0-rc.4/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.24.0-rc.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.0-rc.4' \
    --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 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)
  • chore(deps): update dependency go to v1.25.0 (#899)
  • chore(deps): update ubuntu:24.04 docker digest to 7c06e91 (#898)
  • chore(deps): update golang:1.24.6 docker digest to 0348485 (#897)
  • chore(deps): update github/codeql-action digest to df55935 (#896)
  • chore(deps): update actions/checkout action to v5 (#895)
  • chore(deps): update actions/checkout digest to 08eba0b (#894)

Full Changelog (since v0.23.12)

Compare with previous release