Skip to content

Commit a4b816d

Browse files
committed
release (#61)
release
1 parent 9c3ca09 commit a4b816d

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
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.1.0] - 2022-05-05
8+
79
### Added
810

911
- Initial commit

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.1.0-nightly
5-
appVersion: "0.1.0-nightly"
4+
version: 0.1.0
5+
appVersion: "0.1.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
@@ -284,4 +284,4 @@ metadata:
284284
labels:
285285
app.kubernetes.io/name: spark-k8s-operator
286286
app.kubernetes.io/instance: spark-k8s-operator
287-
app.kubernetes.io/version: "0.1.0-nightly"
287+
app.kubernetes.io/version: "0.1.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.1.0-nightly"
9+
app.kubernetes.io/version: "0.1.0"
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.1.0-nightly"
29+
image: "docker.stackable.tech/stackable/spark-k8s-operator:0.1.0"
3030
imagePullPolicy: IfNotPresent
3131
resources: {}
3232
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.1.0-nightly"
9+
app.kubernetes.io/version: "0.1.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.1.0-nightly"
19+
app.kubernetes.io/version: "0.1.0"
2020
subjects:
2121
- kind: ServiceAccount
2222
name: spark-k8s-operator-serviceaccount

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.1.0-nightly"
8+
version = "0.1.0"
99

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

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.1.0-nightly"
8+
version = "0.1.0"
99

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

0 commit comments

Comments
 (0)