From 67b71a8668dbc6c04122fc40a4da4f34a4c58213 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Thu, 12 Dec 2024 17:42:54 +0100 Subject: [PATCH] release 24.11.1-rc2 Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.nix | 4 ++-- Cargo.toml | 2 +- deploy/helm/listener-operator/Chart.yaml | 4 ++-- tests/release.yaml | 4 ++-- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009d5c2..a708da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [24.11.1-rc2] - 2024-12-12 + ## [24.11.1-rc1] - 2024-12-06 ## [24.11.0] - 2024-11-18 diff --git a/Cargo.lock b/Cargo.lock index 8057b51..d8b2635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "csi-grpc" -version = "24.11.1-rc1" +version = "24.11.1-rc2" dependencies = [ "prost", "prost-types", @@ -2334,7 +2334,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "stackable-listener-operator" -version = "24.11.1-rc1" +version = "24.11.1-rc2" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index a12b4cf..94b29dd 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -1433,7 +1433,7 @@ rec { }; "csi-grpc" = rec { crateName = "csi-grpc"; - version = "24.11.1-rc1"; + version = "24.11.1-rc2"; edition = "2021"; src = lib.cleanSourceWith { filter = sourceFilter; src = ./rust/csi-grpc; }; libName = "csi_grpc"; @@ -7348,7 +7348,7 @@ rec { }; "stackable-listener-operator" = rec { crateName = "stackable-listener-operator"; - version = "24.11.1-rc1"; + version = "24.11.1-rc2"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index d9aecd3..eead10f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/operator-binary", "rust/csi-grpc"] resolver = "2" [workspace.package] -version = "24.11.1-rc1" +version = "24.11.1-rc2" authors = ["Stackable GmbH "] license = "OSL-3.0" edition = "2021" diff --git a/deploy/helm/listener-operator/Chart.yaml b/deploy/helm/listener-operator/Chart.yaml index ce1d79f..62d52fa 100644 --- a/deploy/helm/listener-operator/Chart.yaml +++ b/deploy/helm/listener-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: listener-operator -version: "24.11.1-rc1" -appVersion: "24.11.1-rc1" +version: "24.11.1-rc2" +appVersion: "24.11.1-rc2" description: The Stackable Operator for Stackable Listener Operator home: https://github.com/stackabletech/listener-operator maintainers: diff --git a/tests/release.yaml b/tests/release.yaml index 9241b87..fbaccd2 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,6 +7,6 @@ releases: description: Integration test products: commons: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 listener: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2