Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.06 KB

File metadata and controls

40 lines (22 loc) · 1.06 KB

Changelog

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

[Unreleased]

[0.1.0] - 2025-10-06

Changed

  • BREAKING: Switch from chrono to jiff crate. This was done to follow the kube crate (#1138).

[0.0.3] - 2025-10-06

Added

  • Add conversion implementations between Duration and chrono::TimeDelta (#1103).

[0.0.2] - 2025-08-21

Added

  • Some modules have been moved into the stackable-shared crate, so that they can also be used in stackable-certs and stackable-webhook (#1074):
    • The module stackable_operator::time has moved to stackable_operator::shared::time
    • The module stackable_operator::commons::secret has moved to stackable_operator::shared::secret

[0.0.1]

Added

  • Add YAML and CRD helper functions and traits (#883).