Skip to content

Commit 2f8423a

Browse files
DOCSP-45252: 1.29 release notes (#1984)
* DOCSP-45252: 1.29 release notes * fix * fix * more fixes
1 parent 04af97e commit 2f8423a

File tree

8 files changed

+57
-5
lines changed

8 files changed

+57
-5
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"repoOwner": "10gen",
33
"repoName": "docs-k8s-operator",
44

5-
"targetBranchChoices": ["v1.28", "v1.27", "v1.26", "v1.25", "v1.24", "v1.23"],
5+
"targetBranchChoices": ["1.29", "v1.28", "v1.27", "v1.26", "v1.25", "v1.24", "v1.23"],
66

77
"editor": "code",
88

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# while we work out how to deploy this property.
33

44
define: base https://www.mongodb.com/docs/kubernetes-operator
5-
define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28 master
6-
symlink: v1.28 -> master
5+
define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28 v1.29 master
6+
symlink: v1.29 -> master
77
symlink: upcoming -> master
88

99
########

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ mdb-ent-db = "MongoDB Enterprise Database"
4848
mdb-support = "`MongoDB Support <https://support.mongodb.com/welcome>`__"
4949
mdb-version = "7.0.0"
5050
monitoring-agent = "Monitoring Agent"
51-
version = "1.28"
52-
dl-version = "1.28.0"
51+
version = "1.29"
52+
dl-version = "1.29.0"
5353

5454
[substitutions]
5555
copy = "unicode:: U+000A9"

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
- |k8s| Version
99
- OpenShift Version
1010

11+
* - 1.29
12+
- November 11, 2024
13+
- November 11, 2025
14+
- 1.28, 1.29, 1.30
15+
- 4.15, 4.16
16+
1117
* - 1.28
1218
- October 02, 2024
1319
- October 02, 2025

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

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

8+
* - 1.29.x
9+
- Red Hat UBI 9 Base Image
10+
811
* - 1.28.x
912
- Red Hat UBI 9 Base Image
1013

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

Lines changed: 3 additions & 0 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.29.x
9+
- 6.0, 7.0, 8.0
10+
811
* - 1.28.x
912
- 6.0, 7.0, 8.0
1013

source/reference/support-lifecycle.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Considerations
3232

3333
* - |k8s-op-short| Version
3434
- End of Life Date
35+
36+
* - 1.29.x
37+
- 2025-11-11
3538

3639
* - 1.28.x
3740
- 2025-10-02

source/release-notes.txt

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

15+
16+
.. _ent-op-1.29.x:
17+
18+
|k8s-op-full| 1.29 Series
19+
-------------------------
20+
21+
.. _ent_op-1.29.0:
22+
23+
|k8s-op-full| 1.29.0
24+
~~~~~~~~~~~~~~~~~~~~
25+
26+
*Released 2024-11-11*
27+
28+
New Features
29+
```````````````
30+
31+
- **AppDb**: Adds support for automated
32+
expansion of storage by increasing the capacity of |k8s|
33+
``persistentVolumeClaims``. To learn more, see :ref:`k8s-resize-storage`.
34+
35+
Automated expansion of ``persistentVolumeClaims`` is only supported if the
36+
underlying |k8s| ``storageClass`` supports |k8s| ``persistentVolume`` expansion.
37+
Ensure your ``storageClass`` supports in-place expansion without data loss.
38+
39+
Bug Fixes
40+
```````````
41+
42+
- **MongoDB**, **AppDB**, **MongoDBMultiCluster**: Fixes a bug where specifying a
43+
fractional number for a storage volume's size, such as ``1.7Gi``, breaks the
44+
reconciliation loop for that resource with an error
45+
``Can't execute update on forbidden fields`` even if the underlying Persistent Volume Claim
46+
is deployed successfully.
47+
- **MongoDB**, **MongoDBMultiCluster**, **OpsManager**, **AppDB**: Improves stability of
48+
deployments during TLS rotations. In scenarios where the StatefulSet of the deployment
49+
was reconciling and a TLS rotation happened, the deployment would reach a broken state.
50+
Deployments will now store the previous TLS certificate alongside the new one.
51+
1552
.. _ent-op-1.28.x:
1653

1754
|k8s-op-full| 1.28 Series

0 commit comments

Comments
 (0)