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
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,59 @@ Additionally, these release notes list the versions of Kubernetes and Replicated
12
12
13
13
<!--RELEASE_NOTES_PLACEHOLDER-->
14
14
15
+
## 2.8.0
16
+
17
+
Released on August 1, 2025
18
+
19
+
<table>
20
+
<tr>
21
+
<th>Version</th>
22
+
<td id="center">2.8.0+k8s-1.31</td>
23
+
<td id="center">2.8.0+k8s-1.30</td>
24
+
<td id="center">2.8.0+k8s-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="3">1.125.1</td>
35
+
</tr>
36
+
</table>
37
+
38
+
### Improvements {#improvements-2-8-0}
39
+
* Adds host preflight checks to ensure nodes have sufficient storage to perform airgap installations when installing a new node and when joining nodes to an existing cluster.
40
+
* Enables Embedded Cluster to install in SELinux environments by setting appropriate SELinux file contexts on the bin directory and restoring SELinux contexts for the data directory after creation.
0 commit comments