From 108113b29d0c995c179d6b591b15250fdebcfcda Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:30:35 +0100 Subject: [PATCH] release 24.11.1-rc2 (#556) Signed-off-by: Andrew Kenworthy --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.nix | 4 ++-- Cargo.toml | 2 +- deploy/helm/hive-operator/Chart.yaml | 4 ++-- .../examples/getting_started/getting_started.sh | 16 ++++++++-------- .../getting_started/install-operator-output.txt | 8 ++++---- .../hive/examples/getting_started/release.yaml | 8 ++++---- docs/templating_vars.yaml | 8 ++++---- tests/release.yaml | 12 ++++++------ tests/templates/kuttl/upgrade/30-assert.yaml.j2 | 4 ++-- tests/templates/kuttl/upgrade/31-assert.yaml.j2 | 4 ++-- 12 files changed, 39 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8a7225..bd91d9b8 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 814f398f..c6dd8b67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2172,7 +2172,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "stackable-hive-crd" -version = "24.11.1-rc1" +version = "24.11.1-rc2" dependencies = [ "indoc", "rstest", @@ -2187,7 +2187,7 @@ dependencies = [ [[package]] name = "stackable-hive-operator" -version = "24.11.1-rc1" +version = "24.11.1-rc2" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index 7b2103f7..f6ede65b 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -6678,7 +6678,7 @@ rec { }; "stackable-hive-crd" = rec { crateName = "stackable-hive-crd"; - version = "24.11.1-rc1"; + version = "24.11.1-rc2"; edition = "2021"; src = lib.cleanSourceWith { filter = sourceFilter; src = ./rust/crd; }; libName = "stackable_hive_crd"; @@ -6731,7 +6731,7 @@ rec { }; "stackable-hive-operator" = rec { crateName = "stackable-hive-operator"; - version = "24.11.1-rc1"; + version = "24.11.1-rc2"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index 345d5d84..0d38541b 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/hive-operator/Chart.yaml b/deploy/helm/hive-operator/Chart.yaml index 948dd0e1..293e96c3 100644 --- a/deploy/helm/hive-operator/Chart.yaml +++ b/deploy/helm/hive-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: hive-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 Apache Hive home: https://github.com/stackabletech/hive-operator maintainers: diff --git a/docs/modules/hive/examples/getting_started/getting_started.sh b/docs/modules/hive/examples/getting_started/getting_started.sh index 46b6f521..108cee2a 100755 --- a/docs/modules/hive/examples/getting_started/getting_started.sh +++ b/docs/modules/hive/examples/getting_started/getting_started.sh @@ -33,10 +33,10 @@ 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 hive-operator stackable-stable/hive-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 hive-operator stackable-stable/hive-operator --version 24.11.1-rc2 # end::helm-install-operators[] echo "Install minio for S3" @@ -75,10 +75,10 @@ if false; then 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 \ - hive=24.11.1-rc1 + commons=24.11.1-rc2 \ + secret=24.11.1-rc2 \ + listener=24.11.1-rc2 \ + hive=24.11.1-rc2 # end::stackablectl-install-operators[] fi diff --git a/docs/modules/hive/examples/getting_started/install-operator-output.txt b/docs/modules/hive/examples/getting_started/install-operator-output.txt index 60cd8491..e109ce90 100644 --- a/docs/modules/hive/examples/getting_started/install-operator-output.txt +++ b/docs/modules/hive/examples/getting_started/install-operator-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 hive=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 hive=24.11.1-rc2 operator diff --git a/docs/modules/hive/examples/getting_started/release.yaml b/docs/modules/hive/examples/getting_started/release.yaml index a1a1b15f..b4192c86 100644 --- a/docs/modules/hive/examples/getting_started/release.yaml +++ b/docs/modules/hive/examples/getting_started/release.yaml @@ -5,10 +5,10 @@ releases: description: Demo / Test release for Hive getting started guide products: commons: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 hive: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 listener: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 secret: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index dfc3e3b8..a7677a6f 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -3,9 +3,9 @@ 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 - hive: 24.11.1-rc1 + commons: 24.11.1-rc2 + secret: 24.11.1-rc2 + listener: 24.11.1-rc2 + hive: 24.11.1-rc2 minio: 4.0.2 postgresql: 12.1.5 diff --git a/tests/release.yaml b/tests/release.yaml index 2ede45e5..8f43a303 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,14 +7,14 @@ 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 diff --git a/tests/templates/kuttl/upgrade/30-assert.yaml.j2 b/tests/templates/kuttl/upgrade/30-assert.yaml.j2 index f7889208..e2b93058 100644 --- a/tests/templates/kuttl/upgrade/30-assert.yaml.j2 +++ b/tests/templates/kuttl/upgrade/30-assert.yaml.j2 @@ -10,9 +10,9 @@ metadata: labels: {% if test_scenario['values']['hive-old'].find(",") > 0 %} # Yes, this *might* not work with custom images, I'm sorry! - app.kubernetes.io/version: "{{ test_scenario['values']['hive-old'].split(',')[0] }}-stackable24.11.1-rc1" + app.kubernetes.io/version: "{{ test_scenario['values']['hive-old'].split(',')[0] }}-stackable24.11.1-rc2" {% else %} - app.kubernetes.io/version: "{{ test_scenario['values']['hive-old'] }}-stackable24.11.1-rc1" + app.kubernetes.io/version: "{{ test_scenario['values']['hive-old'] }}-stackable24.11.1-rc2" {% endif %} status: readyReplicas: 1 diff --git a/tests/templates/kuttl/upgrade/31-assert.yaml.j2 b/tests/templates/kuttl/upgrade/31-assert.yaml.j2 index da90fb45..9a6d3c75 100644 --- a/tests/templates/kuttl/upgrade/31-assert.yaml.j2 +++ b/tests/templates/kuttl/upgrade/31-assert.yaml.j2 @@ -10,9 +10,9 @@ metadata: labels: {% if test_scenario['values']['hive-old'].find(",") > 0 %} # Yes, this *might* not work with custom images, I'm sorry! - app.kubernetes.io/version: "{{ test_scenario['values']['hive-new'].split(',')[0] }}-stackable24.11.1-rc1" + app.kubernetes.io/version: "{{ test_scenario['values']['hive-new'].split(',')[0] }}-stackable24.11.1-rc2" {% else %} - app.kubernetes.io/version: "{{ test_scenario['values']['hive-new'] }}-stackable24.11.1-rc1" + app.kubernetes.io/version: "{{ test_scenario['values']['hive-new'] }}-stackable24.11.1-rc2" {% endif %} status: readyReplicas: 1