From f4b0aa71a3429eb0386201c91df0a0c4882fce65 Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 3 Feb 2026 11:46:20 +0100 Subject: [PATCH] chore: Release stackable-operator 0.105.0, stackable-webhook 0.9.0 --- Cargo.lock | 4 ++-- crates/stackable-operator/CHANGELOG.md | 2 ++ crates/stackable-operator/Cargo.toml | 2 +- crates/stackable-webhook/CHANGELOG.md | 2 ++ crates/stackable-webhook/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) 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 e48c77b18..7d9b88d3b 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