Skip to content

Commit 146ea73

Browse files
committed
Prepare v2.22.0-test.7
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 7d61284 commit 146ea73

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/release-notes.md

-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ client will mount them, can now be provided using the Helm chart value `agent.mo
8282
object in the workload annotation `telepresence.io/mount-policies`. A mount policy is applied to a volume
8383
or to all paths matching a path-prefix (distinguished by checking if first character is a '/'), and can
8484
be one of `Ignore`, `Local`, `Remote`, or `RemoteReadOnly`.
85-
86-
Mount policies deprecates the `telepresenceio.getambassador.com/ignore-volume-mounts` annotation. It will
87-
still work but will be removed in a future release.
8885
</div>
8986

9087
## <div style="display:flex;"><img src="images/feature.png" alt="feature" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">List output includes workload kind.</div></div>

docs/release-notes.mdx

+9-6
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,13 @@ namespaceSelector:
8282
</Note>
8383
<Note>
8484
<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
8687
client will mount them, can now be provided using the Helm chart value `agent.mountPolicies` or as JSON
8788
object in the workload annotation `telepresence.io/mount-policies`. A mount policy is applied to a volume
8889
or to all paths matching a path-prefix (distinguished by checking if first character is a '/'), and can
8990
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>
9392
</Note>
9493
<Note>
9594
<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
105104
</Note>
106105
<Note>
107106
<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>
109110
</Note>
110111
<Note>
111112
<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>
113116
</Note>
114117
<Note>
115118
<Title type="change">Make the DNS recursion check configurable and turn it off by default.</Title>

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/stretchr/testify v1.10.0
3838
github.com/telepresenceio/go-fuseftp v0.6.2
3939
github.com/telepresenceio/go-fuseftp/rpc v0.6.2
40-
github.com/telepresenceio/telepresence/rpc/v2 v2.21.1
40+
github.com/telepresenceio/telepresence/rpc/v2 v2.22.0-test.7
4141
github.com/vishvananda/netlink v1.3.0
4242
golang.org/x/net v0.35.0
4343
golang.org/x/sys v0.30.0

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/rogpeppe/go-internal v1.13.1 // indirect
5050
github.com/spf13/cobra v1.8.1 // indirect
5151
github.com/spf13/pflag v1.0.6 // indirect
52-
github.com/telepresenceio/telepresence/rpc/v2 v2.22.0-test.6 // indirect
52+
github.com/telepresenceio/telepresence/rpc/v2 v2.22.0-test.7 // indirect
5353
github.com/vishvananda/netlink v1.3.0 // indirect
5454
github.com/vishvananda/netns v0.0.5 // indirect
5555
github.com/x448/float16 v0.8.4 // indirect

0 commit comments

Comments
 (0)