Skip to content

Commit 26b2cee

Browse files
authored
chore: Release stackable-operator 0.91.0, stackable-telemetry 0.5.0 (#1004)
1 parent 07d78c1 commit 26b2cee

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stackable-operator/CHANGELOG.md

+2
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.91.0] - 2025-04-08
8+
79
### Changed
810

911
- BREAKING: Remove `cli::TelemetryArguments` and `cli::RollingPeriod` which are both replaced by

crates/stackable-operator/Cargo.toml

+1-1
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.90.0"
4+
version = "0.91.0"
55
authors.workspace = true
66
license.workspace = true
77
edition.workspace = true

crates/stackable-telemetry/CHANGELOG.md

+2
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.5.0] - 2025-04-08
8+
79
### Added
810

911
- Add new `Tracing::pre_configured` method ([#1001]).

crates/stackable-telemetry/Cargo.toml

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

0 commit comments

Comments
 (0)