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: v2.0.1...v2.0.2