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
+33-3Lines changed: 33 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,37 @@ Additionally, these release notes list the versions of Kubernetes and Replicated
12
12
13
13
<!--RELEASE_NOTES_PLACEHOLDER-->
14
14
15
+
## 2.11.3
16
+
17
+
Released on October 1, 2025
18
+
19
+
<table>
20
+
<tr>
21
+
<th>Version</th>
22
+
<td id="center">2.11.3+k8s-1.33</td>
23
+
<td id="center">2.11.3+k8s-1.32</td>
24
+
<td id="center">2.11.3+k8s-1.31</td>
25
+
</tr>
26
+
<tr>
27
+
<th>Kubernetes Version</th>
28
+
<td id="center">1.33.4</td>
29
+
<td id="center">1.32.8</td>
30
+
<td id="center">1.31.12</td>
31
+
</tr>
32
+
<tr>
33
+
<th>KOTS Version</th>
34
+
<td id="center">1.128.2</td>
35
+
</tr>
36
+
</table>
37
+
38
+
### Improvements {#improvements-2-11-3}
39
+
* Upgrade Jobs and Pods are now deleted on successful upgrade.
40
+
41
+
### Bug Fixes {#bug-fixes-2-11-3}
42
+
* Fixes issues with hostname inconsistencies that could cause upgrades to fail or prevent nodes from booting up after restart.
43
+
* Fixes an issue that can cause upgrades to fail with the error `serviceaccounts "openebs-pre-upgrade-hook" already exists` when upgrading OpenEBS.
44
+
* Fixes an issue that can cause multi-controller clusters to fail to upgrade to Kubernetes 1.31, requiring a restart of the k0scontroller service.
45
+
15
46
## 2.11.2
16
47
17
48
Released on September 12, 2025
@@ -36,11 +67,10 @@ Released on September 12, 2025
36
67
</table>
37
68
38
69
### Improvements {#improvements-2-11-2}
39
-
*Upgrades KOTS to 1.128.1
70
+
*Adds a 10 second timeout to the `registryImages` collector to fix an issue that caused support bundles and preflight checks to take a very long time.
40
71
41
72
### Bug Fixes {#bug-fixes-2-11-2}
42
-
* Fixes an issue that causes license field signatures to be empty for air gap installations when injected into the Helm chart values file at the `global.replicated.licenseFields` key.
43
-
* Adds a 10 second timeout to the `registryImages` collector to fix an issue that caused support bundles and preflight checks to take a very long time.
73
+
* Fixes an issue where license field signatures were not injected into a Helm chart's global values at `global.replicated.licenseFields` in air gap installations.
0 commit comments