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-app-manager.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,19 @@ The following table lists the versions of Kubernetes that are compatible with ea
16
16
17
17
<!--RELEASE_NOTES_PLACEHOLDER-->
18
18
19
+
## 1.117.0
20
+
21
+
Released on September 13, 2024
22
+
23
+
Support for Kubernetes: 1.28, 1.29, and 1.30
24
+
25
+
### New Features {#new-features-1-117-0}
26
+
* Adds the `--private-ca-configmap` flag to the `install` and `generate-manifests` commands. The contents of the provided ConfigMap are used as additional trusted certificate authorities.
27
+
* 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.
28
+
29
+
### Bug Fixes {#bug-fixes-1-117-0}
30
+
* Fixes an issue where `dropdown` Config items did not respect the `when` property.
0 commit comments