@@ -12,6 +12,53 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+
16
+ .. _ent-op-1.23.x:
17
+
18
+ |k8s-op-full| 1.23 Series
19
+ -------------------------
20
+
21
+ .. _ent_op-1.23.0:
22
+
23
+ |k8s-op-full| 1.23.0
24
+ ~~~~~~~~~~~~~~~~~~~~
25
+
26
+ *Released 2023-11-13*
27
+
28
+ Warnings and Breaking Changes
29
+ `````````````````````````````
30
+
31
+ - Aligns the component image version numbers with the |k8s-op-short| release tag so
32
+ it's clear which images go with which version of the |k8s-op-short|.
33
+ This affects the following images:
34
+
35
+ - ``quay.io/mongodb/mongodb-enterprise-database-ubi``
36
+ - ``quay.io/mongodb/mongodb-enterprise-init-database-ubi``
37
+ - ``quay.io/mongodb/mongodb-enterprise-init-appdb-ubi``
38
+ - ``quay.io/mongodb/mongodb-enterprise-init-ops-manager-ubi``
39
+
40
+ - Replaces ``spec.exposedExternally`` (deprecated in |k8s-op-short| 1.19) with
41
+ :setting:`spec.externalAccess`.
42
+
43
+ Bug Fixes
44
+ `````````
45
+
46
+ - Fixes an issue with scaling a replica set in a |multi-cluster| when a member
47
+ cluster has lost connectivity. The fix addresses both the manual and automated
48
+ recovery procedures.
49
+ - Fixes an issue where changing the names of the Automation Agent and MongoDB
50
+ audit logs prevented them from being sent to the |k8s| Pod logs. There are no
51
+ restrictions on the file names of MongoDB audit logs as of |k8s-op-short| 1.22.
52
+ - Allows the following new log types from the ``mongodb-enterprise-database``
53
+ container to stream directly to |k8s| logs:
54
+
55
+ - ``agent-launcher-script``
56
+ - ``monitoring-agent``
57
+ - ``backup-agent``
58
+
59
+ - Fixes an issue that prevented storing the ``MongoDBUser`` resource in the
60
+ namespace set in ``spec.mongodbResourceRef.namespace``.
61
+
15
62
.. _ent-op-1.22.x:
16
63
17
64
|k8s-op-full| 1.22 Series
0 commit comments