File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-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.13 .0
21
+ appVersion : v2.14 .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.13 .0
4
+ tag : v2.14 .0
5
5
pullPolicy : IfNotPresent
6
6
initContainers :
7
7
7.1 :
Original file line number Diff line number Diff line change 86
86
containers :
87
87
- command :
88
88
- /manager
89
- image : foundationdb/fdb-kubernetes-operator:v2.13 .0
89
+ image : foundationdb/fdb-kubernetes-operator:v2.14 .0
90
90
name : manager
91
91
env :
92
92
- name : WATCH_NAMESPACE
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ spec:
142
142
valueFrom :
143
143
fieldRef :
144
144
fieldPath : metadata.namespace
145
- image : foundationdb/fdb-kubernetes-operator:v2.13 .0
145
+ image : foundationdb/fdb-kubernetes-operator:v2.14 .0
146
146
name : manager
147
147
ports :
148
148
- containerPort : 8080
Original file line number Diff line number Diff line change
1
+ # v2.14.0
2
+
3
+ ## Changes
4
+
5
+ * Modify Backup URL in Reconciler [ #2347 ] ( https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2347 )
6
+ * Update documentation for TLS with backup agents [ #2358 ] ( https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2358 )
7
+ * Add initial implementation of a finalizer for the backup cleanup [ #2360 ] ( https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2360 )
8
+ * Support specifying backupVersion in Restore Spec [ #2317 ] ( https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2317 )
9
+ * Add fault domain check for kubectl fdb analyze command [ #2362 ] ( https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2362 )
10
+ * Remove the deprecated genericclioption [ #2363 ] ( https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2363 )
11
+ * Allow to replace process groups with a high run loop busy value [ #2367 ] ( https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2367 )
12
+ * Improve the backup e2e tests to allow multiple tests [ #2364 ] ( https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2364 )
You can’t perform that action at this time.
0 commit comments