diff --git a/Cargo.lock b/Cargo.lock index 5a0aca2fc..d62678d90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,7 +2879,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.104.0" +version = "0.105.0" dependencies = [ "chrono", "clap", @@ -3017,7 +3017,7 @@ dependencies = [ [[package]] name = "stackable-webhook" -version = "0.8.1" +version = "0.9.0" dependencies = [ "arc-swap", "async-trait", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 58d169fc6..e9053d6e0 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.105.0] - 2026-02-03 + ### Added - BREAKING: Add support to gracefully shutdown `EosChecker`. diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index fafbe9c1e..25e0a886b 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.104.0" +version = "0.105.0" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-webhook/CHANGELOG.md b/crates/stackable-webhook/CHANGELOG.md index 1265a2aa9..13efae6d9 100644 --- a/crates/stackable-webhook/CHANGELOG.md +++ b/crates/stackable-webhook/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.9.0] - 2026-02-03 + ### Added - BREAKING: Add support to gracefully shutdown `WebhookServer` and `TlsServer`. diff --git a/crates/stackable-webhook/Cargo.toml b/crates/stackable-webhook/Cargo.toml index 441561d9d..ca4bb8e7a 100644 --- a/crates/stackable-webhook/Cargo.toml +++ b/crates/stackable-webhook/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-webhook" -version = "0.8.1" +version = "0.9.0" authors.workspace = true license.workspace = true edition.workspace = true