From 3549638e00b8d9bcc2213b5758a95e6f306a0986 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Fri, 24 Nov 2023 13:59:04 +0100 Subject: [PATCH] release 23.11.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- deploy/helm/trino-operator/Chart.yaml | 4 ++-- docs/antora.yml | 3 ++- .../getting_started/code/getting_started.sh | 20 +++++++++---------- .../code/install-operator-output.txt | 8 ++++---- .../pages/usage-guide/catalogs/generic.adoc | 2 +- docs/templating_vars.yaml | 12 +++++------ 9 files changed, 30 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40b5503..9323c74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [23.11.0] - 2023-11-24 + ### Added - Use [graceful shutdown](https://trino.io/docs/current/admin/graceful-shutdown.html) for workers ([#461], [#463], [#466], [#474]). diff --git a/Cargo.lock b/Cargo.lock index c27ea134..23088d83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2044,7 +2044,7 @@ dependencies = [ [[package]] name = "stackable-trino-crd" -version = "0.0.0-dev" +version = "23.11.0" dependencies = [ "indoc", "rstest", @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "stackable-trino-operator" -version = "0.0.0-dev" +version = "23.11.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d093cf53..2e8a50e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["rust/crd", "rust/operator-binary"] [workspace.package] -version = "0.0.0-dev" +version = "23.11.0" 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 4c22912f..d3415926 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: "0.0.0-dev" -appVersion: "0.0.0-dev" +version: "23.11.0" +appVersion: "23.11.0" description: The Stackable Operator for Trino home: https://github.com/stackabletech/trino-operator maintainers: diff --git a/docs/antora.yml b/docs/antora.yml index d522680b..4f844fda 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,3 +1,4 @@ --- name: home -version: "nightly" +version: "23.11" +prerelease: false 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 f24b4c5b..c5af9f45 100755 --- a/docs/modules/trino/examples/getting_started/code/getting_started.sh +++ b/docs/modules/trino/examples/getting_started/code/getting_started.sh @@ -21,29 +21,29 @@ cd "$(dirname "$0")" case "$1" in "helm") -echo "Adding 'stackable-dev' Helm Chart repository" +echo "Adding 'stackable-stable' Helm Chart repository" # tag::helm-add-repo[] -helm repo add stackable-dev https://repo.stackable.tech/repository/helm-dev/ +helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/ # end::helm-add-repo[] echo "Updating Helm repo" helm repo update echo "Installing Operators with Helm" # tag::helm-install-operators[] -helm install --wait commons-operator stackable-dev/commons-operator --version 0.0.0-dev -helm install --wait secret-operator stackable-dev/secret-operator --version 0.0.0-dev -helm install --wait listener-operator stackable-dev/listener-operator --version 0.0.0-dev -helm install --wait trino-operator stackable-dev/trino-operator --version 0.0.0-dev +helm install --wait commons-operator stackable-stable/commons-operator --version 23.11.0 +helm install --wait secret-operator stackable-stable/secret-operator --version 23.11.0 +helm install --wait listener-operator stackable-stable/listener-operator --version 23.11.0 +helm install --wait trino-operator stackable-stable/trino-operator --version 23.11.0 # end::helm-install-operators[] ;; "stackablectl") echo "installing Operators with stackablectl" # tag::stackablectl-install-operators[] stackablectl operator install \ - commons=0.0.0-dev \ - secret=0.0.0-dev \ - listener=0.0.0-dev \ - trino=0.0.0-dev + commons=23.11.0 \ + secret=23.11.0 \ + listener=23.11.0 \ + trino=23.11.0 # end::stackablectl-install-operators[] ;; *) diff --git a/docs/modules/trino/examples/getting_started/code/install-operator-output.txt b/docs/modules/trino/examples/getting_started/code/install-operator-output.txt index 81466507..3b64bf3b 100644 --- a/docs/modules/trino/examples/getting_started/code/install-operator-output.txt +++ b/docs/modules/trino/examples/getting_started/code/install-operator-output.txt @@ -1,6 +1,6 @@ # tag::stackablectl-install-operators-output[] -[INFO ] Installing commons operator in version 0.0.0-dev -[INFO ] Installing secret operator in version 0.0.0-dev -[INFO ] Installing listener operator in version 0.0.0-dev -[INFO ] Installing trino operator in version 0.0.0-dev +[INFO ] Installing commons operator in version 23.11.0 +[INFO ] Installing secret operator in version 23.11.0 +[INFO ] Installing listener operator in version 23.11.0 +[INFO ] Installing trino operator in version 23.11.0 # end::stackablectl-install-operators-output[] diff --git a/docs/modules/trino/pages/usage-guide/catalogs/generic.adoc b/docs/modules/trino/pages/usage-guide/catalogs/generic.adoc index 52f95f84..5a1f1db7 100644 --- a/docs/modules/trino/pages/usage-guide/catalogs/generic.adoc +++ b/docs/modules/trino/pages/usage-guide/catalogs/generic.adoc @@ -53,4 +53,4 @@ An entry must be an valid `SecretKeySelector` or `ConfigMapKeySelector`. == Add additional contents -In case you need more contents, such as the need to mount Secrets - containing e.g. certificates or keytabs - please consult the xref:nightly@home:concepts:overrides.adoc#_pod_overrides[documentation on podOverrides]. +In case you need more contents, such as the need to mount Secrets - containing e.g. certificates or keytabs - please consult the xref:home:concepts:overrides.adoc#_pod_overrides[documentation on podOverrides]. diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index c12cc6e4..253b4656 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -1,9 +1,9 @@ --- helm: - repo_name: stackable-dev - repo_url: https://repo.stackable.tech/repository/helm-dev/ + repo_name: stackable-stable + repo_url: https://repo.stackable.tech/repository/helm-stable/ versions: - commons: 0.0.0-dev - secret: 0.0.0-dev - listener: 0.0.0-dev - trino: 0.0.0-dev + commons: 23.11.0 + secret: 23.11.0 + listener: 23.11.0 + trino: 23.11.0