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: docs/release-notes/rn-embedded-cluster.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,35 @@ Additionally, these release notes list the versions of Kubernetes and Replicated
12
12
13
13
<!--RELEASE_NOTES_PLACEHOLDER-->
14
14
15
+
## 2.10.0
16
+
17
+
Released on August 19, 2025
18
+
19
+
<table>
20
+
<tr>
21
+
<th>Version</th>
22
+
<td id="center">2.10.0+k8s-1.33</td>
23
+
<td id="center">2.10.0+k8s-1.32</td>
24
+
<td id="center">2.10.0+k8s-1.31</td>
25
+
</tr>
26
+
<tr>
27
+
<th>Kubernetes Version</th>
28
+
<td id="center">1.32.7</td>
29
+
<td id="center">1.31.11</td>
30
+
<td id="center">1.30.14</td>
31
+
</tr>
32
+
<tr>
33
+
<th>KOTS Version</th>
34
+
<td id="center" colspan="3">1.126.0</td>
35
+
</tr>
36
+
</table>
37
+
38
+
### New Features {#new-features-2-10-0}
39
+
* Adds support for Kubernetes 1.33 and drops support for Kubernetes 1.30. Vendors using 1.30 need to upgrade to 1.31. Kubernetes does not support upgrading by more than one minor version at a time, so it's important to move to the next minor version of Kubernetes rather than skipping to the latest.
40
+
41
+
### Bug Fixes {#bug-fixes-2-10-0}
42
+
* Fixes an issue where installations failed to parse release data if HelmChart custom resources contained template functions in non-string fields before being rendered.
43
+
15
44
## 2.9.0
16
45
17
46
Released on August 18, 2025
@@ -36,7 +65,7 @@ Released on August 18, 2025
36
65
</table>
37
66
38
67
### New Features {#new-features-2-9-0}
39
-
* Adds support for Kubernetes 1.32.
68
+
* Adds support for Kubernetes 1.32 and drops support for Kubernetes 1.29. Vendors using 1.29 need to upgrade to 1.30. Kubernetes does not support upgrading by more than one minor version at a time, so it's important to move to the next minor version of Kubernetes rather than skipping to the latest.
40
69
41
70
### Bug Fixes {#bug-fixes-2-9-0}
42
71
* Fixes an issue where the `--network-interface` flag wasn't respected when joining a node.
0 commit comments