@@ -12,6 +12,51 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. _ent-op-1.3.1:
16
+
17
+ |k8s-op-full| 1.3.1
18
+ -------------------
19
+
20
+ *Released 2019-11-08*
21
+
22
+ .. important::
23
+
24
+ This release introduces significant changes that may not be
25
+ compatible with previous deployments or resource configurations. Read
26
+ :doc:`/tutorial/migrate-to-single-resource` before
27
+ upgrading the |k8s-op-short|.
28
+
29
+ MongoDB Resource Changes
30
+ ~~~~~~~~~~~~~~~~~~~~~~~~
31
+
32
+ - Requires one MongoDB resource per |onprem| project. If you
33
+ have more than one MongoDB resource in a project, all resources will
34
+ change to a ``Pending`` status and the |k8s-op-short| won’t perform
35
+ any changes on them. The existing MongoDB databases will still be
36
+ accessible. You must :ref:`migrate to one resource per project
37
+ <migrate-single-cluster>`.
38
+
39
+ - Supports ``SCRAM-SHA`` authentication mode. See :gh:`the MongoDB
40
+ Enterprise Kubernetes Operator GitHub repository
41
+ </mongodb/mongodb-enterprise-kubernetes/tree/master/samples/extended/authentication/scram>`
42
+ for examples.
43
+
44
+ - Requires that the project (:ref:`ConfigMap <create-k8s-project>`) and
45
+ credentials (:ref:`secret <create-k8s-secret>`)
46
+ referenced from a MongoDB resource be in the same namespace.
47
+
48
+ - Adds OpenShift installation files (|yaml| file and Helm chart
49
+ configuration).
50
+
51
+
52
+ Ops Manager Resource Changes (Alpha Release)
53
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
+
55
+ - Supports highly available :ref:`Ops Manager resources
56
+ <k8s-om-specification>` by introducing the ``spec.replicas`` setting.
57
+
58
+ - Runs |k8s-pods| as a non-root user.
59
+
15
60
.. _ent-op-1.3.0:
16
61
17
62
|k8s-op-full| 1.3.0
@@ -51,8 +96,8 @@ Specification Schema Changes
51
96
name of the project defaults to the name of the MongoDB resource in
52
97
|k8s|.
53
98
54
- Ops Manager Resource Changes
55
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
+ Ops Manager Resource Changes (Alpha Release)
100
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
101
57
102
This release introduces signficant changes to the |onprem| resource's
58
103
architecture. The |onprem| application database is now managed by
@@ -153,8 +198,9 @@ Alpha Release
153
198
154
199
This feature is an alpha release. It is not ready for production use.
155
200
156
- - Can use the |k8s-op-short| to manage |onprem| 4.2. To deploy an
157
- |onprem| instance, you use a new Resource: ``MongoDBOpsManager``.
201
+ - Can use the |k8s-op-short| to manage |onprem| 4.2. To :doc:`deploy an
202
+ |onprem| instance </tutorial/deploy-om-container>`, you use a new
203
+ :ref:`resource <k8s-om-specification>`: ``MongoDBOpsManager``.
158
204
159
205
.. _ent-op-1.1:
160
206
0 commit comments