File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,45 @@ Release Notes for |k8s-op-full|
1717|k8s-op-full| 1.16 Series
1818-------------------------
1919
20+ .. _ent_op-1.16.2:
21+
22+ |k8s-op-full| 1.16.2
23+ ~~~~~~~~~~~~~~~~~~~~
24+
25+ *Released 2022-06-28*
26+
27+ .. warning:: **Breaking Changes**
28+
29+ This release removes WiredTiger cache computation, which was required
30+ for MongoDB versions earlier than 4.0.9. Before you upgrade
31+ to this release, you must upgrade your database deployment to use
32+ MongoDB version 4.0.9 or later.
33+
34+ To learn how to upgrade your deployment, see
35+ :ref:`meko-upgrade-mdb-version`.
36+
37+
38+ MongoDB Resource
39+ ````````````````
40+
41+ - Removes the ``spec.podSpec.podAntiAffinityTopologyKey``,
42+ ``spec.podSpec.podAffinity``, and ``spec.podSpec.nodeAffinity``
43+ settings.
44+
45+ Instead, use :setting:`spec.podSpec.podTemplate` to configure these
46+ parameters.
47+
48+ MongoDBOpsManager Resource
49+ ``````````````````````````
50+
51+ - Removes the ``spec.applicationDatabase.podSpec.podAntiAffinityTopologyKey``,
52+ ``spec.applicationDatabase.podSpec.podAffinity``, and
53+ ``spec.applicationDatabase.podSpec.nodeAffinity`` settings.
54+
55+ Instead, use :opsmgrkube:`spec.applicationDatabase.podSpec.podTemplate
56+ <spec.applicationDatabase>` to configure these
57+ parameters.
58+
2059.. _ent_op-1.16.1:
2160
2261|k8s-op-full| 1.16.1
Original file line number Diff line number Diff line change 1+ .. _meko-upgrade-mdb-version:
2+
13===============================
24Upgrade MongoDB Version and FCV
35===============================
You can’t perform that action at this time.
0 commit comments