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
## <divstyle="display:flex;"><imgsrc="images/bugfix.png"alt="bugfix"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">[The Telepresence Helm chart could not be used as a dependency in another chart.](https://github.com/telepresenceio/telepresence/issues/3833)</div></div>
6
+
<divstyle="margin-left: 15px">
7
+
8
+
The JSON schema validation implemented in Telepresence 2.22.0 had a defect: it rejected the `global` object. This object, a Helm-managed construct, facilitates the propagation of arbitrary configurations from a parent chart to its dependencies. Consequently, charts intended for dependency use must permit the presence of the `global` object.
9
+
</div>
10
+
5
11
## <divstyle="display:flex;"><imgsrc="images/bugfix.png"alt="bugfix"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">[Recreating namespaces was not possible when using a dynamically namespaced Traffic Manager](https://github.com/telepresenceio/telepresence/issues/3831)</div></div>
Copy file name to clipboardExpand all lines: docs/release-notes.mdx
+6
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes'
8
8
9
9
# Telepresence Release Notes
10
10
## Version 2.22.3
11
+
<Note>
12
+
<Titletype="bugfix"docs="https://github.com/telepresenceio/telepresence/issues/3833">The Telepresence Helm chart could not be used as a dependency in another chart.</Title>
13
+
<Body>
14
+
The JSON schema validation implemented in Telepresence 2.22.0 had a defect: it rejected the `global` object. This object, a Helm-managed construct, facilitates the propagation of arbitrary configurations from a parent chart to its dependencies. Consequently, charts intended for dependency use must permit the presence of the `global` object.
15
+
</Body>
16
+
</Note>
11
17
<Note>
12
18
<Titletype="bugfix"docs="https://github.com/telepresenceio/telepresence/issues/3831">Recreating namespaces was not possible when using a dynamically namespaced Traffic Manager</Title>
0 commit comments