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
+5-13
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,13 @@
1
-
# MongoDB Kubernetes Operator 0.8.1
1
+
# MongoDB Kubernetes Operator 0.8.2
2
+
3
+
## Kubernetes Operator
2
4
3
-
## MongoDBCommunity Resource
4
5
- Changes
5
-
- Connection string options
6
-
- The MongoDBCommunity Resource now contains a new field ```additionalConnectionStringConfig``` where connection string options can be set, and they will apply to the connection string of every user.
7
-
- Each user in the resource contains the same field ```additionalConnectionStringConfig``` and these options apply only for this user and will override any existing options in the resource.
8
-
- The following options will be ignored `replicaSet`, `tls`, `ssl`, as they are set through other means.
- Additionally to the `specWrapper` for `statefulsets` we now support overriding `metadata.Labels` and `metadata.Annotations` via the `MetadataWrapper`.
- Fix a bug when overriding tolerations causing an endless reconciliation loop ([1344](https://github.com/mongodb/mongodb-kubernetes-operator/issues/1344)).
0 commit comments