@@ -20,6 +20,76 @@ 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.5.0:
24
+
25
+ |k8s-op-full| 1.5.0
26
+ -------------------
27
+ *Released 2020-04-24*
28
+
29
+ |k8s-op-short| Changes
30
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
+
32
+ Adds the ability to start the |k8s-op-short| with some but not all
33
+ MongoDB |k8s-crds| installed. Administrators can specify the container
34
+ argument ``watch-resource`` to limit the |k8s-op-short| to deploy either
35
+ MonogDB instances or |onprem|, or both.
36
+
37
+ .. admonition:: Breaking Changes
38
+ :class: warning
39
+
40
+ Adds the following new |k8s-op-short| configuration properties:
41
+
42
+ - ``INIT_OPS_MANAGER_IMAGE_REPOSITORY``
43
+ - ``INIT_APPDB_IMAGE_REPOSITORY``
44
+ - ``APPDB_IMAGE_REPOSITORY``
45
+
46
+ When using a private docker registry, these properties must point
47
+ to the relevant registries after you copy the images from the MongoDB distribution channels.
48
+
49
+ MongoDB Resource Changes
50
+ ~~~~~~~~~~~~~~~~~~~~~~~~
51
+
52
+ - Increases support for custom |tls| certificates with the
53
+ ``spec.security.tls.secretRef`` and :setting:`spec.security.tls.ca` configuration
54
+ settings.
55
+ - Deprecates |tls| certificate generation by the |k8s-op-short|.
56
+ Migrating to custom |tls| certificates is recommended.
57
+
58
+ Ops Manager Resource Changes
59
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
+ - Releases the :ref:`MongoDBOpsManager <plan-om-resource>` resource as
61
+ Generally Available (GA). MongoDB now supports using the |k8s-op-short|
62
+ to deploy |onprem| resources to |k8s| in production environments.
63
+ - Supports Backup Blockstore Snapshot Stores.
64
+ - Defaults to the Application Database as a metadata database for Backup
65
+ |s3| Snapshot Stores.
66
+ - Supports :opsmgrkube:`spec.jvmParameters` and :opsmgrkube:`spec.backup.jvmParameters` to add or
67
+ override JVM parameters in |onprem| and Backup Daemon processes.
68
+ - Automatically configures |onprem| and Backup Daemon JVM memory parameters
69
+ based on pod memory availability.
70
+ - Supports |tls| for |onprem| and the Application Database.
71
+ - Adds more detailed information to the ``status`` field.
72
+ - Supports |onprem| Local Mode for ``MongoDBOpsManager`` resources with
73
+ multiple replicas by enabling users to specify
74
+ ``PersistentVolumeClaimTemplates`` in :opsmgrkube:`spec.statefulSet.spec`.
75
+ - Implements a new image versioning scheme.
76
+ - :ref:`Known Issue <s3-snapshot-stores-om-4.2>`: To enable |s3| Snapshot stores in |onprem| 4.2.10
77
+ and 4.2.12, you must set ``brs.s3.validation.testing: disabled`` in
78
+ the :opsmgrkube:`spec.configuration` property of your |onprem|
79
+ resource specification.
80
+
81
+ .. admonition:: Breaking Changes
82
+ :class: warning
83
+
84
+ - Removes the ``spec.podSpec`` configuration setting. Use
85
+ :opsmgrkube:`spec.statefulSet.spec` instead.
86
+ - Removes the ``spec.backup.podSpec`` configuration setting. Use
87
+ :opsmgrkube:`spec.backup.statefulSet.spec` instead.
88
+
89
+ See the :gh:`sample YAML files
90
+ </mongodb/mongodb-enterprise-kubernetes/tree/master/samples>`
91
+ for new feature usage examples.
92
+
23
93
.. _ent-op-1.4.5:
24
94
25
95
|k8s-op-full| 1.4.5
0 commit comments