diff --git a/Cargo.lock b/Cargo.lock index 654b54ece..9a4939bd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2856,7 +2856,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.100.2" +version = "0.100.3" dependencies = [ "chrono", "clap", @@ -2993,7 +2993,7 @@ dependencies = [ [[package]] name = "stackable-webhook" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arc-swap", "axum", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index c21593de8..53e8bbf3d 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.100.3] - 2025-10-31 + +### Changed + +- Bump stackable-webhook to 0.7.1, refer to its [changelog](../stackable-webhook/CHANGELOG.md) ([#1117]). + +[#1117]: https://github.com/stackabletech/operator-rs/pull/1117 + ## [0.100.2] - 2025-10-25 ### Fixed diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index a518d2c33..78122a815 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.100.2" +version = "0.100.3" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-webhook/CHANGELOG.md b/crates/stackable-webhook/CHANGELOG.md index 6ccca2fae..a86b71342 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.7.1] - 2025-10-31 + ### Fixed - Force apply the CRD in the CRD maintainer ([#1116]). diff --git a/crates/stackable-webhook/Cargo.toml b/crates/stackable-webhook/Cargo.toml index bd054bb31..3dc40e036 100644 --- a/crates/stackable-webhook/Cargo.toml +++ b/crates/stackable-webhook/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-webhook" -version = "0.7.0" +version = "0.7.1" authors.workspace = true license.workspace = true edition.workspace = true