Skip to content

Commit 6467526

Browse files
jdestefano-mongojwilliams-mongo
authored andcommitted
DOCSP-5805 - v0.12 release notes. (#47)
* DOCSP-5805 - v0.12 release notes. * DOCSP-5805 - Review edits.
1 parent d8420fa commit 6467526

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '0.11'
32+
release: '0.12'
3333
branch: 'master'
3434
assets:
3535
- branch: master

source/release-notes.txt

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,33 @@ Release Notes for |k8s-op-full|
1212
:depth: 1
1313
:class: singlecol
1414

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+
1537
.. _ent-op-0.11:
1638

1739
|k8s-op-full| 0.11
1840
------------------
1941

20-
.. _ent-op-0.10:
21-
2242
*Released 2019-04-29*
2343

2444
- ``NodePort`` service creation can be disabled.
@@ -37,6 +57,8 @@ Release Notes for |k8s-op-full|
3757
information about the MongoDB object: type, state, and MongoDB server
3858
version.
3959

60+
.. _ent-op-0.10:
61+
4062
|k8s-op-full| 0.10
4163
------------------
4264

0 commit comments

Comments
 (0)