github kdash-rs/kdash v2.0.2

7 hours ago

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 in cli_info.custom are 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 describe failures 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, and tracing-subscriber.

Contributors

Thanks to @tstenner for the async CLI probing work (#538) in this release.

Full Changelog: v2.0.1...v2.0.2

Don't miss a new kdash release

NewReleases is sending notifications on new releases.