File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed
Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ spec:
129129 valueFrom :
130130 fieldRef :
131131 fieldPath : metadata.namespace
132- image : foundationdb/fdb-kubernetes-operator:v0.37 .0
132+ image : foundationdb/fdb-kubernetes-operator:v0.38 .0
133133 name : manager
134134 ports :
135135 - containerPort : 8080
Original file line number Diff line number Diff line change 8383 containers :
8484 - command :
8585 - /manager
86- image : foundationdb/fdb-kubernetes-operator:v0.37 .0
86+ image : foundationdb/fdb-kubernetes-operator:v0.38 .0
8787 name : manager
8888 env :
8989 - name : FDB_NETWORK_OPTION_EXTERNAL_CLIENT_DIRECTORY
Original file line number Diff line number Diff line change 1+ # v0.38.0
2+
3+ * Fix CI.
4+ * Remove deprecated metrics.
5+ * Don't skip update status after process groups are removed.
6+ * Wait to set the HasPendingRemoval flag in the status until we’ve started terminating the resources.
7+ * Deprecate the Resolver field in the process counts.
8+ * Support defining custom match labels for identifying resources owned by the operator.
9+ * Refactor reconciliations results to use a custom structure.
10+ * Pod IP selection rules for dual-stack environments.
11+ * Make health check in the database more narrowly-targeted.
12+ * Enable automatic replacements by default.
13+ * Improve user manual.
14+ * Remove cache for the database.
15+ * Merge affinities instead of replacing them.
16+ * Update output files.
17+ * Add a compact format to the FDB version.
18+ * Allow defininig which processes should take part in coordinator selection.
19+ * Fallback to pod IP rather than machine ID.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ published for each major version.
2525
2626| Operator Version | Most Recent Version | Supported Cluster Models | Supported FDB Versions | Supported Kubernetes Versions |
2727| ----------------- | ------------------- | ------------------------- | ----------------------- | ----------------------------- |
28- | 0.x | 0.37 .0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28+ | 0.x | 0.38 .0 | v1beta1 | 6.1.12+ | 1.15.0+ |
2929
3030## Preparing for a Major Release
3131
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.2.0
2121
2222# This is the version number of the application being deployed. This version number should be
2323# incremented each time you make changes to the application.
24- appVersion : 0.37 .0
24+ appVersion : 0.38 .0
Original file line number Diff line number Diff line change 11---
22image :
33 repository : foundationdb/fdb-kubernetes-operator
4- tag : v0.37 .0
4+ tag : v0.38 .0
55 pullPolicy : IfNotPresent
66
77initContainers :
You can’t perform that action at this time.
0 commit comments