@@ -12,6 +12,61 @@ Release Notes for |k8s-op-full|
1212 :depth: 1
1313 :class: singlecol
1414
15+ .. _ent-op-1.18.x:
16+
17+ |k8s-op-full| 1.18 Series
18+ -------------------------
19+
20+ .. _ent_op-1.18.0:
21+
22+ |k8s-op-full| 1.18.0
23+ ~~~~~~~~~~~~~~~~~~~~
24+
25+ *Released 2022-12-29*
26+
27+ Improvements
28+ ````````````
29+
30+ - Adds support for ``SCRAM-SHA-1`` for user and MongoDB Agent
31+ authentication. To enable either authentication, use ``MONGODB-CR``
32+ and ``SCRAM-SHA-1`` in the authentication modes.
33+
34+ - Adds support for the following features for OpsManager Backup configuration:
35+
36+ - KMIP Backup Configuration support through the
37+ ``spec.backup.encryption.kmip`` parameter in
38+ :opsmgrkube:`OpsManager <spec.backup.encryption.kmip>`
39+ and :setting:`MongoDB resources <spec.backup.encryption.kmip>`. To
40+ learn more, see :ref:`configure-kmip-backup-encryption`.
41+ - Backup Assignment Labels settings in
42+ ``spec.backup.[*].assignmentLabels`` elements of the OpsManager
43+ resource.
44+ - Backup Snapshot Schedule configuration through the
45+ :setting:`spec.backup.snapshotSchedule` parameter in the OpsManager
46+ resource. To learn more, see :ref:`back-up-mdb-resources`.
47+
48+ - Adds support for disaster recovery in |multi-clusters|, which are in
49+ the beta release. To learn more, see :ref:`disaster-recovery-ref` and
50+ :ref:`multi-cluster-cli-reference-ref`.
51+
52+ MongoDB Resource
53+ `````````````````
54+
55+ - Adds documentation for
56+ :setting:`spec.additionalMongodConfig.net.tls.disabledProtocols`.
57+
58+ Bug Fixes
59+ `````````
60+
61+ - Fixes the issue where you configure a liveness probe and it reports a
62+ positive result when you terminate a MongoDB Agent's process. This
63+ could cause Pods hosting MongoDB resources to run without the
64+ Automation Agent. In addition to this fix, consider configuring
65+ :ref:`readiness probe overrides <readiness-probe-override>`.
66+
67+ - Fixes the startup script in database Pod that might report errors when
68+ the Pod restarts.
69+
1570.. _ent-op-1.17.x:
1671
1772|k8s-op-full| 1.17 Series
@@ -105,8 +160,6 @@ Improvements
105160 |k8s-op-short| on OpenShift. When you upgrade your |k8s-op-short|
106161 deployment, it automatically pulls new images from Quay. You don't need to
107162 take any action.
108-
109-
110163
111164.. _ent_op-1.17.0:
112165
@@ -1298,7 +1351,7 @@ Known Issues
12981351 configuration changes.
12991352
13001353 This is a safe operation. Deleting the
1301- ``mongodb-enterprise-operator`` pod does not affect the MongoDB
1354+ ``mongodb-enterprise-operator`` Pod does not affect the MongoDB
13021355 |k8s-custom-resources|.
13031356- If you use |tls| certificates signed by a custom |certauth|, you must:
13041357
@@ -1650,7 +1703,7 @@ Ops Manager Resource Changes
16501703- Supports :opsmgrkube:`spec.jvmParameters` and :opsmgrkube:`spec.backup.jvmParameters` to add or
16511704 override JVM parameters in |onprem| and Backup Daemon processes.
16521705- Automatically configures |onprem| and Backup Daemon JVM memory
1653- parameters based on pod memory availability.
1706+ parameters based on Pod memory availability.
16541707- Supports |tls| for |onprem| and the Application Database.
16551708- Adds more detailed information to the ``status`` field.
16561709- Supports |onprem| Local Mode for ``MongoDBOpsManager`` resources with
0 commit comments