@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7- ## [ 0.88 .0] - 2025-04-02
7+ ## [ 0.89 .0] - 2025-04-02
88
99### Added
1010
@@ -14,13 +14,6 @@ All notable changes to this project will be documented in this file.
1414 - ` --rolling-logs-period ` : Sets the time period after which log files are rolled over
1515 - ` --otlp-traces ` : Enables exporting of traces via OTLP
1616 - ` --otlp-logs ` : Enables exporting of logs via OTLP
17- - Add Deployments to ` ClusterResource ` s ([ #992 ] ).
18- - Add ` DeploymentConditionBuilder ` ([ #993 ] ).
19-
20- ### Changed
21-
22- - Deprecate ` stackable_operator::logging::initialize_logging() ` .
23- It's recommended to use ` stackable-telemetry ` or ` #[allow(deprecated)] ` instead ([ #950 ] , [ #989 ] ).
2417
2518### Removed
2619
@@ -29,8 +22,21 @@ All notable changes to this project will be documented in this file.
2922- BREAKING: Remove ` initialize_logging ` helper function from ` stackable_operator::logging ` ([ #977 ] ).
3023- Remove ` opentelemetry-jaeger ` dependency ([ #977 ] ).
3124
32- [ #950 ] : https://github.com/stackabletech/operator-rs/pull/950
3325[ #977 ] : https://github.com/stackabletech/operator-rs/pull/977
26+
27+ ## [ 0.88.0] - 2025-04-02
28+
29+ ### Added
30+
31+ - Add Deployments to ` ClusterResource ` s ([ #992 ] ).
32+ - Add ` DeploymentConditionBuilder ` ([ #993 ] ).
33+
34+ ### Changed
35+
36+ - Deprecate ` stackable_operator::logging::initialize_logging() ` .
37+ It's recommended to use ` stackable-telemetry ` or ` #[allow(deprecated)] ` instead ([ #950 ] , [ #989 ] ).
38+
39+ [ #950 ] : https://github.com/stackabletech/operator-rs/pull/950
3440[ #989 ] : https://github.com/stackabletech/operator-rs/pull/989
3541[ #992 ] : https://github.com/stackabletech/operator-rs/pull/992
3642[ #993 ] : https://github.com/stackabletech/operator-rs/pull/993
0 commit comments