You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/release-notes.txt
+96Lines changed: 96 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,102 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+
.. _ent-op-1.20.x:
16
+
17
+
|k8s-op-full| 1.20 Series
18
+
-------------------------
19
+
20
+
.. _ent_op-1.20.1:
21
+
22
+
|k8s-op-full| 1.20.1
23
+
~~~~~~~~~~~~~~~~~~~~
24
+
25
+
*Released 2023-06-07*
26
+
27
+
This release fixes an issue that prevented upgrading the |k8s-op-short| to 1.20.0 in OpenShift.
28
+
29
+
Breaking Changes
30
+
````````````````
31
+
32
+
- Removes ``appdb.connectionSpec.Project``, which was deprecated more than two years ago.
33
+
34
+
Bug Fixes
35
+
`````````
36
+
37
+
- Fixes an issue where the ``MongoDBMultiCluster`` resource was not watching |onprem|'s connection ConfigMap and secret.
38
+
- Fixes support for rotating the ``clusterfile`` secret, which is used for internal X.509 authentication in the ``MongoDB`` and ``MongoDBMultiCluster`` resources.
39
+
40
+
MongoDBOpsManager Resource
41
+
``````````````````````````
42
+
43
+
- Adds support for votes, priority, and tags by introducing the
and ``spec.applicationDatabase.memberConfig.tags`` settings.
47
+
48
+
- Changes the container registry for the Application Database image from
49
+
``quay.io/mongodb/mongodb-enterprise-appdb-database-ubi`` to ``quay.io/mongodb/mongodb-enterprise-server``. This results in the following changes when you upgrade to
50
+
this release:
51
+
52
+
- The Helm chart setting for the Application Database image, ``values.mongodb.name``,
53
+
defaults to ``mongodb-enterprise-server``.
54
+
55
+
- The |k8s-op-short| updates your Application Database replica set Pods to use the new
56
+
images referenced in the ``values.mongodb.name`` Helm setting. The new images are
57
+
functionally equivalent to the previous ones assuming that the MongoDB version is the same.
58
+
59
+
- The |k8s-op-short| automatically updates the tag suffix for all Application Database
60
+
images that reference the new container registry from ``-ent`` to ``-ubi8`` or the
61
+
suffix set in :ref:`mdb-image-type` or :ref:`mongodb-image-type`. For example,
62
+
the |k8s-op-short| changes ``quay.io/mongodb/mongodb-enterprise-server:4.4.5-ent``
63
+
to ``quay.io/mongodb/mongodb-enterprise-server:4.4.5-ubi8``. You don't need to update
64
+
the ``applicationDatabase.version`` setting in the ``MongoDBOpsManager`` resource.
65
+
66
+
- You can stop the |k8s-op-short| from automatically updating the tag suffix by setting
67
+
:ref:`old-suffix` or :ref:`old-suffix-helm` to ``true``. For example, you might want
68
+
to stop the automatic suffix change if you're mirroring this image from your own repository.
69
+
70
+
- Adds support for specifying versions without a suffix in
71
+
``spec.applicationDatabase.version``. For example, you can specify a version, such as
72
+
``6.0.5``, without adding the ``-ubi8`` suffix. The |k8s-op-short| automatically converts
73
+
this to ``6.0.5-${MDB_IMAGE_TYPE}``. The default for the ``MDB_IMAGE_TYPE`` environment
74
+
variable is ``-ubi8``.
75
+
76
+
New Images
77
+
``````````
78
+
79
+
- Changes all images to reference UBI variants by default. The new images use the suffix ``-ubi``.
- Changes the default Application Database image repository to use the official MongoDB Enterprise repository by setting ``values.mongodb.name`` to ``quay.io/mongodb/mongodb-enterprise-server`` by default.
96
+
97
+
- Introduces the ``values.mongodb.imageType`` environment variable to override the new default ``-ubi8`` Application Database image tag suffix used by the ``MongoDBOpsManager`` resource.
98
+
99
+
.. _ent_op-1.20.0:
100
+
101
+
|k8s-op-full| 1.20.0
102
+
~~~~~~~~~~~~~~~~~~~~
103
+
104
+
*Released 2023-06-07*
105
+
106
+
.. warning:: **Upgrade to |k8s-op-short| 1.20.1**
107
+
108
+
This release (1.20.0) is tied to a broken release on the Openshift Marketplace.
109
+
Don't upgrade to 1.20.0, and instead upgrade to the 1.20.1 release.
0 commit comments