Skip to content

v1.3.1

Compare
Choose a tag to compare
@jazeved0 jazeved0 released this 19 Nov 01:38

Added

  • Remove support for Windows builds (until actual support for Host Compute Platform is added)
  • Add support for specifying the Kubernetes config file:
    • radvisor run kubernetes --kube-config ~/.kube/config
  • Re-enable ZSH completions on the generated Debian package, and add value hints for all relevant CLI options
  • (internal) Remove dependency on Nightly Rust and change toolchain to Stable Rust 1.47
  • (internal) Use single-threaded Tokio executors to reduce number of kernel threads used at runtime
  • (internal) Clean up Makefile builds and unify with CI