@@ -39,6 +39,15 @@ Bug Fixes
39
39
40
40
Fixes errors in the CSV (This only effects the Red Hat market)
41
41
42
+ ``MongoDBOpsManager`` Resource
43
+ ``````````````````````````````
44
+
45
+ Known Issues
46
+ ++++++++++++
47
+
48
+ - You can't use MongoDB 4.4 as an application database for an |onprem|
49
+ resource.
50
+
42
51
New Images
43
52
``````````
44
53
@@ -100,6 +109,12 @@ Bug Fixes
100
109
the ``MongoDBOpsManager`` resource can't fetch the {+mdbagent+}
101
110
version for the Application Database.
102
111
112
+ Known Issues
113
+ ++++++++++++
114
+
115
+ - You can't use MongoDB 4.4 as an application database for an |onprem|
116
+ resource.
117
+
103
118
Changes
104
119
+++++++
105
120
@@ -159,6 +174,12 @@ Changes
159
174
``MongoDBOpsManager`` Resource
160
175
``````````````````````````````
161
176
177
+ Known Issues
178
+ ++++++++++++
179
+
180
+ - You can't use MongoDB 4.4 as an application database for an |onprem|
181
+ resource.
182
+
162
183
Changes
163
184
+++++++
164
185
@@ -195,6 +216,12 @@ You can find all images in the following registries:
195
216
196
217
*Released 2020-11-16*
197
218
219
+ Known Issues
220
+ ````````````
221
+
222
+ - You can't use MongoDB 4.4 as an application database for an |onprem|
223
+ resource.
224
+
198
225
Bug Fix
199
226
```````
200
227
@@ -212,6 +239,8 @@ state when both :opsmgrkube:`spec.externalConnectivity` and
212
239
Known Issues
213
240
````````````
214
241
242
+ - You can't use MongoDB 4.4 as an application database for an |onprem|
243
+ resource.
215
244
- When both :opsmgrkube:`spec.externalConnectivity` and
216
245
:opsmgrkube:`spec.backup.enabled` are enabled in |onprem| at the same
217
246
time, the |onprem| resource fails to reconcile.
@@ -340,6 +369,9 @@ Bug Fixes
340
369
Known Issues
341
370
````````````
342
371
372
+ - You can't use MongoDB 4.4 as an application database for an |onprem|
373
+ resource.
374
+
343
375
- When you enable queryable backup, you must manually create two
344
376
additional services for:
345
377
@@ -421,7 +453,7 @@ Known Issues
421
453
- If you enable |tls| on the application database, you must not provide the
422
454
:opsmgrkube:`spec.applicationDatabase.version` field in an |onprem|
423
455
resource definition.
424
- - You cannot use MongoDB 4.4 as an application database for an |onprem|
456
+ - You can't use MongoDB 4.4 as an application database for an |onprem|
425
457
resource.
426
458
- When you upgrade to the |k8s-op-short| 1.7.1, you might have to delete
427
459
the ``mongodb-enterprise-operator`` deployment due to deployment
0 commit comments