github kube-rs/kube 0.62.0

latest releases: 2.0.1, 2.0.0, 1.1.0...
3 years ago
  • kube now re-exports kube-runtime under runtime feature - #651 via #652
    • no need to keep both kube and kube_runtime in Cargo.toml anymore
    • fixes issues with dependabot / lock-step upgrading
    • change kube_runtime::X import paths to kube::runtime::X when moving to the feature
  • kube::runtime added events module with an event Recorder - #249 via #653 + #662 + #663
  • kube::runtime::wait::conditions added is_crd_established helper - #659
  • kube::CustomResource derive can now take an arbitrary #[kube_core] path for kube::core - #658
  • kube::core consistently re-exported across crates
  • docs: major overhaul + architecture.md - #416 via #652

Don't miss a new kube release

NewReleases is sending notifications on new releases.