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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,16 @@ Additionally, these release notes list the versions of Kubernetes and Replicated
12
12
13
13
<!--RELEASE_NOTES_PLACEHOLDER-->
14
14
15
-
## 2.6.0+k8s-1.31
15
+
## 2.6.0
16
16
17
17
Released on June 5, 2025
18
18
19
19
<table>
20
20
<tr>
21
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>
22
+
<td id="center">2.6.0+k8s-1.31</td>
23
+
<td id="center">2.6.0+k8s-1.30</td>
24
+
<td id="center">2.6.0+k8s-1.29</td>
25
25
</tr>
26
26
<tr>
27
27
<th>Kubernetes Version</th>
@@ -36,13 +36,13 @@ Released on June 5, 2025
36
36
</table>
37
37
38
38
39
-
### New Features {#new-features-2-4-0}
39
+
### New Features {#new-features-2-6-0}
40
40
* Adds support for Kubernetes 1.31.
41
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.
42
+
### Improvements {#improvements-2-6-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 KOTS, 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 that contains the CA trust store from the host.
44
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.
45
+
* Improves user input validation when the user is using the `--http-proxy` flag but not the `--https-proxy` flag.
0 commit comments