Skip to content

Commit 75b0a28

Browse files
authored
Merge pull request #109 from stackabletech/release-20220803083743
bump
2 parents bff6e68 + 7334a57 commit 75b0a28

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

+2-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: spark-k8s-operator
4-
version: "0.4.0"
5-
appVersion: "0.4.0"
4+
version: "0.5.0-nightly"
5+
appVersion: "0.5.0-nightly"
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

+1-1
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.4.0"
17+
app.kubernetes.io/version: "0.5.0-nightly"

deploy/manifests/deployment.yaml

+2-2
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.4.0"
9+
app.kubernetes.io/version: "0.5.0-nightly"
1010
spec:
1111
replicas: 1
1212
strategy:
@@ -26,7 +26,7 @@ spec:
2626
containers:
2727
- name: spark-k8s-operator
2828
securityContext: {}
29-
image: "docker.stackable.tech/stackable/spark-k8s-operator:0.4.0"
29+
image: "docker.stackable.tech/stackable/spark-k8s-operator:0.5.0-nightly"
3030
imagePullPolicy: IfNotPresent
3131
resources: {}
3232
volumeMounts:

deploy/manifests/serviceaccount.yaml

+2-2
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.4.0"
9+
app.kubernetes.io/version: "0.5.0-nightly"
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.4.0"
19+
app.kubernetes.io/version: "0.5.0-nightly"
2020
subjects:
2121
- kind: ServiceAccount
2222
name: spark-k8s-operator-serviceaccount

docs/antora.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: spark-k8s
3-
version: "0.4"
3+
version: "nightly"
44
title: Stackable Operator for Apache Spark on Kubernetes
55
nav:
66
- modules/ROOT/nav.adoc
7-
prerelease: false
7+
prerelease: true

rust/crd/Cargo.toml

+1-1
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.4.0"
8+
version = "0.5.0-nightly"
99

1010
[dependencies]
1111
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag="0.22.0" }

rust/operator-binary/Cargo.toml

+1-1
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.4.0"
8+
version = "0.5.0-nightly"
99

1010
[dependencies]
1111
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag="0.22.0" }

0 commit comments

Comments
 (0)