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
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,36 @@ pagination_prev: null
6
6
7
7
# Embedded Cluster Release Notes
8
8
9
+
## 1.13.0
10
+
11
+
Released on September 17, 2024
12
+
13
+
<table>
14
+
<tr>
15
+
<th>Version</th>
16
+
<td id="center">1.13.0+k8s-1.29</td>
17
+
<td id="center">1.13.0+k8s-1.28</td>
18
+
</tr>
19
+
<tr>
20
+
<th>Kubernetes Version</th>
21
+
<td id="center">1.29.8</td>
22
+
<td id="center">1.28.11</td>
23
+
</tr>
24
+
<tr>
25
+
<th>KOTS Version</th>
26
+
<td id="center" colspan="2">1.117.0</td>
27
+
</tr>
28
+
</table>
29
+
30
+
### New Features {#new-features-1-13-0}
31
+
32
+
* Adds the [`PrivateCACert` template function](/reference/template-functions-static-context#privatecacert) to return the name of a ConfigMap containing additional trusted CA certificates provided by the end user with the `--private-ca` flag for the `-install` command.
33
+
34
+
### Bug Fixes {#bug-fixes-1-13-0}
35
+
36
+
* Fixes an issue where user-provided proxy configuration was removed during upgrades. This fix only applies to Embedded Clusters installed with this version or later. Users on older versions that upgrade to this version will still lose their proxy configuration.
37
+
* Fixes an issue where the disk performance preflight failed on certain architectures where fio was unable to run.
0 commit comments