diff --git a/Cargo.lock b/Cargo.lock index 9aadfd434..0de243037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2935,7 +2935,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.107.1" +version = "0.108.0" dependencies = [ "clap", "const_format", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index cfcafb958..a303123b4 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.108.0] - 2026-03-10 + ### Removed - Reverted support for specifying a `clientAuthenticationMethod` for OIDC ([#1170]). - It can be added back afer the SDP 26.3.0 release. + It can be added back after the SDP 26.3.0 release. [#1170]: https://github.com/stackabletech/operator-rs/pull/1170 diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 36a05b7d9..597276fa4 100644 --- a/crates/stackable-operator/Cargo.toml +++ b/crates/stackable-operator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stackable-operator" description = "Stackable Operator Framework" -version = "0.107.1" +version = "0.108.0" authors.workspace = true license.workspace = true edition.workspace = true