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
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,44 @@ 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.18.0
14
+
15
+
Released on November 8, 2024
16
+
17
+
<table>
18
+
<tr>
19
+
<th>Version</th>
20
+
<td id="center">1.18.0+k8s-1.30</td>
21
+
<td id="center">1.18.0+k8s-1.29</td>
22
+
</tr>
23
+
<tr>
24
+
<th>Kubernetes Version</th>
25
+
<td id="center">1.30.5</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.120.3</td>
31
+
</tr>
32
+
</table>
33
+
34
+
### New Features {#new-features-1-18-0}
35
+
* Adds support for passing ConfigValues using the `--config-values` flag for the `install` command. This also enables automated installations of both Embedded Cluster and the application.
36
+
37
+
### Improvements {#improvements-1-18-0}
38
+
* When the Admin Console URL is printed at the end of the `install` command, it will now use the public IP address instead of the private IP address for AWS EC2 instances that use IMDSv2.
39
+
* During setup of the Admin Console when a self-signed certificate is used, the instructions are updated to better inform users how to ignore the warning on different browsers.
40
+
41
+
### Bug Fixes {#bug-fixes-1-18-0}
42
+
* Fixes an issue where registry logs weren't included in support bundles.
43
+
* Fixes an issue when installing on Azure that caused the Admin Console URL shown at the end of the `install` command to use the private IP address rather than the public IP address.
44
+
* Fixes an issue that prevented you from updating an application if the new version contained a required config item without a `default` or `value` set.
45
+
* The copy button now works for the command to validate the authenticity of the self-signed certificate during Admin Console setup.
46
+
* Fixes an issue where the **Config** page showed an error and wouldn't load.
0 commit comments