File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ spec:
129
129
valueFrom :
130
130
fieldRef :
131
131
fieldPath : metadata.namespace
132
- image : foundationdb/fdb-kubernetes-operator:v0.36 .0
132
+ image : foundationdb/fdb-kubernetes-operator:v0.37 .0
133
133
name : manager
134
134
ports :
135
135
- containerPort : 8080
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:v0.36 .0
86
+ image : foundationdb/fdb-kubernetes-operator:v0.37 .0
87
87
name : manager
88
88
env :
89
89
- name : FDB_NETWORK_OPTION_EXTERNAL_CLIENT_DIRECTORY
Original file line number Diff line number Diff line change
1
+ # v0.37.0
2
+
3
+ * Show the availability instead of the cluster health in the kubectl output.
4
+ * Ensure that coordinator selection is deterministic.
5
+ * Ensure that we never remove an active coordinator.
6
+ * Print messages about pending removals in the ` kubectl fdb analyze ` command.
7
+ * Only reconcile on generation or annotation change.
8
+ * Allow reconciliation to move forward when PVCs are stuck in terminating.
9
+ * Add an option for the maximum concurrent replacements when doing safety checks
10
+ for automatic replacements.
11
+ * Add an option for the maximum concurrent reconciliations.
12
+ * Clean up the helm chart.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ published for each major version.
25
25
26
26
| Operator Version | Most Recent Version | Supported Cluster Models | Supported FDB Versions | Supported Kubernetes Versions |
27
27
| ----------------- | ------------------- | ------------------------- | ----------------------- | ----------------------------- |
28
- | 0.x | 0.36 .0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28
+ | 0.x | 0.37 .0 | v1beta1 | 6.1.12+ | 1.15.0+ |
29
29
30
30
## Preparing for a Major Release
31
31
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.2.0
21
21
22
22
# This is the version number of the application being deployed. This version number should be
23
23
# incremented each time you make changes to the application.
24
- appVersion : 0.36 .0
24
+ appVersion : 0.37 .0
Original file line number Diff line number Diff line change 1
1
---
2
2
image :
3
3
repository : foundationdb/fdb-kubernetes-operator
4
- tag : v0.36 .0
4
+ tag : v0.37 .0
5
5
pullPolicy : IfNotPresent
6
6
7
7
initContainers :
You can’t perform that action at this time.
0 commit comments