From 40d5b2ec018460d726ebb74536d05cd495c30ecd Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 7 Jan 2026 14:23:19 +0100 Subject: [PATCH 1/2] chore: Release stackable-operator 0.101.2, stackable-webhook 0.8.1 --- Cargo.lock | 4 ++-- crates/stackable-operator/CHANGELOG.md | 8 ++++++++ crates/stackable-operator/Cargo.toml | 2 +- crates/stackable-webhook/CHANGELOG.md | 2 ++ crates/stackable-webhook/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 583a58abf..75706b7ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,7 +2879,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.101.1" +version = "0.101.2" dependencies = [ "chrono", "clap", @@ -3017,7 +3017,7 @@ dependencies = [ [[package]] name = "stackable-webhook" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arc-swap", "async-trait", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 32adca252..55312ec2e 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.101.2] - 2026-01-07 + +### Changed + +- Bump stackable-webhook to 0.8.1, refer to its [changelog](../stackable-webhook/CHANGELOG.md) ([#XXXX]). + +[#XXXX]: https://github.com/stackabletech/operator-rs/pull/XXXX + ## [0.101.1] - 2025-12-23 ### Fixed diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 6e6fd7edc..4929a3021 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.101.1" +version = "0.101.2" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-webhook/CHANGELOG.md b/crates/stackable-webhook/CHANGELOG.md index 2a5c3cda5..cd9d460c1 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.8.1] - 2026-01-07 + ### Fixed - Don't error in case the `initial_reconcile` Receiver is dropped ([#1133]). diff --git a/crates/stackable-webhook/Cargo.toml b/crates/stackable-webhook/Cargo.toml index e21bc04cb..441561d9d 100644 --- a/crates/stackable-webhook/Cargo.toml +++ b/crates/stackable-webhook/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-webhook" -version = "0.8.0" +version = "0.8.1" authors.workspace = true license.workspace = true edition.workspace = true From cd0ee803efa88bae8bd7d028ea0cb536361ed3e4 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 7 Jan 2026 14:24:12 +0100 Subject: [PATCH 2/2] changelog --- crates/stackable-operator/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 55312ec2e..b896890c6 100644 --- a/crates/stackable-operator/CHANGELOG.md +++ b/crates/stackable-operator/CHANGELOG.md @@ -8,9 +8,9 @@ All notable changes to this project will be documented in this file. ### Changed -- Bump stackable-webhook to 0.8.1, refer to its [changelog](../stackable-webhook/CHANGELOG.md) ([#XXXX]). +- Bump stackable-webhook to 0.8.1, refer to its [changelog](../stackable-webhook/CHANGELOG.md) ([#1134]). -[#XXXX]: https://github.com/stackabletech/operator-rs/pull/XXXX +[#1134]: https://github.com/stackabletech/operator-rs/pull/1134 ## [0.101.1] - 2025-12-23