From f22826c4f2f5f6b1bef472f418da6ad9c0570b6b Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Wed, 22 Jul 2026 16:13:56 +0200 Subject: [PATCH] chore(operator): Release 0.114.0 --- Cargo.lock | 2 +- crates/stackable-operator/CHANGELOG.md | 2 ++ crates/stackable-operator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 243ca6f2e..22a628959 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3614,7 +3614,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.113.4" +version = "0.114.0" dependencies = [ "base64", "clap", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index c29eb4d2d..30a1c5051 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.114.0] - 2026-07-22 + ### Added - [v2] Add `EnvVarSet::with_env_var` to add a given `EnvVar` to the set ([#1249]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 49afd66b8..c137a0c42 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.113.4" +version = "0.114.0" authors.workspace = true license.workspace = true edition.workspace = true