File tree 5 files changed +17
-4
lines changed
5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ type: application
18
18
version : 0.2.0
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
21
- appVersion : v2.0 .0
21
+ appVersion : v2.1 .0
22
22
maintainers :
23
23
- name : " foundationdb-ci"
Original file line number Diff line number Diff line change 1
1
---
2
2
image :
3
3
repository : foundationdb/fdb-kubernetes-operator
4
- tag : v2.0 .0
4
+ tag : v2.1 .0
5
5
pullPolicy : IfNotPresent
6
6
initContainers :
7
7
6.2 :
Original file line number Diff line number Diff line change 83
83
containers :
84
84
- command :
85
85
- /manager
86
- image : foundationdb/fdb-kubernetes-operator:v2.0 .0
86
+ image : foundationdb/fdb-kubernetes-operator:v2.1 .0
87
87
name : manager
88
88
env :
89
89
- name : WATCH_NAMESPACE
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ spec:
178
178
valueFrom :
179
179
fieldRef :
180
180
fieldPath : metadata.namespace
181
- image : foundationdb/fdb-kubernetes-operator:v2.0 .0
181
+ image : foundationdb/fdb-kubernetes-operator:v2.1 .0
182
182
name : manager
183
183
ports :
184
184
- containerPort : 8080
Original file line number Diff line number Diff line change
1
+ # v2.1.0
2
+
3
+ ## Changes
4
+
5
+ ### Operator
6
+
7
+ * Allow to modify the default CPU and memory for pods [ #2236 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2236 )
8
+ * Remove the 3DH setup from e2e pipeline to reduce required resources [ #2231 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2231 )
9
+ * Avoid panics when merging custom annotation/labels [ #2227 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2227 )
10
+ * Fix PR action for docker build [ #2225 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2225 )
11
+ * Update the e2e tests to reflect the new defaults [ #2222 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2222 )
12
+ * Don't run backup tests for bad version [ #2221 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2221 )
13
+ * Add a new label for running a quick upgrade test case [ #2201 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2201 )
You can’t perform that action at this time.
0 commit comments