@@ -20,6 +20,52 @@ 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.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
+
23
69
.. _ent-op-1.4.1:
24
70
25
71
|k8s-op-full| 1.4.1
0 commit comments