@@ -12,6 +12,51 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. _ent-op-1.4.0:
16
+
17
+ |k8s-op-full| 1.4.0
18
+ -------------------
19
+
20
+ *Released 2019-12-09*
21
+
22
+ MongoDB Resource Changes
23
+ ~~~~~~~~~~~~~~~~~~~~~~~~
24
+
25
+ - Adds split horizon DNS support for MongoDB replica sets, which allows
26
+ clients to connect to a replica set from outside of the Kubernetes
27
+ cluster.
28
+ - Supports requests for |k8s-op-short|-generated certificates for
29
+ additional certificate domains, which makes them valid for the
30
+ specified subdomains.
31
+
32
+ |onprem| Resource Changes (Beta Release)
33
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
+
35
+ - Promotes the ``MongoDBOpsManager`` resource to Beta. |onprem| version
36
+ 4.2.4 is available.
37
+ - Supports Backup and restore in |k8s-op-short|-deployed |onprem|
38
+ instances. This is a semi-automated process that deploys everything
39
+ you need to enable backups in |onprem|. You can enable Backup by
40
+ setting the ``spec.backup.enabled`` setting in the |onprem| custom
41
+ resource. You can configure the Head Database, Oplog Store, and S3
42
+ Snapshot Store by using the ``MongoDBOpsManager`` resource
43
+ specification.
44
+ - Supports access to |onprem| from outside the |k8s|
45
+ cluster through the ``spec.externalConnectivity`` setting.
46
+ - Enables ``SCRAM-SHA-1`` authentication on |onprem|\'s
47
+ :opsmgr:`Application Database
48
+ </core/system-overview/#application-database>` by default.
49
+ - Adds support for OpenShift (Red Hat UBI Images).
50
+
51
+ For more information on how to enable new features, see the sample YAML
52
+ files in the :gh:`samples directory
53
+ </mongodb/mongodb-enterprise-kubernetes/tree/master/samples/ops-manager>`.
54
+
55
+ Bug Fixes
56
+ ~~~~~~~~~
57
+
58
+ - Improves overall stability of X.509 user management.
59
+
15
60
.. _ent-op-1.3.1:
16
61
17
62
|k8s-op-full| 1.3.1
0 commit comments