Skip to content

Commit

Permalink
release 23.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adwk67 committed Jul 14, 2023
1 parent 0e84b00 commit d600a3f
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]).
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deploy/helm/spark-k8s-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 2 additions & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: home
version: "nightly"
version: "23.7"
prerelease: false
10 changes: 5 additions & 5 deletions docs/templating_vars.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion rust/crd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion rust/operator-binary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d600a3f

Please sign in to comment.