Skip to content

Commit c5efdfa

Browse files
committed
chore: Update changelogs
1 parent d3511c5 commit c5efdfa

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

crates/stackable-operator/CHANGELOG.md

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

99
- BREAKING: Inject vector aggregator address into vector config file using an environment variable ([#1000]).
1010

11+
### Changed
12+
13+
- BREAKING: Remove `cli::TelemetryArguments` and `cli::RollingPeriod` which are both replaced by
14+
types from `stackable_telemetry` ([#1001]).
15+
- BREAKING: The `ProductOperatorRun` struct now uses `stackable_telemetry::tracing::TelemetryOptions`
16+
for the `telemetry_arguments` field ([#1001]).
17+
1118
[#1000]: https://github.com/stackabletech/operator-rs/pull/1000
19+
[#1001]: https://github.com/stackabletech/operator-rs/pull/1001
1220

1321
## [0.89.1] - 2025-04-02
1422

crates/stackable-telemetry/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Added
8+
9+
- Add new `Tracing::pre_configured` method ([#1001]).
10+
11+
[#1001]: https://github.com/stackabletech/operator-rs/pull/1001
12+
713
## [0.4.0] - 2025-04-02
814

915
### Added

0 commit comments

Comments
 (0)