diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d95cc0..f4bd5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [25.11.0] - 2025-11-07 + ## [25.11.0-rc1] - 2025-11-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index f48e06f..6d18a0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2391,7 +2391,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stackable-commons-operator" -version = "25.11.0-rc1" +version = "25.11.0" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index 3ace570..7b8d100 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -7816,7 +7816,7 @@ rec { }; "stackable-commons-operator" = rec { crateName = "stackable-commons-operator"; - version = "25.11.0-rc1"; + version = "25.11.0"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 3fabb16..681babc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/operator-binary"] resolver = "2" [workspace.package] -version = "25.11.0-rc1" +version = "25.11.0" authors = ["Stackable GmbH "] license = "OSL-3.0" edition = "2021" diff --git a/deploy/helm/commons-operator/Chart.yaml b/deploy/helm/commons-operator/Chart.yaml index b9056b9..3b48839 100644 --- a/deploy/helm/commons-operator/Chart.yaml +++ b/deploy/helm/commons-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: commons-operator -version: "25.11.0-rc1" -appVersion: "25.11.0-rc1" +version: "25.11.0" +appVersion: "25.11.0" description: The Stackable Operator for Stackable Commons home: https://github.com/stackabletech/commons-operator maintainers: diff --git a/tests/release.yaml b/tests/release.yaml index 3138426..a814074 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,4 +7,4 @@ releases: description: Integration test products: commons: - operatorVersion: 25.11.0-rc1 + operatorVersion: 25.11.0