@@ -20,6 +20,73 @@ Release Notes for |k8s-op-full|
20
20
Production Notes </reference/production-notes>
21
21
Known Issues </reference/known-issues>
22
22
23
+ .. _ent-op-1.8.0:
24
+
25
+ |k8s-op-full| 1.8.0
26
+ -------------------
27
+
28
+ *Released 2020-09-30*
29
+
30
+ .. admonition:: Breaking Changes
31
+ :class: warning
32
+
33
+ The Mongodb Enterprise Database image now requires an init container. If
34
+ you are using a private repository, you must set the ``INIT_DATABASE_IMAGE_REPOSITORY``
35
+ environment variable in the Operator deployment, and the new
36
+ init container must exist inside this repository.
37
+
38
+ MongoDB Resource Changes
39
+ ~~~~~~~~~~~~~~~~~~~~~~~~
40
+
41
+ - Introduces new configuration fields:
42
+
43
+ - ``spec.security.authentication.requireClientTLSAuthentication`` for using
44
+ the MongoDB Agent client certificate authentication in conjunction with any
45
+ other authentication mechanism.
46
+ - ``spec.security.authentication.agents.clientCertificateSecretRef`` for
47
+ configuring the client TLS certificate used by the MongoDB Agent when
48
+ enabling ClientTLSAuthentication.
49
+
50
+ - Changes the default permissions of volumes created from secrets from ``0644``
51
+ to ``0640``.
52
+
53
+ Ops Manager Resource Changes
54
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
+
56
+ - Allows the Application Database to be configured with SCRAM-SHA-256 authentication when using
57
+ |onprem| 4.4 or newer version.
58
+ - Changes the validation of the |onprem| :setting:`spec.version` field to
59
+ allow for tags that do not match the :gh:`semver </blang/semver>`
60
+ requirements. The :setting:`spec.version` field must start with the
61
+ ``Major.Minor.Patch`` string that represents the |onprem| version. To learn
62
+ more about this field, see :ref:`k8s-om-specification`.
63
+
64
+ Bug Fixes
65
+ ~~~~~~~~~
66
+
67
+ - Fixes an issue that caused the Operator to choose an incorrect project name
68
+ when creating MongoDB users.
69
+ - Fixes an issue that caused the MongoDB |onprem| CRD to have the CA path in
70
+ the incorrect location.
71
+ - Fixes a bug where the MongoDB Agent could not correctly recognize the parameters that
72
+ passed through :setting:`spec.agent.startupOptions`.
73
+ - Fixes an issue that could cause potential deadlock when certain configuration
74
+ options are modified in parallel.
75
+
76
+ Known Issues
77
+ ~~~~~~~~~~~~
78
+
79
+ - When you enable queryable backup, you must manually create two additional
80
+ services for:
81
+
82
+ - Exposing the queryable backup port (default: 25999) for the |onprem| pod.
83
+ - The Backup Daemon pod, to ensure that it is resolvable from the |onprem| pod.
84
+
85
+ - If you deploy |onprem| in :ref:`local mode <deploy-om-container-local-mode>`
86
+ and upgrade from v4.4.1, you must upgrade the MongoDB tools located in the
87
+ ``automation.versions.directory``, which defaults to ``/mongodb-ops-manager/mongodb-releases/``. See :ref:`deploy-om-container-local-mode` for more
88
+ information.
89
+
23
90
.. _ent-op-1.7.1:
24
91
25
92
|k8s-op-full| 1.7.1
0 commit comments