From af5b5874033de9d0703cdf7f9e4938cb500063e8 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Thu, 12 Dec 2024 17:58:24 +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/trino-operator/Chart.yaml | 4 ++-- .../getting_started/code/getting_started.sh | 16 ++++++++-------- .../getting_started/code/install_output.txt | 8 ++++---- docs/templating_vars.yaml | 8 ++++---- tests/release.yaml | 16 ++++++++-------- 9 files changed, 33 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa4bd58..b755d433 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 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index b7a00c48..6370563a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,7 +2286,7 @@ dependencies = [ [[package]] name = "stackable-trino-crd" -version = "24.11.1-rc1" +version = "24.11.1-rc2" dependencies = [ "rstest", "semver", @@ -2301,7 +2301,7 @@ dependencies = [ [[package]] name = "stackable-trino-operator" -version = "24.11.1-rc1" +version = "24.11.1-rc2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.nix b/Cargo.nix index 3ed7bf2f..3dc7cbe9 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -7050,7 +7050,7 @@ rec { }; "stackable-trino-crd" = rec { crateName = "stackable-trino-crd"; - version = "24.11.1-rc1"; + version = "24.11.1-rc2"; edition = "2021"; src = lib.cleanSourceWith { filter = sourceFilter; src = ./rust/crd; }; libName = "stackable_trino_crd"; @@ -7103,7 +7103,7 @@ rec { }; "stackable-trino-operator" = rec { crateName = "stackable-trino-operator"; - version = "24.11.1-rc1"; + version = "24.11.1-rc2"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 7342da61..a04e88d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust/crd", "rust/operator-binary"] 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/trino-operator/Chart.yaml b/deploy/helm/trino-operator/Chart.yaml index d419bc61..ecc73c10 100644 --- a/deploy/helm/trino-operator/Chart.yaml +++ b/deploy/helm/trino-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: trino-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 Trino home: https://github.com/stackabletech/trino-operator maintainers: diff --git a/docs/modules/trino/examples/getting_started/code/getting_started.sh b/docs/modules/trino/examples/getting_started/code/getting_started.sh index 611b84cb..d913fe53 100755 --- a/docs/modules/trino/examples/getting_started/code/getting_started.sh +++ b/docs/modules/trino/examples/getting_started/code/getting_started.sh @@ -33,20 +33,20 @@ helm repo update echo "Installing Operators with Helm" # tag::helm-install-operators[] -helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1-rc1 -helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1-rc1 -helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1-rc1 -helm install --wait trino-operator stackable-stable/trino-operator --version 24.11.1-rc1 +helm install --wait commons-operator stackable-stable/commons-operator --version 24.11.1-rc2 +helm install --wait secret-operator stackable-stable/secret-operator --version 24.11.1-rc2 +helm install --wait listener-operator stackable-stable/listener-operator --version 24.11.1-rc2 +helm install --wait trino-operator stackable-stable/trino-operator --version 24.11.1-rc2 # end::helm-install-operators[] ;; "stackablectl") echo "installing Operators with stackablectl" # tag::stackablectl-install-operators[] stackablectl operator install \ - commons=24.11.1-rc1 \ - secret=24.11.1-rc1 \ - listener=24.11.1-rc1 \ - trino=24.11.1-rc1 + commons=24.11.1-rc2 \ + secret=24.11.1-rc2 \ + listener=24.11.1-rc2 \ + trino=24.11.1-rc2 # end::stackablectl-install-operators[] ;; *) diff --git a/docs/modules/trino/examples/getting_started/code/install_output.txt b/docs/modules/trino/examples/getting_started/code/install_output.txt index 8c410b20..adcddf77 100644 --- a/docs/modules/trino/examples/getting_started/code/install_output.txt +++ b/docs/modules/trino/examples/getting_started/code/install_output.txt @@ -1,4 +1,4 @@ -Installed commons=24.11.1-rc1 operator -Installed secret=24.11.1-rc1 operator -Installed listener=24.11.1-rc1 operator -Installed trino=24.11.1-rc1 operator +Installed commons=24.11.1-rc2 operator +Installed secret=24.11.1-rc2 operator +Installed listener=24.11.1-rc2 operator +Installed trino=24.11.1-rc2 operator diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 51691a9a..f91bb989 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -3,7 +3,7 @@ helm: repo_name: stackable-stable repo_url: https://repo.stackable.tech/repository/helm-stable/ versions: - commons: 24.11.1-rc1 - secret: 24.11.1-rc1 - listener: 24.11.1-rc1 - trino: 24.11.1-rc1 + commons: 24.11.1-rc2 + secret: 24.11.1-rc2 + listener: 24.11.1-rc2 + trino: 24.11.1-rc2 diff --git a/tests/release.yaml b/tests/release.yaml index f128de2b..9f81d50c 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,18 +7,18 @@ releases: description: Integration test products: commons: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 secret: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 listener: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 zookeeper: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 hdfs: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 hive: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 opa: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 trino: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2