File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- ## [ 0.90.0] - 2025-04-07
8
-
9
- ### Added
10
-
11
- - BREAKING: Inject vector aggregator address into vector config file using an environment variable ([ #1000 ] ).
12
-
13
7
### Changed
14
8
15
9
- BREAKING: Remove ` cli::TelemetryArguments ` and ` cli::RollingPeriod ` which are both replaced by
16
10
types from ` stackable_telemetry ` ([ #1001 ] ).
17
11
- BREAKING: The ` ProductOperatorRun ` struct now uses ` stackable_telemetry::tracing::TelemetryOptions `
18
12
for the ` telemetry_arguments ` field ([ #1001 ] ).
19
13
20
- [ #1000 ] : https://github.com/stackabletech/operator-rs/pull/1000
21
14
[ #1001 ] : https://github.com/stackabletech/operator-rs/pull/1001
22
15
16
+ ## [ 0.90.0] - 2025-04-07
17
+
18
+ ### Added
19
+
20
+ - BREAKING: Inject vector aggregator address into vector config file using an environment variable ([ #1000 ] ).
21
+
22
+ [ #1000 ] : https://github.com/stackabletech/operator-rs/pull/1000
23
+
23
24
## [ 0.89.1] - 2025-04-02
24
25
25
26
### Changed
You can’t perform that action at this time.
0 commit comments