Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 881 Bytes

File metadata and controls

32 lines (18 loc) · 881 Bytes

Changelog

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

[Unreleased]

[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).