Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1.27 KB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

[0.3.1] - 2024-07-10

Changed

  • Bump rust-toolchain to 1.79.0 (#822).

[0.3.0] - 2024-05-08

Changed

  • Bump Rust dependencies and GitHub Actions (#782).
  • Bump kube to 0.89.0 and update all dependencies (#762).
  • BREAKING: Bump k8s compilation version to 1.29. Also bump all dependencies. There are some breaking changes in k8s-openapi, e.g. PVCs now have VolumeResourceRequirements instead of ResourceRequirements, and PodAffinityTerm has two new fields match_label_keys and mismatch_label_keys (#769).
  • Bump GitHub workflow actions (#772).
  • Revert zeroize version bump (#772).

[0.2.0] - 2024-03-26

Changed

  • Implement PartialEq for most Snafu Error enums (#757).
  • Update Rust to 1.77 (#759).