File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 66
66
containers :
67
67
- command :
68
68
- /manager
69
- image : foundationdb/fdb-kubernetes-operator:v1.1.1
69
+ image : foundationdb/fdb-kubernetes-operator:v1.2.0
70
70
name : manager
71
71
env :
72
72
- name : WATCH_NAMESPACE
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ spec:
150
150
valueFrom :
151
151
fieldRef :
152
152
fieldPath : metadata.namespace
153
- image : foundationdb/fdb-kubernetes-operator:v1.1.1
153
+ image : foundationdb/fdb-kubernetes-operator:v1.2.0
154
154
name : manager
155
155
ports :
156
156
- containerPort : 8080
Original file line number Diff line number Diff line change
1
+ # v1.2.0
2
+
3
+ ## Changes
4
+
5
+ * Document fail-over with plugin and allow to update config [ #1131 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1131 ) .
6
+ * Update go version to 1.17.8 [ #1147 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1147 ) .
7
+ * Recreating pods that are not fully excluded [ #1136 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1136 ) .
8
+ * Add 7.1.0-rc3 to our CI pipeline [ #1128 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1128 ) .
9
+ * Add support for ssd-rocksdb-v1 [ #1152 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1152 ) .
Original file line number Diff line number Diff line change 1
1
---
2
2
image :
3
3
repository : foundationdb/fdb-kubernetes-operator
4
- tag : v1.1.1
4
+ tag : v1.2.0
5
5
pullPolicy : IfNotPresent
6
6
7
7
initContainers :
You can’t perform that action at this time.
0 commit comments