File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
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.44 .0
132
+ image : foundationdb/fdb-kubernetes-operator:v0.45 .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.44 .0
86
+ image : foundationdb/fdb-kubernetes-operator:v0.45 .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.45.0
2
+
3
+ * Added flag in ` FoundationDBClusterAutomationOptions ` for enabling no-wait excludes
4
+ * Refactor exposed methods
5
+ * Specify the complete registry to allow builds with container
6
+ runtimes/builders other than docker
7
+ * Make DatabaseConfiguration explicit
8
+ * Corrected the log level to error for all error in ` UpdatePodConfig `
9
+ * Deprecated ` enforceFullReplicationForDeletion `
10
+ * Ensure in reconcilers that we iterate over ProcessGroups not
11
+ Instances/Pods, fixing #918
12
+ * ` ProcessGroupIDLabels ` and ` ProcessClassLabels ` have a new max limit of
13
+ 100 items
14
+ * pod client: uses the default retry policy of hashicorp/go-retryablehttp
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.44 .0
4
+ tag : v0.45 .0
5
5
pullPolicy : IfNotPresent
6
6
7
7
initContainers :
You can’t perform that action at this time.
0 commit comments