diff --git a/CHANGELOG.md b/CHANGELOG.md index d901f7ee..662158ba 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.7.0] - 2023-07-14 + ### Added - Generate OLM bundle for Release 23.4.0 ([#238]). diff --git a/Cargo.lock b/Cargo.lock index 78fbb7c7..64793022 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1944,7 +1944,7 @@ dependencies = [ [[package]] name = "stackable-spark-k8s-crd" -version = "0.0.0-dev" +version = "23.7.0" dependencies = [ "rstest", "semver", @@ -1959,7 +1959,7 @@ dependencies = [ [[package]] name = "stackable-spark-k8s-operator" -version = "0.0.0-dev" +version = "23.7.0" dependencies = [ "anyhow", "built", diff --git a/deploy/helm/spark-k8s-operator/Chart.yaml b/deploy/helm/spark-k8s-operator/Chart.yaml index 5d137d3a..6ba5cc99 100644 --- a/deploy/helm/spark-k8s-operator/Chart.yaml +++ b/deploy/helm/spark-k8s-operator/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: spark-k8s-operator -version: "0.0.0-dev" -appVersion: "0.0.0-dev" +version: "23.7.0" +appVersion: "23.7.0" description: The Stackable Operator for Apache Spark-on-Kubernetes home: https://github.com/stackabletech/spark-k8s-operator maintainers: diff --git a/docs/antora.yml b/docs/antora.yml index d522680b..156ae9bf 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,3 +1,4 @@ --- name: home -version: "nightly" +version: "23.7" +prerelease: false diff --git a/docs/templating_vars.yaml b/docs/templating_vars.yaml index 85f44a3a..a39482a4 100644 --- a/docs/templating_vars.yaml +++ b/docs/templating_vars.yaml @@ -1,8 +1,8 @@ --- 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 - spark: 0.0.0-dev + commons: "23.7" + secret: "23.7" + spark: "23.7" diff --git a/rust/crd/Cargo.toml b/rust/crd/Cargo.toml index ce5dffbc..2c1d5cef 100644 --- a/rust/crd/Cargo.toml +++ b/rust/crd/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "OSL-3.0" name = "stackable-spark-k8s-crd" repository = "https://github.com/stackabletech/spark-k8s-operator" -version = "0.0.0-dev" +version = "23.7.0" publish = false [dependencies] diff --git a/rust/operator-binary/Cargo.toml b/rust/operator-binary/Cargo.toml index 25b3418f..248e9ccf 100644 --- a/rust/operator-binary/Cargo.toml +++ b/rust/operator-binary/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "OSL-3.0" name = "stackable-spark-k8s-operator" repository = "https://github.com/stackabletech/spark-k8s-operator" -version = "0.0.0-dev" +version = "23.7.0" publish = false [dependencies] diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 95f8b8de..83e8c2d4 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -15,8 +15,8 @@ dimensions: - "false" - name: spark values: - - 3.3.0-stackable0.0.0-dev - - 3.4.0-stackable0.0.0-dev + - 3.3.0-stackable23.7 + - 3.4.0-stackable23.7 - name: ny-tlc-report values: - 0.1.0