Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/stackable-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.107.0] - 2026-03-09

### Added

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

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

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

## [0.106.2] - 2026-02-26
Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "stackable-operator"
description = "Stackable Operator Framework"
version = "0.106.2"
version = "0.107.0"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
4 changes: 3 additions & 1 deletion crates/stackable-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.6.2] - 2026-03-09

### Fixed

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

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

Expand Down
2 changes: 1 addition & 1 deletion crates/stackable-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stackable-telemetry"
version = "0.6.1"
version = "0.6.2"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
Loading