Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 854 Bytes

File metadata and controls

30 lines (17 loc) · 854 Bytes

Changelog

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

Unreleased

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