File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
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.41.0
132
+ image : foundationdb/fdb-kubernetes-operator:v0.41.1
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.41.0
86
+ image : foundationdb/fdb-kubernetes-operator:v0.41.1
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.41.0
1
+ # v0.41.1
2
2
3
3
* Fix the security context and ClusterRoleBindings in the helm chart.
4
4
* Fix some scenarios where we block reconciliation on pending pods.
Original file line number Diff line number Diff line change
1
+ # v0.41.1
2
+
3
+ * Restore a missing shim
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.41.0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28
+ | 0.x | 0.41.1 | v1beta1 | 6.1.12+ | 1.15.0+ |
29
29
30
30
## Preparing for a Major Release
31
31
You can’t perform that action at this time.
0 commit comments