diff --git a/Cargo.lock b/Cargo.lock index 69372fefb..1f66375f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2990,7 +2990,7 @@ dependencies = [ [[package]] name = "stackable-operator" -version = "0.96.0" +version = "0.97.0" dependencies = [ "chrono", "clap", @@ -3083,7 +3083,7 @@ dependencies = [ [[package]] name = "stackable-versioned" -version = "0.8.1" +version = "0.8.2" dependencies = [ "insta", "k8s-openapi", @@ -3098,7 +3098,7 @@ dependencies = [ [[package]] name = "stackable-versioned-macros" -version = "0.8.1" +version = "0.8.2" dependencies = [ "convert_case", "darling 0.21.2", @@ -3126,7 +3126,7 @@ dependencies = [ [[package]] name = "stackable-webhook" -version = "0.5.0" +version = "0.6.0" dependencies = [ "arc-swap", "axum", diff --git a/crates/stackable-operator/CHANGELOG.md b/crates/stackable-operator/CHANGELOG.md index 903e4f7a1..c191ee5e9 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.97.0] - 2025-09-09 + ### Added - BREAKING: Add a new CLI flag/env to disabling CRD maintenance: `--disable-crd-maintenance` ([#1085]). diff --git a/crates/stackable-operator/Cargo.toml b/crates/stackable-operator/Cargo.toml index 0e56c1de9..3e5a52e74 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.96.0" +version = "0.97.0" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-versioned-macros/Cargo.toml b/crates/stackable-versioned-macros/Cargo.toml index 3b6980bb1..eaf9a18a5 100644 --- a/crates/stackable-versioned-macros/Cargo.toml +++ b/crates/stackable-versioned-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-versioned-macros" -version = "0.8.1" +version = "0.8.2" authors.workspace = true license.workspace = true edition.workspace = true diff --git a/crates/stackable-versioned/CHANGELOG.md b/crates/stackable-versioned/CHANGELOG.md index e0d67c92a..643a52ede 100644 --- a/crates/stackable-versioned/CHANGELOG.md +++ b/crates/stackable-versioned/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.8.2] - 2025-09-09 + ### Added - Add new `#[versioned(hint)]` argument to provide type hints for struct fields ([#1089]). diff --git a/crates/stackable-versioned/Cargo.toml b/crates/stackable-versioned/Cargo.toml index 50ebfda35..c562b6d15 100644 --- a/crates/stackable-versioned/Cargo.toml +++ b/crates/stackable-versioned/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-versioned" -version = "0.8.1" +version = "0.8.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 5615c7219..cd116e86d 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.6.0] - 2025-09-09 + ### Added - BREAKING: Support disabling CRD maintenance using a new boolean flag in `ConversionWebhookOptions` ([#1085]). diff --git a/crates/stackable-webhook/Cargo.toml b/crates/stackable-webhook/Cargo.toml index ed8cecc58..bf8003316 100644 --- a/crates/stackable-webhook/Cargo.toml +++ b/crates/stackable-webhook/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackable-webhook" -version = "0.5.0" +version = "0.6.0" authors.workspace = true license.workspace = true edition.workspace = true