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
chukeibinary instead of tools
absent from distroless images. - The distroless image now creates
/var/lib/chukeiwith 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 | shInstall 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 |