Skip to content

Commit 56b7aef

Browse files
(DOCSP-7616): Release Notes for v1.3.1 (#126)
* (DOCSP-7616): Release Notes for v1.3.1 * (DOCSP-7616): small fixes/links * (DOCSP-7616): Copy review * (DOCSP-7616): Remove security fix, add alpha release note * (DOCSP-7616): Add admonition
1 parent c47f899 commit 56b7aef

File tree

3 files changed

+59
-11
lines changed

3 files changed

+59
-11
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Starting in |k8s-op-full| version 1.3.0, you can only have one MongoDB
2-
resource per project. To learn how to migrate your project to a
3-
single-cluster configuration, see :ref:`migrate-single-cluster`.
1+
Starting in |k8s-op-full| version 1.3.0, you can only have one
2+
MongoDB resource per project. To learn how to migrate your project to
3+
a single-cluster configuration, see :ref:`migrate-single-cluster`.
4+

source/release-notes.txt

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,51 @@ Release Notes for |k8s-op-full|
1212
:depth: 1
1313
:class: singlecol
1414

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+
1560
.. _ent-op-1.3.0:
1661

1762
|k8s-op-full| 1.3.0
@@ -51,8 +96,8 @@ Specification Schema Changes
5196
name of the project defaults to the name of the MongoDB resource in
5297
|k8s|.
5398

54-
Ops Manager Resource Changes
55-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99+
Ops Manager Resource Changes (Alpha Release)
100+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56101

57102
This release introduces signficant changes to the |onprem| resource's
58103
architecture. The |onprem| application database is now managed by
@@ -153,8 +198,9 @@ Alpha Release
153198

154199
This feature is an alpha release. It is not ready for production use.
155200

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``.
158204

159205
.. _ent-op-1.1:
160206

source/tutorial/upgrade-k8s-operator.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ Upgrade the Operator
1616

1717
.. include:: /includes/styles/corrections.rst
1818

19+
.. admonition:: Upgrading to version 1.3.0 and newer
20+
:class: warning
21+
22+
.. include:: /includes/fact-one-cluster-per-proj.rst
23+
1924
Procedure
2025
---------
2126

2227
.. include:: /includes/upgrade-k8s-operator.rst
2328

24-
Additional Considerations for Version 1.3.0
25-
-------------------------------------------
26-
27-
.. include:: /includes/fact-one-cluster-per-proj.rst

0 commit comments

Comments
 (0)