Skip to content

Commit 28bbdbf

Browse files
erabil-mdbjwilliams-mongo
authored andcommitted
(DOCSP-34354) Adds RNs for MEKO 1.23. (#1535)
* (DOCSP-34354) Adds RNs for MEKO 1.23. * Revises per copy review.
1 parent ae49d1a commit 28bbdbf

File tree

6 files changed

+68
-11
lines changed

6 files changed

+68
-11
lines changed

source/includes/list-tables/compatibility-k8s-os.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
- |k8s| Version
77
- OpenShift Version
88

9+
* - 1.23.x
10+
- 1.26, 1.27, 1.28
11+
- 4.11-4.13
12+
13+
* - 1.22.x
14+
- 1.25, 1.26, 1.27
15+
- 4.11-4.13
16+
917
* - 1.21.x
1018
- 1.25, 1.26, 1.27
1119
- 4.11-4.13
@@ -18,6 +26,3 @@
1826
- 1.25, 1.26
1927
- 4.11-4.12
2028

21-
* - 1.18.x
22-
- 1.24 (unsupported)
23-
- 4.6 EUS, 4.9-4.11

source/includes/list-tables/compatibility-mdb.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
* - |k8s-op-short| Release Series
1717
- Base Image
1818

19+
* - 1.23.x
20+
- Red Hat UBI 8 Base Image
21+
22+
* - 1.22.x
23+
- Red Hat UBI 8 Base Image
24+
1925
* - 1.21.x
2026
- Red Hat UBI 8 Base Image
2127

@@ -24,7 +30,3 @@
2430

2531
* - 1.19.x
2632
- Red Hat UBI 8 Base Image
27-
28-
* - 1.18.x
29-
- Ubuntu 20.04 (deprecated), Red Hat UBI 8 Base Image
30-

source/includes/list-tables/compatibility-om.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* - |k8s-op-short| Release Series
66
- |onprem| Version
77

8+
* - 1.23.x
9+
- 6.0
10+
811
* - 1.22.x
912
- 6.0
1013

@@ -16,7 +19,3 @@
1619

1720
* - 1.19.x
1821
- 5.0, 6.0
19-
20-
* - 1.18.x
21-
- 5.0, 6.0
22-

source/reference/support-lifecycle.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ to change.
2828
* - |k8s-op-short| Version
2929
- End of Life Date
3030

31+
* - 1.23.x
32+
- 2025-08-17
33+
3134
* - 1.22.x
3235
- 2024-09-21
3336

source/release-notes.txt

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

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+
1562
.. _ent-op-1.22.x:
1663

1764
|k8s-op-full| 1.22 Series

source/tutorial/plan-k8s-op-compatibility.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ version.
8282
.. include:: /includes/list-tables/compatibility-om.rst
8383

8484
.. seealso::
85+
8586
:ref:`End of Life (EOL) Dates for the MongoDB Kubernetes Operator <k8s-support-lifecycle>`.

0 commit comments

Comments
 (0)