Skip to content

Commit 7b206f9

Browse files
(DOCSP-8499): operator 1.4.2 release notes (#180)
* (DOCSP-8499): operator 1.4.2 release notes * (DOCSP-8499): copy review feedback * (DOCSP-8499): fix vscode-induced typo * (DOCSP-8499): tech review feedback
1 parent f6fe371 commit 7b206f9

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

source/release-notes.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,52 @@ Release Notes for |k8s-op-full|
2020
Production Notes </reference/production-notes>
2121
Known Issues </reference/known-issues>
2222

23+
.. _ent-op-1.4.2:
24+
25+
|k8s-op-full| 1.4.2
26+
-------------------
27+
28+
*Released 2020-01-24*
29+
30+
MongoDB Resource Changes
31+
~~~~~~~~~~~~~~~~~~~~~~~~
32+
33+
- Runs MongoDB database |k8s| pods under a dedicated |k8s| service
34+
account: ``mongodb-enterprise-database-pods``.
35+
- Adds the :setting:`spec.podSpec.podTemplate` setting, which allows you
36+
to apply templates to |k8s| pods that the |k8s-op-short| generates
37+
for each database |k8s-statefulset|.
38+
- Renames the ``spec.clusterName`` setting to
39+
:setting:`spec.clusterDomain`.
40+
41+
|onprem| Resource Changes (Beta Release)
42+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43+
44+
- Adds offline mode support for the application database. Bundles
45+
MongoDB Enterprise version 4.2.2 with the application database image.
46+
Internet access is not required to install the application database if
47+
:opsmgrkube:`spec.applicationDatabase.version` is set to ``4.2.2-ent``
48+
or omitted.
49+
- Renames the ``spec.clusterName`` setting to
50+
:opsmgrkube:`spec.clusterDomain`.
51+
- |onprem| images for versions 4.2.6 and 4.2.7 are available.
52+
53+
Bug Fixes
54+
~~~~~~~~~
55+
56+
- MongoDB resources:
57+
58+
- Fixes the order of sharded cluster component creation.
59+
- Allows |tls| to be enabled on Amazon EKS.
60+
61+
- |onprem| resources:
62+
63+
- Enables the |k8s-op-short| to use the ``spec.clusterDomain`` setting.
64+
65+
See the :gh:`sample YAML files
66+
</mongodb/mongodb-enterprise-kubernetes/tree/master/samples>` for new
67+
feature usage examples.
68+
2369
.. _ent-op-1.4.1:
2470

2571
|k8s-op-full| 1.4.1

0 commit comments

Comments
 (0)