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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,34 @@ This topic contains release notes for the [Replicated Embedded Cluster](/vendor/
10
10
11
11
Additionally, these release notes list the versions of Kubernetes and Replicated KOTS that are available with each version of Embedded Cluster.
12
12
13
+
## 2.1.2
14
+
15
+
Released on February 19, 2025
16
+
17
+
<table>
18
+
<tr>
19
+
<th>Version</th>
20
+
<td id="center">2.1.2+k8s-1.30</td>
21
+
<td id="center">2.1.2+k8s-1.29</td>
22
+
</tr>
23
+
<tr>
24
+
<th>Kubernetes Version</th>
25
+
<td id="center">1.30.9</td>
26
+
<td id="center">1.29.13</td>
27
+
</tr>
28
+
<tr>
29
+
<th>KOTS Version</th>
30
+
<td id="center" colspan="2">1.124.4</td>
31
+
</tr>
32
+
</table>
33
+
34
+
### Improvements {#improvements-2-1-2}
35
+
* The preflight check that ensures the system clock is synchronized no longer requires NTP to be active. This accommodates systems where the clock is managed by alternative protocols (e.g., PTP).
36
+
* If firewalld is enabled, it is now automatically configured at install time to allow required network traffic in the cluster.
37
+
38
+
### Bug Fixes {#bug-fixes-2-1-1}
39
+
* Fixes host preflight failures for kernel modules in environments where kernel modules are built in.
0 commit comments