@@ -12,6 +12,39 @@ Additionally, these release notes list the versions of Kubernetes and Replicated
1212
1313<!-- RELEASE_NOTES_PLACEHOLDER-->
1414
15+ ## 2.13.0
16+
17+ Released on December 9, 2025
18+
19+ <table >
20+ <tr >
21+ <th>Version</th>
22+ <td id="center">2.13.0+k8s-1.33</td>
23+ <td id="center">2.13.0+k8s-1.32</td>
24+ <td id="center">2.13.0+k8s-1.31</td>
25+ </tr >
26+ <tr >
27+ <th>Kubernetes Version</th>
28+ <td id="center">1.33.6</td>
29+ <td id="center">1.32.10</td>
30+ <td id="center">1.31.12</td>
31+ </tr >
32+ <tr >
33+ <th>KOTS Version</th>
34+ <td colspan="3" id="center">1.129.1</td>
35+ </tr >
36+ </table >
37+
38+ ### New Features {#new-features-2-13-0}
39+ * Adds the ability to configure custom Velero plugins through the Embedded Cluster config specification.
40+
41+ ### Improvements {#improvements-2-13-0}
42+ * Disable outbound traffic attempts from k0s to ` updates.k0sproject.io ` .
43+
44+ ### Bug Fixes {#bug-fixes-2-13-0}
45+ * Fixes an issue where YAML files with a leading document separator fail to parse.
46+ * Fixes an issue where preflight checks fail when only IPv6 nameservers are configured in resolv.conf.
47+
1548## 2.12.0
1649
1750Released on October 30, 2025
@@ -36,7 +69,6 @@ Released on October 30, 2025
3669</table >
3770
3871### Bug Fixes {#bug-fixes-2-12-0}
39-
4072* Fixes instability in the highly available registry used for HA air gap installations, which was caused by flakiness in SeaweedFS Raft.
4173* Fixes an issue where multi-document YAML files were not parsed correctly, which led to resources not being recognized in the release.
4274
0 commit comments