Skip to content

Commit e58734a

Browse files
JuliaMongojwilliams-mongo
authored andcommitted
(DOCSP-17437) (DOCSP-6348) Release notes for 1.12 and one more ticket (#655)
* (DOCSP-17437) (DOCSP-6348) Release notes for 1.12 and one more ticket * Include review from Rodrigo, and John W * Adding v1.12 and last comments from JW
1 parent ed9105d commit e58734a

File tree

6 files changed

+75
-19
lines changed

6 files changed

+75
-19
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: '1.12'
32+
release: '1.13'
3333
branch: 'master'
3434
assets:
3535
- branch: master

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# while we work out how to deploy this property.
33

44
define: base https://docs.mongodb.com/kubernetes-operator
5-
define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 master
6-
symlink: v1.12 -> master
5+
define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 master
6+
symlink: v1.13 -> master
77
symlink: upcoming -> master
8-
symlink: stable -> v1.11
8+
symlink: stable -> v1.12
99

1010
########
1111

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. admonition:: Value must match namespace and name of ConfigMap
2-
:class: note
3-
4-
This value *must* match the namespace in which you created the
5-
|onprem| :ref:`project ConfigMap <create-k8s-project>`.
1+
.. note::
2+
3+
This value must exist on the *same* namespace as the resource
4+
you want to create.
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
.. admonition:: Value must use namespace and name of Secret
2-
:class: note
31

4-
This value *must* match the namespace in which you created the
5-
secret and the ``name`` value you provided for your |mms|
6-
|k8s| :ref:`Secret <create-k8s-credentials>`.
2+
The |mms| |k8s| :ref:`Secret <create-k8s-credentials>` object
3+
holding the Credentials must exist on the **same** Namespace as
4+
the resource you want to create.
75

source/includes/list-tables/rs-resource-base-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
configuration. The
4949
:setting:`spec.cloudManager.configMapRef.name` setting is an
5050
alias for this setting and can be used in its place.
51-
51+
5252
.. include:: /includes/admonitions/note-namespace-match-configmap.rst
5353

5454
.. include:: /includes/admonitions/fact-k8s-operator-manages-configmap.rst

source/release-notes.txt

Lines changed: 63 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,68 @@ Release Notes for |k8s-op-full|
1212
:depth: 1
1313
:class: singlecol
1414

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+
1577
.. _ent-op-1.11.x:
1678

1779
|k8s-op-full| 1.11 Series
@@ -41,8 +103,6 @@ Bug Fixes
41103
that could cause the database Pods to be restarted in the middle of
42104
a restore operation from Backup.
43105

44-
45-
46106
New Images
47107
``````````
48108

@@ -69,8 +129,7 @@ New Images
69129

70130
``MongoDBOpsManager`` Resource
71131
``````````````````````````````
72-
.. admonition:: Breaking Changes
73-
:class: warning
132+
.. warning:: Breaking Changes
74133

75134
- Beginning with this release, you can use any version of MongoDB
76135
for the Application Database. You must specify this version

0 commit comments

Comments
 (0)