Skip to content

Commit 0109513

Browse files
replicated-cisgalsalehjtuchscherer
authored
Embedded Cluster 2.6.0+k8s-1.31 release notes (#3290)
* Embedded Cluster 2.6.0+k8s-1.31 release notes * Release notes for 2.6 * Update docs/release-notes/rn-embedded-cluster.md --------- Co-authored-by: sgalsaleh <[email protected]> Co-authored-by: Johannes Tuchscherer <[email protected]> Co-authored-by: Salah Al Saleh <[email protected]>
1 parent baea43e commit 0109513

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/release-notes/rn-embedded-cluster.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,38 @@ Additionally, these release notes list the versions of Kubernetes and Replicated
1212

1313
<!--RELEASE_NOTES_PLACEHOLDER-->
1414

15+
## 2.6.0+k8s-1.31
16+
17+
Released on June 5, 2025
18+
19+
<table>
20+
<tr>
21+
<th>Version</th>
22+
<td id="center">2.6.0-1.31</td>
23+
<td id="center">2.6.0-1.30</td>
24+
<td id="center">2.6.0-1.29</td>
25+
</tr>
26+
<tr>
27+
<th>Kubernetes Version</th>
28+
<td id="center">1.31.8</td>
29+
<td id="center">1.30.9</td>
30+
<td id="center">1.29.14</td>
31+
</tr>
32+
<tr>
33+
<th>KOTS Version</th>
34+
<td id="center" colspan="2">1.124.17</td>
35+
</tr>
36+
</table>
37+
38+
39+
### New Features {#new-features-2-4-0}
40+
* Adds support for Kubernetes 1.31.
41+
42+
### Improvements {#improvements-2-4-0}
43+
* Improves support for private Certificate Authorities (CA). During the installation process, the installer will detect the system CA bundle on the host. This CA bundle will be mounted into all Embedded Cluster components that require trust validation, such as kotsadm, velero, and any supporting pods. This means that the [PrivateCACert template function](https://docs.replicated.com/reference/template-functions-static-context#privatecacert) now returns the name of a the ConfigMap which contains the CA trust store from the host.
44+
* The `--private-ca` flag is now deprecated.
45+
* Improves user input validation when the user is using the `--http-proxy` flag, but not the `--https-proxy` flag.
46+
1547
## 2.4.0
1648

1749
Released on May 6, 2025

0 commit comments

Comments
 (0)