Skip to content

Commit 8f860c4

Browse files
sbernauerfhennig
authored andcommitted
release 0.6.0
1 parent e315335 commit 8f860c4

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.6.0] - 2022-11-07
8+
79
### Changed
810

911
- Bumped image to `3.3.0-stackable0.2.0` in tests and docs ([#145])

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/helm/spark-k8s-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: spark-k8s-operator
4-
version: "0.6.0-nightly"
5-
appVersion: "0.6.0-nightly"
4+
version: "0.6.0"
5+
appVersion: "0.6.0"
66
description: The Stackable Operator for Apache Spark-on-Kubernetes
77
home: https://github.com/stackabletech/spark-k8s-operator
88
maintainers:

deploy/manifests/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ metadata:
1414
labels:
1515
app.kubernetes.io/name: spark-k8s-operator
1616
app.kubernetes.io/instance: spark-k8s-operator
17-
app.kubernetes.io/version: "0.6.0-nightly"
17+
app.kubernetes.io/version: "0.6.0"

deploy/manifests/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: spark-k8s-operator
88
app.kubernetes.io/instance: spark-k8s-operator
9-
app.kubernetes.io/version: "0.6.0-nightly"
9+
app.kubernetes.io/version: "0.6.0"
1010
spec:
1111
replicas: 1
1212
strategy:
@@ -35,7 +35,7 @@ spec:
3535
runAsUser: 1000
3636
seccompProfile:
3737
type: RuntimeDefault
38-
image: "docker.stackable.tech/stackable/spark-k8s-operator:0.6.0-nightly"
38+
image: "docker.stackable.tech/stackable/spark-k8s-operator:0.6.0"
3939
imagePullPolicy: IfNotPresent
4040
resources: {}
4141
volumeMounts:

deploy/manifests/serviceaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: spark-k8s-operator
88
app.kubernetes.io/instance: spark-k8s-operator
9-
app.kubernetes.io/version: "0.6.0-nightly"
9+
app.kubernetes.io/version: "0.6.0"
1010
---
1111
apiVersion: rbac.authorization.k8s.io/v1
1212
# This cluster role binding allows anyone in the "manager" group to read secrets in any namespace.
@@ -16,7 +16,7 @@ metadata:
1616
labels:
1717
app.kubernetes.io/name: spark-k8s-operator
1818
app.kubernetes.io/instance: spark-k8s-operator
19-
app.kubernetes.io/version: "0.6.0-nightly"
19+
app.kubernetes.io/version: "0.6.0"
2020
subjects:
2121
- kind: ServiceAccount
2222
name: spark-k8s-operator-serviceaccount

docs/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: spark-k8s
3-
version: "nightly"
3+
version: "0.6"
44
title: Stackable Operator for Apache Spark on Kubernetes
55
nav:
66
- modules/getting_started/nav.adoc
77
- modules/ROOT/nav.adoc
8-
prerelease: true
8+
prerelease: false

rust/crd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "OSL-3.0"
66
name = "stackable-spark-k8s-crd"
77
repository = "https://github.com/stackabletech/spark-k8s-operator"
8-
version = "0.6.0-nightly"
8+
version = "0.6.0"
99
publish = false
1010

1111
[dependencies]

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "OSL-3.0"
66
name = "stackable-spark-k8s-operator"
77
repository = "https://github.com/stackabletech/spark-k8s-operator"
8-
version = "0.6.0-nightly"
8+
version = "0.6.0"
99
publish = false
1010

1111
[dependencies]

0 commit comments

Comments
 (0)