Skip to content

Commit a16cafb

Browse files
authored
chore: Release stackable-operator 0.107.0, stackable-telemetry 0.6.2 (#1166)
* chore: Release stackable-operator 0.107.0, stackable-telemetry 0.6.2 * changelog * Add unreleased section
1 parent 992b3b2 commit a16cafb

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.107.0] - 2026-03-09
8+
79
### Added
810

11+
- Add support for specifying a `clientAuthenticationMethod` for OIDC ([#1158]).
912
- Added two new crate features: `crds` and `kube-ws` ([#1162]).
1013

1114
### Fixed
@@ -14,6 +17,7 @@ All notable changes to this project will be documented in this file.
1417
This is achieved by removing the `clap`, `telemetry` and `versioned` features, which were previously enabled by default.
1518
They have been removed as the stackable-operator code actually always requires them.
1619

20+
[#1158]: https://github.com/stackabletech/operator-rs/pull/1158
1721
[#1162]: https://github.com/stackabletech/operator-rs/pull/1162
1822

1923
## [0.106.2] - 2026-02-26

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

crates/stackable-telemetry/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.6.2] - 2026-03-09
8+
79
### Fixed
810

9-
- BREAKING: Fix compilation failures when not enabling default features ([#1162]).
11+
- Fix compilation failures when not enabling default features ([#1162]).
1012

1113
[#1162]: https://github.com/stackabletech/operator-rs/pull/1162
1214

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

0 commit comments

Comments
 (0)