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..b896890c6 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) ([#1134]). + +[#1134]: https://github.com/stackabletech/operator-rs/pull/1134 + ## [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