You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE_NOTES.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,18 @@
1
-
# MongoDB Kubernetes Operator 0.7.1
1
+
# MongoDB Kubernetes Operator 0.7.2
2
2
3
3
## Kubernetes Operator
4
4
5
-
- Changes
6
-
- MongoDB database of the statefulSet is managed using distinct Role, ServiceAccount and RoleBinding.
7
-
- TLS Secret can also contain a single "tls.pem" entry, containing the concatenation of the certificate and key
8
-
- If a TLS secret contains all of "tls.key", "tls.crt" and "tls.pem" entries, the operator will raise an error if the "tls.pem" one is not equal to the concatenation of "tls.crt" with "tls.key"
9
-
- Readinessprobe reports MongoDB running as Arbitrer as _Running_ & _Healthy_.
10
-
- The `CLUSTER_DOMAIN` environment variable can be set on the Operator Pod, to configure the Kubernetes cluster's Domain,
11
-
in case this one differs from the default `cluster.local`.
5
+
- Bug fixes
6
+
- Adds missing roles for Database Pods.
7
+
- Fixes OpenShift install.
12
8
13
9
## MongoDBCommunity Resource
14
-
* Changes
15
-
* Specifying `spec.additionalMongodConfig.storage.dbPath` will now be respected correctly.
0 commit comments