Skip to content

Commit 52bdee5

Browse files
authored
chore: Release stackable-operator 0.89.0, stackable-telemetry 0.4.0 (#997)
1 parent ed43376 commit 52bdee5

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

crates/stackable-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stackable-operator"
33
description = "Stackable Operator Framework"
4-
version = "0.88.0"
4+
version = "0.89.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-telemetry/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.4.0] - 2025-04-02
8+
79
### Added
810

911
- BREAKING: Allow customization of the rolling file appender [#995].

crates/stackable-telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stackable-telemetry"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)