Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 943 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 943 Bytes

Changelog

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

[Unreleased]

Added

  • Instrument WebhookServer with AxumTraceLayer, add static healthcheck without instrumentation (#758).
  • Add shutdown signal hander for the WebhookServer (#767).

Changed

  • Bump kube to 0.89.0 and update all dependencies (#762).
  • Bump k8s compilation version to 1.29. Also bump all dependencies (#769).

[0.2.0] - 2024-03-26

Changed

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