@@ -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
92173You 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