Skip to content

Commit c9b2c0f

Browse files
authored
Merge pull request #3301 from replicatedhq/ajp-io-patch-1
fix 2.6.0 RNs
2 parents a49ea39 + e5bb7e7 commit c9b2c0f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

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

1313
<!--RELEASE_NOTES_PLACEHOLDER-->
1414

15-
## 2.6.0+k8s-1.31
15+
## 2.6.0
1616

1717
Released on June 5, 2025
1818

1919
<table>
2020
<tr>
2121
<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>
2525
</tr>
2626
<tr>
2727
<th>Kubernetes Version</th>
@@ -36,13 +36,13 @@ Released on June 5, 2025
3636
</table>
3737

3838

39-
### New Features {#new-features-2-4-0}
39+
### New Features {#new-features-2-6-0}
4040
* Adds support for Kubernetes 1.31.
4141

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.
4444
* 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.
4646

4747
## 2.4.0
4848

0 commit comments

Comments
 (0)