@@ -12,6 +12,68 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. _ent-op-1.12.x:
16
+
17
+ |k8s-op-full| 1.12 Series
18
+ -------------------------
19
+
20
+ .. _ent_op-1.12.0:
21
+
22
+ |k8s-op-full| 1.12.0
23
+ ~~~~~~~~~~~~~~~~~~~~
24
+
25
+ *Released 2021-07-15*
26
+
27
+ .. _mdb-resource-v1-12:
28
+
29
+ ``MongoDB`` Resource
30
+ ````````````````````
31
+
32
+ - If you set :opsmgrkube:`spec.externalConnectivity` to ``false`` after it
33
+ was set to ``true``, the |k8s-op-short| deletes the corresponding service.
34
+
35
+ Bug Fixes
36
+ +++++++++
37
+
38
+ - Fixes a bug where you could specify ``net.ssl.mode`` and not ``net.tls.mode``
39
+ in :setting:`spec.additionalMongodConfig`.
40
+
41
+ ``MongoDBOpsManager`` Resource
42
+ ``````````````````````````````
43
+
44
+ - If you set :opsmgrkube:`spec.externalConnectivity` to ``false`` after it
45
+ was set to ``true``, the |k8s-op-short| deletes the corresponding service.
46
+ - You can specify the number of backup daemon Pods with :opsmgrkube:`spec.backup.members`.
47
+ If not set, the value defaults to ``1``.
48
+
49
+ Changes to Images and Supported Versions
50
+ ````````````````````````````````````````
51
+
52
+ - The |k8s-op-short| now supports the following |onprem| versions:
53
+
54
+ - 4.4.13, 4.4.14, 4.4.15, 4.2.25 and 5.0.0.
55
+
56
+ - Before upgrading |onprem| to version 5.0.0, check that the
57
+ |k8s-op-short| uses a :ref:`programmatic API key <create-k8s-credentials>`.
58
+
59
+ - Ubuntu based |k8s-op-short| images are now based on Ubuntu 20.04 instead
60
+ of Ubuntu 16.04.
61
+ - Ubuntu based MongoDB images starting from 2.0.1 are based on Ubuntu 18.04
62
+ instead of Ubuntu 16.04.
63
+
64
+ .. warning:: MongoDB 4.0. does not support Ubuntu 18.04
65
+
66
+ MongoDB 4.0. does not support Ubuntu 18.04. If you want to use
67
+ MongoDB 4.0. with the |k8s-op-short|, use previously released
68
+ images.
69
+
70
+ - Ubuntu based |onprem| images after 4.4.13 are based on Ubuntu 20.04
71
+ instead of Ubuntu 16.04.
72
+
73
+ - Newly released UBI images for the |k8s-op-short|, |onprem| and
74
+ MongoDB are based on ``ubi-minimal`` instead of ``ubi``.
75
+
76
+
15
77
.. _ent-op-1.11.x:
16
78
17
79
|k8s-op-full| 1.11 Series
@@ -41,8 +103,6 @@ Bug Fixes
41
103
that could cause the database Pods to be restarted in the middle of
42
104
a restore operation from Backup.
43
105
44
-
45
-
46
106
New Images
47
107
``````````
48
108
@@ -69,8 +129,7 @@ New Images
69
129
70
130
``MongoDBOpsManager`` Resource
71
131
``````````````````````````````
72
- .. admonition:: Breaking Changes
73
- :class: warning
132
+ .. warning:: Breaking Changes
74
133
75
134
- Beginning with this release, you can use any version of MongoDB
76
135
for the Application Database. You must specify this version
0 commit comments