Skip to content

Releases: osodevops/chukei

0.2.2 - 2026-06-15

16 Jun 21:27

Choose a tag to compare

What's Changed

Other

  • chore: align launch release channels
  • chore: clean launch release publishing paths
  • ci: tolerate clean launch root history

Full Changelog: 00adc9f...v0.2.2


Release Notes

Added

  • chukei healthcheck, a small HTTP probe for distroless container health
    checks.

Fixed

  • Docker Compose health checks now use the chukei binary instead of tools
    absent from distroless images.
  • The distroless image now creates /var/lib/chukei with non-root ownership,
    and the Kubernetes manifest sets pod security context so the savings ledger
    and cache can write to the mounted data volume.
  • README CLI examples now use chukei plugins list.

Install chukei-cli 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/osodevops/chukei/releases/download/v0.2.2/chukei-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/osodevops/chukei/releases/download/v0.2.2/chukei-cli-installer.ps1 | iex"

Download chukei-cli 0.2.2

File Platform Checksum
chukei-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
chukei-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
chukei-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
chukei-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum