diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b541e5..03c5b161 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 39a1664f..07bd76ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2399,7 +2399,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stackable-druid-crd" -version = "24.11.1-rc1" +version = "24.11.1-rc2" dependencies = [ "indoc", "product-config", @@ -2417,7 +2417,7 @@ dependencies = [ [[package]] name = "stackable-druid-operator" -version = "24.11.1-rc1" +version = "24.11.1-rc2" dependencies = [ "anyhow", "built", diff --git a/Cargo.nix b/Cargo.nix index 00a39b39..2b65679b 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -7381,7 +7381,7 @@ rec { }; "stackable-druid-crd" = rec { crateName = "stackable-druid-crd"; - version = "24.11.1-rc1"; + version = "24.11.1-rc2"; edition = "2021"; src = lib.cleanSourceWith { filter = sourceFilter; src = ./rust/crd; }; libName = "stackable_druid_crd"; @@ -7447,7 +7447,7 @@ rec { }; "stackable-druid-operator" = rec { crateName = "stackable-druid-operator"; - version = "24.11.1-rc1"; + version = "24.11.1-rc2"; edition = "2021"; crateBin = [ { diff --git a/Cargo.toml b/Cargo.toml index a2c00e5b..6dd0a98e 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/druid-operator/Chart.yaml b/deploy/helm/druid-operator/Chart.yaml index 1b77b008..bf7b0703 100644 --- a/deploy/helm/druid-operator/Chart.yaml +++ b/deploy/helm/druid-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: druid-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 Druid home: https://github.com/stackabletech/druid-operator maintainers: diff --git a/docs/modules/druid/examples/getting_started/getting_started.sh b/docs/modules/druid/examples/getting_started/getting_started.sh index 901fd39c..72d106b2 100755 --- a/docs/modules/druid/examples/getting_started/getting_started.sh +++ b/docs/modules/druid/examples/getting_started/getting_started.sh @@ -32,24 +32,24 @@ echo "Updating Helm repo" 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 zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.1-rc1 -helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.1-rc1 -helm install --wait druid-operator stackable-stable/druid-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 zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.1-rc2 +helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 24.11.1-rc2 +helm install --wait druid-operator stackable-stable/druid-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 \ - zookeeper=24.11.1-rc1 \ - hdfs=24.11.1-rc1 \ - druid=24.11.1-rc1 + commons=24.11.1-rc2 \ + secret=24.11.1-rc2 \ + listener=24.11.1-rc2 \ + zookeeper=24.11.1-rc2 \ + hdfs=24.11.1-rc2 \ + druid=24.11.1-rc2 # end::stackablectl-install-operators[] ;; *) diff --git a/docs/modules/druid/examples/getting_started/install_output.txt b/docs/modules/druid/examples/getting_started/install_output.txt index c1c2888e..dbc5cabb 100644 --- a/docs/modules/druid/examples/getting_started/install_output.txt +++ b/docs/modules/druid/examples/getting_started/install_output.txt @@ -1,6 +1,6 @@ -Installed commons=24.11.1-rc1 operator -Installed secret=24.11.1-rc1 operator -Installed listener=24.11.1-rc1 operator -Installed zookeeper=24.11.1-rc1 operator -Installed hdfs=24.11.1-rc1 operator -Installed druid=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 zookeeper=24.11.1-rc2 operator +Installed hdfs=24.11.1-rc2 operator +Installed druid=24.11.1-rc2 operator diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 0d880c23..bf86c590 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 - zookeeper: 24.11.1-rc1 - hdfs: 24.11.1-rc1 - druid: 24.11.1-rc1 + commons: 24.11.1-rc2 + secret: 24.11.1-rc2 + listener: 24.11.1-rc2 + zookeeper: 24.11.1-rc2 + hdfs: 24.11.1-rc2 + druid: 24.11.1-rc2 diff --git a/tests/release.yaml b/tests/release.yaml index da815c6b..6aecbee2 100644 --- a/tests/release.yaml +++ b/tests/release.yaml @@ -7,16 +7,16 @@ 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 druid: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2 opa: - operatorVersion: 24.11.1-rc1 + operatorVersion: 24.11.1-rc2