Skip to content

0.62.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 19:20
  • 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