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
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,35 @@ pagination_prev: null
6
6
7
7
# Embedded Cluster Release Notes
8
8
9
+
## 1.12.1
10
+
11
+
Released on September 13, 2024
12
+
13
+
<table>
14
+
<tr>
15
+
<th>Version</th>
16
+
<td id="center">1.12.1+k8s-1.29</td>
17
+
<td id="center">1.12.1+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.116.0</td>
27
+
</tr>
28
+
</table>
29
+
30
+
### New Features {#new-features-1-12-1}
31
+
32
+
* Adds the ability to provide additional trusted certificate authority certificates with the `install` command's `--private-ca` flag. This is useful when Embedded Cluster is installed behind an enterprise proxy that intercepts traffic and issues its own certificates.
33
+
34
+
### Bug Fixes {#bug-fixes-1-12-1}
35
+
36
+
* Removes unnecessary values that were previously added to the no proxy list automatically.
37
+
9
38
## 1.12.0
10
39
11
40
Released on September 11, 2024
@@ -27,7 +56,6 @@ Released on September 11, 2024
27
56
</tr>
28
57
</table>
29
58
30
-
31
59
### Improvements {#improvements-1-12-0}
32
60
33
61
* Available updates and the check for updates button are shown on the **Dashboard** page of the Admin Console. The check for updates button is now also shown on the **Version history** page. These were removed in a previous version.
0 commit comments