Skip to content

Commit 390978c

Browse files
authored
(DOCSP-16325) MEKO Release Notes v1.11.0 (#608)
* (DOCSP-16325) MEKO Release Notes v1.11.0 * Include tech review comments, also fix the link for the DOCSP-16377 * Include copy review
1 parent 9c7daa1 commit 390978c

File tree

4 files changed

+92
-5
lines changed

4 files changed

+92
-5
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.11'
32+
release: '1.12'
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 master
6-
symlink: v1.11 -> 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 master
6+
symlink: v1.12 -> master
77
symlink: upcoming -> master
8-
symlink: stable -> v1.10
8+
symlink: stable -> v1.11
99

1010
########
1111

source/reference/support-lifecycle.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ only. These dates might be subject to change.
5454

5555
* - 1.9.x
5656
- 2021-09-13
57+
58+
* - 1.10.x
59+
- 2021-12-30
60+
61+
* - 1.11.x
62+
- 2022-03-09

source/release-notes.txt

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

15+
.. _ent-op-1.11.x:
16+
17+
|k8s-op-full| 1.11 Series
18+
-------------------------
19+
20+
.. _ent_op-1.11.0:
21+
22+
|k8s-op-full| 1.11.0
23+
~~~~~~~~~~~~~~~~~~~~
24+
25+
*Released 2021-06-03*
26+
27+
|k8s-op-short|
28+
``````````````
29+
30+
.. _migrate-single-cluster:
31+
32+
Removes the topic "Migrate to One Resource per Project (Required for
33+
Version 1.3.0)" from the current documentation because :ref:`v.1.3.0 is EOL
34+
<k8s-support-lifecycle>`. This topic has been
35+
`archived <https://docs.mongodb.com/kubernetes-operator/v1.3/tutorial/migrate-to-single-resource/>`_.
36+
37+
Bug Fixes
38+
+++++++++
39+
40+
- Fixes an issue with the :k8sdocs:`Liveness Probe </tasks/configure-pod-container/configure-liveness-readiness-startup-probes/>`
41+
that could cause the database Pods to be restarted in the middle of
42+
a restore operation from Backup.
43+
44+
45+
46+
New Images
47+
``````````
48+
49+
- ``mongodb-agent 10.29.0.6830-1`` located in the following registries:
50+
51+
- UBI images: :q-mdb:`quay.io/mongodb/mongodb-agent-ubi:10.29.0.6830-1 </mongodb-agent-ubi:10.29.0.6830-1>`
52+
- Ubuntu images: :q-mdb:`quay.io/mongodb/mongodb-agent:10.29.0.6830-1 </mongodb-agent:10.29.0.6830-1>`
53+
54+
- ``mongodb-enterprise-appdb-database`` located in the following registries:
55+
56+
- UBI images: :q-mdb:`quay.io/mongodb/mongodb-enterprise-appdb-database-ubi </mongodb-enterprise-appdb-database-ubi>`
57+
- Ubuntu images: :q-mdb:`quay.io/mongodb/mongodb-enterprise-appdb-database </mongodb-enterprise-appdb-database>`
58+
59+
- ``mongodb-enterprise-init-appdb 1.0.7`` located in the following registries:
60+
61+
- UBI images: :q-mdb:`quay.io/mongodb/mongodb-enterprise-init-appdb-ubi:1.0.7 </mongodb-enterprise-init-appdb-ubi:1.0.7>`
62+
- Ubuntu images: :q-mdb:`quay.io/mongodb/mongodb-enterprise-init-appdb:1.0.7 </mongodb-enterprise-init-appdb:1.0.7>`
63+
64+
- ``mongodb-enterprise-init-database 1.0.3`` located in the following registries:
65+
66+
- UBI images: :q-mdb:`quay.io/mongodb/mongodb-enterprise-init-database-ubi:1.0.3 </mongodb-enterprise-init-database-ubi:1.0.3>`
67+
- Ubuntu images: :q-mdb:`quay.io/mongodb/mongodb-enterprise-init-database:1.0.3 </mongodb-enterprise-init-database:1.0.3>`
68+
69+
70+
``MongoDBOpsManager`` Resource
71+
``````````````````````````````
72+
.. admonition:: Breaking Changes
73+
:class: warning
74+
75+
- Beginning with this release, you can use any version of MongoDB
76+
for the Application Database. You must specify this version
77+
explicitly when you deploy the ``MongoDBOpsManager`` resource.
78+
79+
.. include:: /includes/facts/fact-which-appdb-version.rst
80+
81+
- To upgrade the |k8s-op-short|, you must specify the Application
82+
Database's version. For more information, see :ref:`migrate-to-ent-appdb-version`.
83+
84+
- Each Application Database Pod consists of the following containers
85+
(instead of one container with a bundled MongoDB version, as in previous
86+
releases):
87+
88+
- ``mongodb``
89+
- ``mongodb-agent``
90+
- ``mongodb-agent-monitoring``
91+
92+
- The ``spec.applicationDatabase.persistent`` setting is removed. The
93+
|k8s-op-short| always uses persistent volumes for the Application
94+
Database deployed by your ``MongoDBOpsManager`` custom resources.
95+
1596
.. _ent-op-1.10.x:
1697

1798
|k8s-op-full| 1.10 Series
@@ -92,7 +173,7 @@ New Images
92173
You can find all images in the following registries:
93174

94175
- **Ubuntu-based images**: :qr-mdb:`https://quay.io/repository/mongodb </>`
95-
- **RHEL-based images**: qr-mdb:`/mongodb-enterprise-operator </mongodb-enterprise-operator>`
176+
- **RHEL-based images**: :qr-mdb:`/mongodb-enterprise-operator </mongodb-enterprise-operator>`
96177

97178

98179
.. _ent-op-1.9.1:

0 commit comments

Comments
 (0)