Skip to content

Commit 4dc7ae5

Browse files
authored
(DOCSP-46149) Adds v1.30 RNs + updates compatibility, licenses, redirects. (#2022)
* (DOCSP-46149) Adds v1.30 RNs + updates compatibility, licenses, redirects. * Revises per tech review.
1 parent a961eae commit 4dc7ae5

File tree

9 files changed

+71
-18
lines changed

9 files changed

+71
-18
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.29", "v1.28", "v1.27", "v1.26", "v1.25", "v1.24"],
5+
"targetBranchChoices": ["v1.30", "v1.29", "v1.28", "v1.27", "v1.26", "v1.25", "v1.24"],
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 v1.29 master
6-
symlink: v1.29 -> 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 v1.30 master
6+
symlink: v1.30 -> 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.29"
52-
dl-version = "1.29.0"
51+
version = "1.30"
52+
dl-version = "1.30.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.30
12+
- December 20, 2024
13+
- December 20, 2025
14+
- 1.29, 1.30, 1.31
15+
- 4.17
16+
1117
* - 1.29
1218
- November 11, 2024
1319
- November 11, 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.30.x
9+
- Red Hat UBI 9 Base Image
10+
811
* - 1.29.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.30.x
9+
- 6.0, 7.0, 8.0
10+
811
* - 1.29.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
@@ -33,6 +33,9 @@ Considerations
3333
* - |k8s-op-short| Version
3434
- End of Life Date
3535

36+
* - 1.30.x
37+
- 2025-12-20
38+
3639
* - 1.29.x
3740
- 2025-11-11
3841

source/release-notes.txt

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

1515

16+
.. _ent-op-1.30.x:
17+
18+
|k8s-op-full| 1.30 Series
19+
-------------------------
20+
21+
.. _ent_op-1.30.0:
22+
23+
|k8s-op-full| 1.30.0
24+
~~~~~~~~~~~~~~~~~~~~
25+
26+
*Released 2024-12-20*
27+
28+
New Features
29+
```````````````
30+
31+
- **MongoDB**: Fixes and improves :ref:`multi-cluster-sharded-cluster` deployments (Public Preview).
32+
33+
- **MongoDB**: Supports :setting:`spec.shardOverrides` field for single-cluster topologies.
34+
We recommend using this field for customizing settings for specific shards.
35+
36+
- **MongoDB**: Deprecates ``spec.shardSpecificPodSpec``. Use :setting:`spec.shardOverrides`
37+
for customizing specific shards for both single- and multi-cluster topologies.
38+
For an example, see the `mongodb-enterprise-kubernetes GitHub repository <https://github.com/mongodb/mongodb-enterprise-kubernetes/blob/master/samples/sharded_multicluster/shardSpecificPodSpec_migration.yaml>`__.
39+
40+
41+
Bug Fixes
42+
```````````
43+
44+
- **MongoDB**: Fixes placeholder name for ``mongos`` in single-cluster sharded
45+
deployments with an external domain set. This fix changes ``mongodProcessDomain``
46+
and ``mongodProcessFQDN`` to ``mongosProcessDomain`` and ``mongosProcessFQDN``
47+
respectively.
48+
49+
- **MongoDB**, **AppDB**, **MongoDBMultiCluster**: If you lose a member cluster,
50+
you no longer receive validation errors if the failed cluster still exists in the ``clusterSpecList``. This allows you to more easily reconfigure your deployments
51+
during disaster recovery.
52+
1653
.. _ent-op-1.29.x:
1754

1855
|k8s-op-full| 1.29 Series

source/third-party-licenses.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,40 +88,40 @@ License: :tldrl:`TL;DR <apache2>` | :osil:`Full Text <Apache-2.0>`
8888
- v2.4.0
8989

9090
* - :gopkg:`k8s.io/api </k8s.io/api>`
91-
- v0.28.11
91+
- v0.29.11
9292

9393
* - :gopkg:`k8s.io/apiextensions-apiserver/pkg/apis/apiextensions </k8s.io/apiextensions-apiserver/pkg/apis/apiextensions>`
94-
- v0.28.9
94+
- v0.29.11
9595

9696
* - :gopkg:`k8s.io/apimachinery/pkg </k8s.io/apimachinery/pkg>`
97-
- v0.28.11
97+
- v0.29.11
9898

9999
* - :gopkg:`k8s.io/client-go </k8s.io/client-go>`
100-
- v0.28.11
100+
- v0.29.11
101101

102102
* - :gopkg:`k8s.io/component-base/config </k8s.io/component-base/config>`
103-
- v0.28.9
103+
- v0.29.11
104104

105105
* - :gopkg:`k8s.io/klog/v2 </k8s.io/klog/v2>`
106106
- v2.130.1
107107

108108
* - :gopkg:`k8s.io/kube-openapi/pkg </k8s.io/kube-openapi/pkg>`
109-
- v0.0.0-20230717233707-2695361300d9
109+
- v0.0.0-20231010175941-2dd684a91f00
110110

111111
* - :gopkg:`k8s.io/kube-openapi/pkg/validation/spec </k8s.io/kube-openapi/pkg/validation/spec>`
112-
- v0.0.0-20230717233707-2695361300d9
112+
- v0.0.0-20231010175941-2dd684a91f00
113113

114114
* - :gopkg:`k8s.io/utils </k8s.io/utils>`
115115
- v0.0.0-20240502163921-fe8a2dddb1d0
116116

117117
* - :gopkg:`sigs.k8s.io/controller-runtime </sigs.k8s.io/controller-runtime>`
118-
- v0.16.6
118+
- v0.17.6
119119

120120
* - :gopkg:`sigs.k8s.io/json </sigs.k8s.io/json>`
121121
- v0.0.0-20221116044647-bc3834ca7abd
122122

123123
* - :gopkg:`sigs.k8s.io/structured-merge-diff/v4 </sigs.k8s.io/structured-merge-diff/v4>`
124-
- v4.2.3
124+
- v4.4.1
125125

126126
* - :gopkg:`sigs.k8s.io/yaml </sigs.k8s.io/yaml>`
127127
- v1.4.0
@@ -165,10 +165,10 @@ License: :tldrl:`TL;DR <bsd3>` | :osil:`Full Text <BSD-3-Clause>`
165165

166166

167167
* - :gopkg:`github.com/evanphx/json-patch/v5 </github.com/evanphx/json-patch/v5>`
168-
- v5.6.0
168+
- v5.8.0
169169

170170
* - :gopkg:`github.com/fsnotify/fsnotify </github.com/fsnotify/fsnotify>`
171-
- v1.6.0
171+
- v1.7.0
172172

173173
* - :gopkg:`github.com/go-jose/go-jose/v4/json </github.com/go-jose/go-jose/v4/json>`
174174
- v4.0.1
@@ -207,10 +207,10 @@ License: :tldrl:`TL;DR <bsd3>` | :osil:`Full Text <BSD-3-Clause>`
207207
- v0.9.1
208208

209209
* - :gopkg:`k8s.io/apimachinery/third_party/forked/golang </k8s.io/apimachinery/third_party/forked/golang>`
210-
- v0.28.11
210+
- v0.29.11
211211

212212
* - :gopkg:`k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json </k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json>`
213-
- v0.0.0-20230717233707-2695361300d9
213+
- v0.0.0-20231010175941-2dd684a91f00
214214

215215
* - :gopkg:`k8s.io/utils/internal/third_party/forked/golang/net </k8s.io/utils/internal/third_party/forked/golang/net>`
216216
- v0.0.0-20240502163921-fe8a2dddb1d0
@@ -343,3 +343,4 @@ License: :tldrl:`TL;DR <mpl-2.0>` | :osil:`Full Text <MPL-2.0>`
343343

344344
* - :gopkg:`github.com/r3labs/diff/v3 </github.com/r3labs/diff/v3>`
345345
- v3.0.1
346+

0 commit comments

Comments
 (0)