diff --git a/Cargo.lock b/Cargo.lock index 90b82b825..b71838b4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3670,7 +3670,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.114.0" +version = "0.115.0" dependencies = [ "base64 0.23.0", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 9a87aeecf..e311a9e9d 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.115.0] - 2026-08-04 + ### Changed - BREAKING: `PodSecurityContextBuilder::new` was removed in favor of `PodSecurityContextBuilder::with_stackable_defaults` diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index c137a0c42..b63f05903 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.114.0" +version = "0.115.0" authors.workspace = true license.workspace = true edition.workspace = true