Skip to content

Commit 5fdc47a

Browse files
authored
chore: Release stackable-operator 0.92.0, stackable-telemetry 0.6.0 (#1013)
* chore: Release stackable-operator 0.92.0, stackable-telemetry 0.6.0 * chore: Update changelog links
1 parent fb44c6f commit 5fdc47a

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
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

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.92.0] - 2025-04-14
8+
79
### Added
810

911
- Adds new CLI arguments and environment variables ([#1010], [#1012]).
1012
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1113
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
12-
- See detailed [stackable-telemetry changelog](../stackable-telemetry/CHANGELOG.md).
14+
- See detailed [stackable-telemetry changelog](../stackable-telemetry/CHANGELOG.md#060---2025-04-14).
1315

1416
### Changed
1517

1618
- BREAKING: Update and align telemetry related CLI arguments of `ProductOperatorRun`, see detailed
17-
changelog [stackable-telemetry changelog](../stackable-telemetry/CHANGELOG.md) ([#1009]).
19+
changelog [stackable-telemetry changelog](../stackable-telemetry/CHANGELOG.md#060---2025-04-14) ([#1009]).
1820

1921
[#1009]: https://github.com/stackabletech/operator-rs/pull/1009
2022
[#1010]: https://github.com/stackabletech/operator-rs/pull/1010

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.91.1"
4+
version = "0.92.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.6.0] - 2025-04-14
8+
79
### Added
810

911
- Add support for JSON console log output ([#1012]).

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.5.0"
3+
version = "0.6.0"
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)