| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.ps1 | 2026-06-29 | 7.6 kB | |
| install.ps1.sha256 | 2026-06-29 | 78 Bytes | |
| install.sh | 2026-06-29 | 11.6 kB | |
| install.sh.sha256 | 2026-06-29 | 77 Bytes | |
| kdash-windows.sha256 | 2026-06-29 | 65 Bytes | |
| kdash-windows.tar.gz | 2026-06-29 | 5.7 MB | |
| kdash-windows-aarch64.sha256 | 2026-06-29 | 65 Bytes | |
| kdash-windows-aarch64.tar.gz | 2026-06-29 | 5.3 MB | |
| kdash-aarch64-gnu.sha256 | 2026-06-29 | 91 Bytes | |
| kdash-aarch64-gnu.tar.gz | 2026-06-29 | 5.4 MB | |
| kdash-aarch64-musl.sha256 | 2026-06-29 | 92 Bytes | |
| kdash-aarch64-musl.tar.gz | 2026-06-29 | 5.4 MB | |
| kdash-armv6-musl.sha256 | 2026-06-29 | 90 Bytes | |
| kdash-armv6-musl.tar.gz | 2026-06-29 | 5.4 MB | |
| kdash-armv7-musl.sha256 | 2026-06-29 | 90 Bytes | |
| kdash-armv7-musl.tar.gz | 2026-06-29 | 5.3 MB | |
| kdash-armv7-gnu.sha256 | 2026-06-29 | 89 Bytes | |
| kdash-armv7-gnu.tar.gz | 2026-06-29 | 5.2 MB | |
| kdash-linux-musl.tar.gz | 2026-06-29 | 5.8 MB | |
| kdash-linux-musl.sha256 | 2026-06-29 | 90 Bytes | |
| kdash-armv6-gnu.sha256 | 2026-06-29 | 89 Bytes | |
| kdash-armv6-gnu.tar.gz | 2026-06-29 | 5.2 MB | |
| kdash-linux.sha256 | 2026-06-29 | 85 Bytes | |
| kdash-linux.tar.gz | 2026-06-29 | 5.8 MB | |
| kdash-macos.sha256 | 2026-06-29 | 85 Bytes | |
| kdash-macos.tar.gz | 2026-06-29 | 5.4 MB | |
| kdash-macos-arm64.sha256 | 2026-06-29 | 91 Bytes | |
| kdash-macos-arm64.tar.gz | 2026-06-29 | 5.1 MB | |
| README.md | 2026-06-29 | 960 Bytes | |
| v2.0.2 source code.tar.gz | 2026-06-29 | 1.5 MB | |
| v2.0.2 source code.zip | 2026-06-29 | 1.6 MB | |
| Totals: 31 Items | 67.9 MB | 0 | |
Changed
- CLI version info is now gathered concurrently with
tokio::process, so a config with several slow custom probes no longer blocks startup. Regular expressions incli_info.customare also compiled when the configuration loads, so a broken regex is reported at startup instead of being silently ignored when parsing version output. #538
Fixed
kubectl describefailures now surface the underlying kubectl error, and the "make sure you have kubectl installed" hint only shows when kubectl is actually missing.
Security
- Updated vulnerable transitive dependencies to their patched versions:
rustls-webpki,ring,idna,eyre,rand, andtracing-subscriber.
Contributors
Thanks to @tstenner for the async CLI probing work (#538) in this release.
Full Changelog: https://github.com/kdash-rs/kdash/compare/v2.0.1...v2.0.2