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
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +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.14.0
14
+
15
+
Released on September 24, 2024
16
+
17
+
<table>
18
+
<tr>
19
+
<th>Version</th>
20
+
<td id="center">1.14.0+k8s-1.29</td>
21
+
<td id="center">1.14.0+k8s-1.28</td>
22
+
</tr>
23
+
<tr>
24
+
<th>Kubernetes Version</th>
25
+
<td id="center">1.29.8</td>
26
+
<td id="center">1.28.11</td>
27
+
</tr>
28
+
<tr>
29
+
<th>KOTS Version</th>
30
+
<td id="center" colspan="2">1.117.3</td>
31
+
</tr>
32
+
</table>
33
+
34
+
### New Features {#bug-fixes-1-14-0}
35
+
36
+
* Introduces the `--admin-console-port` and `--local-artifact-mirror-port` flags to the `install` command so the ports for the Admin Console (default 30000) and the local artifact mirror (default 50000) can be chosen.
37
+
* Introduces the `--local-artifact-mirror-port` flag to the `restore` command so the port used for the local artifact mirror can be selected during the restore. If no port is provided, the port in use when the backup was taken will be used.
38
+
* Introduces the `--network-interface` flag to the `install` command so a network interface can be selected. If a network interface is not provided, the first valid, non-local network interface is used.
39
+
40
+
### Improvements {#improvements-1-14-0}
41
+
42
+
* When joining nodes to an Embedded Cluster, the correct network interface is chosen based on the node IP address in the join command.
43
+
* If the Replicated SDK is deployed by KOTS as part of an application, the SDK will automatically be configured with any additional CA certificates provided to `--private-ca` flag for the `install` command.
44
+
45
+
13
46
## 1.13.1
14
47
15
48
Released on September 20, 2024
@@ -31,7 +64,7 @@ Released on September 20, 2024
31
64
</tr>
32
65
</table>
33
66
34
-
### Bug Fixes {#bug-fixes-1-13-0}
67
+
### Bug Fixes {#bug-fixes-1-13-1}
35
68
36
69
* Fixes an issue where you could not upgrade to a version that had special characters like `+` in the version label.
0 commit comments