Skip to content

Commit 3d7f416

Browse files
committed
Prepare v2.22.2
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent a013280 commit 3d7f416

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.2
28-
date: (TBD)
28+
date: 2025-03-28
2929
notes:
3030
- type: bugfix
3131
title: Panic when using telepresence replace in a IPv6-only cluster

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.2
4+
## Version 2.22.2 <span style="font-size: 16px;">(March 28)</span>
55
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">[Panic when using telepresence replace in a IPv6-only cluster](https://github.com/telepresenceio/telepresence/issues/3828)</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.2
10+
## Version 2.22.2 <span style={{fontSize:'16px'}}>(March 28)</span>
1111
<Note>
1212
<Title type="bugfix" docs="https://github.com/telepresenceio/telepresence/issues/3828">Panic when using telepresence replace in a IPv6-only cluster</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-rc.0
42+
github.com/telepresenceio/telepresence/rpc/v2 v2.22.2
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-rc.0 // indirect
54+
github.com/telepresenceio/telepresence/rpc/v2 v2.22.2 // 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)