@@ -20,6 +20,85 @@ Release Notes for |k8s-op-full|
2020 Production Notes </reference/production-notes>
2121 Known Issues </reference/known-issues>
2222
23+ .. _ent-op-1.7.1:
24+
25+ |k8s-op-full| 1.7.1
26+ -------------------
27+
28+ *Released 2020-09-02*
29+
30+ MongoDB Resource Changes
31+ ~~~~~~~~~~~~~~~~~~~~~~~~
32+
33+ - Supports setting the Distinguished Name (DN) of the LDAP group to
34+ which the {+mdbagent+} user belongs with the
35+ :setting:`spec.security.authentication.ldap.automationLdapGroupDN`
36+ setting.
37+ - Requires you to provide
38+ :setting:`spec.security.authentication.agents.mode` if you specify
39+ more than one mode in :setting:`spec.security.authentication.modes`.
40+ - Supports setting {+mdbagent+} startup parameters for MongoDB Database
41+ resources with the following settings:
42+
43+ - :opsmgrkube:`spec.applicationDatabase.agent.startupOptions`
44+ - :setting:`spec.agent.startupOptions`
45+ - :setting:`spec.configSrv.agent.startupOptions`
46+ - :setting:`spec.mongos.agent.startupOptions`
47+ - :setting:`spec.shard.agent.startupOptions`
48+
49+ Bug Fixes
50+ ~~~~~~~~~
51+
52+ - |onprem| resources:
53+
54+ - Fixes a bug where you could not enable ``SCRAM-SHA``
55+ authentication for application database resources using certain
56+ MongoDB versions with |onprem| 4.4.
57+ - Fixes a bug where application database monitoring was not correctly
58+ configured in |onprem| when you enabled |tls| for the application
59+ database.
60+ - Fixes a bug to move the |onprem| |certauth| configuration from
61+ :setting:`spec.applicationDatabase.security.tls.ca` to
62+ ``spec.security.tls.ca``.
63+
64+ - MongoDB resources:
65+
66+ - Fixes a bug that prevented you from increasing or decreasing the number
67+ of members in a replica set or a sharded cluster by more than one
68+ member at a time for MongoDB 4.4 deployments.
69+ - Fixes an issue where the |k8s-op-short| could not enable agent
70+ authentication if you enabled ``LDAP`` authentication for a MongoDB
71+ resource.
72+ - Fixes an issue where you could not create ``SCRAM`` users and enable
73+ ``SCRAM`` authentication in any order for a MongoDB resource.
74+ - Fixes an issue where the |k8s-op-short| did not remove the backup
75+ automation configuration before starting the agent on a MongoDB
76+ resource |k8s-pod|.
77+
78+ Known Issues
79+ ~~~~~~~~~~~~
80+
81+ - If you enable |tls| on the application database, you must not provide the
82+ :opsmgrkube:`spec.applicationDatabase.version` field in an |onprem|
83+ resource definition.
84+ - You cannot use MongoDB 4.4 as an application database for an |onprem|
85+ resource.
86+ - When you upgrade to the |k8s-op-short| 1.7.1, you might have to delete
87+ the ``mongodb-enterprise-operator`` |k8s-pod| due to deployment
88+ configuration changes.
89+
90+ This is a safe operation. Deleting the
91+ ``mongodb-enterprise-operator`` pod does not affect the MongoDB
92+ |k8s-custom-resources|.
93+ - If you use |tls| certificates signed by a custom |certauth|, you must:
94+
95+ - Omit the :opsmgrkube:`spec.version.applicationDatabase` setting from
96+ your |onprem| resource definition, and
97+ - Deploy |onprem| in :ref:`local mode
98+ <deploy-om-container-local-mode>`. You must manually copy
99+ installation archives for all MongoDB versions you want to use to
100+ a |k8s-pv| for the |onprem| StatefulSet.
101+
23102.. _ent-op-1.7.0:
24103
25104|k8s-op-full| 1.7.0
0 commit comments