From 7fbb7cee961776438f1510fb173810ab2bf3af81 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 8 Sep 2022 13:30:36 +0200 Subject: [PATCH 1/2] Update docs/templating_vars.yaml --- CHANGELOG.md | 2 +- docs/templating_vars.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85291827..62112a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Changed -- BREAKING: TrinoClusters must specify a `catalogLabelSelector`. Previously all TrinoCatalogs within the same namespace where used when `catalogLabelSelector` was not specified, which is unwanted behaviour ([#277]). +- BREAKING: TrinoClusters must specify a `catalogLabelSelector`. Previously all TrinoCatalogs within the same namespace where used when `catalogLabelSelector` was not specified, which is unwanted behavior ([#277]). [#277]: https://github.com/stackabletech/trino-operator/pull/277 diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index dc1d16da..bad53404 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -3,6 +3,6 @@ helm: repo_name: stackable-dev repo_url: https://repo.stackable.tech/repository/helm-dev/ versions: - commons: 0.4.0-nightly - secret: 0.6.0-nightly - trino: 0.6.0-nightly + commons: 0.3.0 + secret: 0.5.0 + trino: 0.6.0 From 5060616723ac3be6485af1115bbd1bf76cc7da19 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 8 Sep 2022 13:31:10 +0200 Subject: [PATCH 2/2] release 0.6.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- deploy/helm/trino-operator/Chart.yaml | 4 ++-- deploy/manifests/configmap.yaml | 2 +- deploy/manifests/deployment.yaml | 4 ++-- deploy/manifests/serviceaccount.yaml | 4 ++-- docs/antora.yml | 4 ++-- rust/crd/Cargo.toml | 2 +- rust/operator-binary/Cargo.toml | 2 +- 9 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62112a42..ee90ca7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.6.0] - 2022-09-08 + ### Changed - BREAKING: TrinoClusters must specify a `catalogLabelSelector`. Previously all TrinoCatalogs within the same namespace where used when `catalogLabelSelector` was not specified, which is unwanted behavior ([#277]). diff --git a/Cargo.lock b/Cargo.lock index 2eeaed71..18f20c31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,7 +1782,7 @@ dependencies = [ [[package]] name = "stackable-trino-crd" -version = "0.6.0-nightly" +version = "0.6.0" dependencies = [ "indoc", "rstest", @@ -1798,7 +1798,7 @@ dependencies = [ [[package]] name = "stackable-trino-operator" -version = "0.6.0-nightly" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", diff --git a/deploy/helm/trino-operator/Chart.yaml b/deploy/helm/trino-operator/Chart.yaml index b25b6379..fec0ec73 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.6.0-nightly" -appVersion: "0.6.0-nightly" +version: "0.6.0" +appVersion: "0.6.0" description: The Stackable Operator for Trino home: https://github.com/stackabletech/trino-operator maintainers: diff --git a/deploy/manifests/configmap.yaml b/deploy/manifests/configmap.yaml index 45ed7488..9ee42288 100644 --- a/deploy/manifests/configmap.yaml +++ b/deploy/manifests/configmap.yaml @@ -236,4 +236,4 @@ metadata: labels: app.kubernetes.io/name: trino-operator app.kubernetes.io/instance: trino-operator - app.kubernetes.io/version: "0.6.0-nightly" + app.kubernetes.io/version: "0.6.0" diff --git a/deploy/manifests/deployment.yaml b/deploy/manifests/deployment.yaml index 75f142c1..36a81cfd 100644 --- a/deploy/manifests/deployment.yaml +++ b/deploy/manifests/deployment.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/name: trino-operator app.kubernetes.io/instance: trino-operator - app.kubernetes.io/version: "0.6.0-nightly" + app.kubernetes.io/version: "0.6.0" spec: replicas: 1 strategy: @@ -26,7 +26,7 @@ spec: containers: - name: trino-operator securityContext: {} - image: "docker.stackable.tech/stackable/trino-operator:0.6.0-nightly" + image: "docker.stackable.tech/stackable/trino-operator:0.6.0" imagePullPolicy: IfNotPresent resources: {} volumeMounts: diff --git a/deploy/manifests/serviceaccount.yaml b/deploy/manifests/serviceaccount.yaml index 2e986d3c..f70ba731 100644 --- a/deploy/manifests/serviceaccount.yaml +++ b/deploy/manifests/serviceaccount.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/name: trino-operator app.kubernetes.io/instance: trino-operator - app.kubernetes.io/version: "0.6.0-nightly" + app.kubernetes.io/version: "0.6.0" --- apiVersion: rbac.authorization.k8s.io/v1 # This cluster role binding allows anyone in the "manager" group to read secrets in any namespace. @@ -16,7 +16,7 @@ metadata: labels: app.kubernetes.io/name: trino-operator app.kubernetes.io/instance: trino-operator - app.kubernetes.io/version: "0.6.0-nightly" + app.kubernetes.io/version: "0.6.0" subjects: - kind: ServiceAccount name: trino-operator-serviceaccount diff --git a/docs/antora.yml b/docs/antora.yml index f85369c4..618d7bbe 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ name: trino -version: "nightly" +version: "0.6" title: Stackable Operator for Trino nav: - modules/getting_started/nav.adoc - modules/ROOT/nav.adoc -prerelease: true +prerelease: false diff --git a/rust/crd/Cargo.toml b/rust/crd/Cargo.toml index 35a97637..40d23210 100644 --- a/rust/crd/Cargo.toml +++ b/rust/crd/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "OSL-3.0" name = "stackable-trino-crd" repository = "https://github.com/stackabletech/trino-operator" -version = "0.6.0-nightly" +version = "0.6.0" [dependencies] stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.22.0" } diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index 5fe18606..2c977611 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "OSL-3.0" name = "stackable-trino-operator" repository = "https://github.com/stackabletech/trino-operator" -version = "0.6.0-nightly" +version = "0.6.0" [dependencies] stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.22.0" }