Skip to content

Commit c83926d

Browse files
committed
Prepare v2.22.3
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 3092849 commit c83926d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# For older changes, see CHANGELOG.OLD.md
2626
items:
2727
- version: 2.22.3
28-
date: (TBD)
28+
date: 2025-04-08
2929
notes:
3030
- type: change
3131
title: The Windows install script will now install Telepresence to "%ProgramFiles%\telepresence"

docs/release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
33
# <img src="images/logo.png" height="64px"/> Telepresence Release Notes
4-
## Version 2.22.3
4+
## Version 2.22.3 <span style="font-size: 16px;">(April 8)</span>
55
## <div style="display:flex;"><img src="images/change.png" alt="change" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">The Windows install script will now install Telepresence to "%ProgramFiles%\telepresence"</div></div>
66
<div style="margin-left: 15px">
77

docs/release-notes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes'
77
[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
88

99
# Telepresence Release Notes
10-
## Version 2.22.3
10+
## Version 2.22.3 <span style={{fontSize:'16px'}}>(April 8)</span>
1111
<Note>
1212
<Title type="change">The Windows install script will now install Telepresence to "%ProgramFiles%\telepresence"</Title>
1313
<Body>

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/stretchr/testify v1.10.0
4040
github.com/telepresenceio/go-fuseftp v0.6.6
4141
github.com/telepresenceio/go-fuseftp/rpc v0.6.6
42-
github.com/telepresenceio/telepresence/rpc/v2 v2.22.2
42+
github.com/telepresenceio/telepresence/rpc/v2 v2.22.3
4343
github.com/vishvananda/netlink v1.3.0
4444
golang.org/x/net v0.37.0
4545
golang.org/x/sys v0.31.0

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/rogpeppe/go-internal v1.14.1 // indirect
5252
github.com/spf13/cobra v1.9.1 // indirect
5353
github.com/spf13/pflag v1.0.6 // indirect
54-
github.com/telepresenceio/telepresence/rpc/v2 v2.22.2 // indirect
54+
github.com/telepresenceio/telepresence/rpc/v2 v2.22.3 // indirect
5555
github.com/vishvananda/netlink v1.3.0 // indirect
5656
github.com/vishvananda/netns v0.0.5 // indirect
5757
github.com/x448/float16 v0.8.4 // indirect

0 commit comments

Comments
 (0)