Skip to content

Commit d7620d2

Browse files
committed
Bump version to 0.5.0-nightly (#134)
# Description *Please add a description here. This will become the commit message of the merge request later.*
1 parent e1af82b commit d7620d2

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/helm/secret-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: secret-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 Stackable Secret Operator
77
home: https://github.com/stackabletech/secret-operator
88
maintainers:

deploy/manifests/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
labels:
88
app.kubernetes.io/name: secret-operator
99
app.kubernetes.io/instance: secret-operator
10-
app.kubernetes.io/version: "0.4.0"
10+
app.kubernetes.io/version: "0.5.0-nightly"

deploy/manifests/daemonset.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: secret-operator
88
app.kubernetes.io/instance: secret-operator
9-
app.kubernetes.io/version: "0.4.0"
9+
app.kubernetes.io/version: "0.5.0-nightly"
1010
spec:
1111
selector:
1212
matchLabels:
@@ -25,7 +25,7 @@ spec:
2525
securityContext:
2626
privileged: true
2727
runAsUser: 0
28-
image: "docker.stackable.tech/stackable/secret-operator:0.4.0"
28+
image: "docker.stackable.tech/stackable/secret-operator:0.5.0-nightly"
2929
imagePullPolicy: IfNotPresent
3030
resources: {}
3131
env:

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: secret-operator
88
app.kubernetes.io/instance: secret-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: secret-operator
1818
app.kubernetes.io/instance: secret-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: secret-operator-serviceaccount

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: secret-operator
3-
version: 0.4.0
3+
version: nightly
44
title: Stackable Secret Operator
55
nav:
66
- modules/ROOT/nav.adoc

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackable-secret-operator"
33
authors = ["Stackable GmbH <info@stackable.de>"]
44
description = "Stackable Operator for managing credentials"
55
license = "OSL-3.0"
6-
version = "0.4.0"
6+
version = "0.5.0-nightly"
77
edition = "2021"
88
repository = "https://github.com/stackabletech/secret-operator"
99

0 commit comments

Comments
 (0)