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.mdx
+9-6
Original file line number
Diff line number
Diff line change
@@ -82,14 +82,13 @@ namespaceSelector:
82
82
</Note>
83
83
<Note>
84
84
<Title type="feature">Improved control over how remote volumes are mounted using mount policies</Title>
85
-
<Body>Mount policies, that affects how the telepresence traffic-agent shares the pod's volumes, and also how the
85
+
<Body>
86
+
Mount policies, that affects how the telepresence traffic-agent shares the pod's volumes, and also how the
86
87
client will mount them, can now be provided using the Helm chart value `agent.mountPolicies` or as JSON
87
88
object in the workload annotation `telepresence.io/mount-policies`. A mount policy is applied to a volume
88
89
or to all paths matching a path-prefix (distinguished by checking if first character is a '/'), and can
89
90
be one of `Ignore`, `Local`, `Remote`, or `RemoteReadOnly`.
90
-
91
-
Mount policies deprecates the `telepresenceio.getambassador.com/ignore-volume-mounts` annotation. It will
92
-
still work but will be removed in a future release.</Body>
91
+
</Body>
93
92
</Note>
94
93
<Note>
95
94
<Title type="feature">List output includes workload kind.</Title>
@@ -105,11 +104,15 @@ Users can now use the Helm value `agent.initSecurityContext` to override the def
105
104
</Note>
106
105
<Note>
107
106
<Title type="change">Let download page use direct links to GitHub</Title>
108
-
<Body>The download links on the release page now points directly to the assets on the download page, instead of using being routed from getambassador.io/download/tel2oss/releases.</Body>
107
+
<Body>
108
+
The download links on the release page now points directly to the assets on the download page, instead of using being routed from getambassador.io/download/tel2oss/releases.
109
+
</Body>
109
110
</Note>
110
111
<Note>
111
112
<Title type="change">Use telepresence.io as annotation prefix instead of telepresence.getambassador.io</Title>
112
-
<Body>The workload and pod annotations used by Telepresence will now use the prefix `telepresence.io` instead of `telepresence.getambassador.io`. The new prefix is consistent with the prefix used by labels, and it also matches the host name of the documentation site. Annotations using the old name will still work, but warnings will be logged when they are encountered.</Body>
113
+
<Body>
114
+
The workload and pod annotations used by Telepresence will now use the prefix `telepresence.io` instead of `telepresence.getambassador.io`. The new prefix is consistent with the prefix used by labels, and it also matches the host name of the documentation site. Annotations using the old name will still work, but warnings will be logged when they are encountered.
115
+
</Body>
113
116
</Note>
114
117
<Note>
115
118
<Title type="change">Make the DNS recursion check configurable and turn it off by default.</Title>
0 commit comments