File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ system:
29
29
- ' sphinx_local.yaml'
30
30
- htaccess : ['htaccess.yaml']
31
31
version :
32
- release : ' 0.11 '
32
+ release : ' 0.12 '
33
33
branch : ' master'
34
34
assets :
35
35
- branch : master
Original file line number Diff line number Diff line change @@ -12,13 +12,33 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. _ent-op-0.12:
16
+
17
+ |k8s-op-full| 0.12
18
+ ------------------
19
+
20
+ *Released 2019-06-07*
21
+
22
+ - Rolling upgrades of MongoDB resources ensure that :method:`rs.stepDown() <rs.stepDown>`
23
+ is called for the primary member. Requires MongoDB patch version 4.0.8 and
24
+ later or MongoDB patch version 4.1.10 and later.
25
+ - During a MongoDB major version upgrade, the
26
+ ``featureCompatibilityVersion`` field can be set.
27
+ - Fixed a bug where replica sets with more than seven members could
28
+ not be created.
29
+ - X.509 Authentication can be enabled at the
30
+ :ref:`Project level <create-k8s-project>`. Requires |cloud-short|, |onprem|
31
+ patch version 4.0.11 and later, or |onprem| patch version 4.1.7 and later.
32
+ - Internal cluster authentication based on X.509 can be enabled at the
33
+ :doc:`deployment </deploy>` level.
34
+ - MongoDB users with X.509 authentication can be created, using the
35
+ new ``MongoDBUser`` custom resource.
36
+
15
37
.. _ent-op-0.11:
16
38
17
39
|k8s-op-full| 0.11
18
40
------------------
19
41
20
- .. _ent-op-0.10:
21
-
22
42
*Released 2019-04-29*
23
43
24
44
- ``NodePort`` service creation can be disabled.
@@ -37,6 +57,8 @@ Release Notes for |k8s-op-full|
37
57
information about the MongoDB object: type, state, and MongoDB server
38
58
version.
39
59
60
+ .. _ent-op-0.10:
61
+
40
62
|k8s-op-full| 0.10
41
63
------------------
42
64
You can’t perform that action at this time.
0 commit comments