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
+35-9Lines changed: 35 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,39 @@ 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
-
## 1.19.0
13
+
## 1.22.0
14
14
15
15
Released on November 14, 2024
16
16
17
17
<table>
18
18
<tr>
19
19
<th>Version</th>
20
-
<td id="center">1.19.0+k8s-1.30</td>
21
-
<td id="center">1.19.0+k8s-1.29</td>
20
+
<td id="center">1.22.0+k8s-1.30</td>
21
+
<td id="center">1.22.0+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.9</td>
27
+
</tr>
28
+
<tr>
29
+
<th>KOTS Version</th>
30
+
<td id="center" colspan="2">1.124.0</td>
31
+
</tr>
32
+
</table>
33
+
34
+
### New Features {#new-features-1-22-0}
35
+
* Adds DR
36
+
37
+
## 1.21.0
38
+
39
+
Released on November 14, 2024
40
+
41
+
<table>
42
+
<tr>
43
+
<th>Version</th>
44
+
<td id="center">1.21.0+k8s-1.30</td>
45
+
<td id="center">1.21.0+k8s-1.29</td>
22
46
</tr>
23
47
<tr>
24
48
<th>Kubernetes Version</th>
@@ -27,16 +51,18 @@ Released on November 14, 2024
27
51
</tr>
28
52
<tr>
29
53
<th>KOTS Version</th>
30
-
<td id="center" colspan="2">1.121.0</td>
54
+
<td id="center" colspan="2">1.123.1</td>
31
55
</tr>
32
56
</table>
33
57
34
-
### New Features {#new-features-1-19-0}
35
-
* Adds preflight checks to ensure that the following kernel parameters are set: `net.ipv4.conf.default.arp_filter = 0`, `net.ipv4.conf.default.arp_ignore = 0`, `net.ipv4.conf.all.arp_filter = 0`, and `net.ipv4.conf.all.arp_ignore = 0`.
36
-
* The following kernel parameters will be written to `/etc/sysctl.d/99-embedded-cluster.conf` and configured automatically during installation: `net.ipv4.ip_forward = 1`, `net.ipv4.conf.default.arp_filter = 0`, `net.ipv4.conf.default.arp_ignore = 0`, `net.ipv4.conf.all.arp_filter = 0`, and `net.ipv4.conf.all.arp_ignore = 0`. An error will not occur if Embedded Cluster fails to set these kernel parameters at install time. Instead, the aforementioned preflight checks will instruct the user to set these parameters.
58
+
### New Features {#new-features-1-21-0}
59
+
* TODO
60
+
61
+
### Improvements {#improvements-1-21-0}
62
+
* TODO
37
63
38
-
### Improvements {#improvements-1-19-0}
39
-
*If a user downloads an air gap bundle but attempts to install without it, the user will be instructed how to pass the air gap bundle to `install`. They will then be asked if they want to continue with an online installation anyway.
0 commit comments