File tree Expand file tree Collapse file tree 6 files changed +21
-5
lines changed Expand file tree Collapse file tree 6 files changed +21
-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.34.1
132
+ image : foundationdb/fdb-kubernetes-operator:v0.35.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.34.1
86
+ image : foundationdb/fdb-kubernetes-operator:v0.35.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.35.0
2
+
3
+ * Fix a bug with the arguments to the backup and restore commands.
4
+ * Refactor the setup in the main method to move more setup code into a library.
5
+ * Merge the steps for confirming exclusion completion and removing the pods.
6
+ * Improve handling of missing pods when updating the status.
7
+ * Change our release process to upload the binary for the plugin instead of an
8
+ archive.
9
+ * Disable end-to-end tests by default when running ` go test ` directly.
10
+ * Use different config map hashes for different process classes.
11
+ * Remove unnecessary requeueing of reconciliation when a step updates the
12
+ status.
13
+ * Move the FDB client dependencies into a dedicated subpackage.
14
+ * Prefer to place coördinators on storage pods.
15
+ * Add the metadata from the pod template to the schema to prevent pruning.
16
+ * Add an option in the spec to prevent reconciling a cluster.
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.34.1 | v1beta1 | 6.1.12+ | 1.15.0+ |
28
+ | 0.x | 0.35.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 @@ -18,4 +18,4 @@ version: 0.1.0
18
18
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 : 0.34.1
21
+ appVersion : 0.35.0
Original file line number Diff line number Diff line change 1
1
operator :
2
2
name : fdb-kubernetes-operator-controller-manager
3
3
image : foundationdb/fdb-kubernetes-operator
4
- tag : v0.34.1
4
+ tag : v0.35.0
5
5
role : fdb-kubernetes-operator-manager-role
6
6
rolebinding : fdb-kubernetes-operator-manager-rolebinding
7
7
replicas : 1
You can’t perform that action at this time.
0 commit comments