Skip to content

Commit 00ff676

Browse files
committed
Version bump.
1 parent 2873f4b commit 00ff676

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
containers:
8484
- command:
8585
- /manager
86-
image: foundationdb/fdb-kubernetes-operator:v1.4.0
86+
image: foundationdb/fdb-kubernetes-operator:v1.5.0
8787
name: manager
8888
env:
8989
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ spec:
150150
valueFrom:
151151
fieldRef:
152152
fieldPath: metadata.namespace
153-
image: foundationdb/fdb-kubernetes-operator:v1.4.0
153+
image: foundationdb/fdb-kubernetes-operator:v1.5.0
154154
name: manager
155155
ports:
156156
- containerPort: 8080

docs/changelog/v1.5.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# v1.5.0
2+
3+
* Add logging in the fault tolerance checks
4+
* Prevent replacing process groups in a buggified crash loop
5+
* Add more conditions for automatic replacements
6+
* Update the FDB binding version
7+
* Add metrics to reflect the desired number of processes

helm/fdb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image:
33
repository: foundationdb/fdb-kubernetes-operator
4-
tag: v1.4.0
4+
tag: v1.5.0
55
pullPolicy: IfNotPresent
66

77
initContainers:

0 commit comments

Comments
 (0)