Skip to content

Commit a3f5f36

Browse files
authored
Merge pull request #240 from telepresenceio/thallgren/v2.22.2
Release notes for 2.22.2
2 parents 9042557 + 5a7a845 commit a3f5f36

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

versioned_docs/version-2.22/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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 <span style="font-size: 16px;">(March 28)</span>
5+
## <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>
6+
<div style="margin-left: 15px">
7+
8+
A "slice bounds out of range" would occur when the targeted Pod's Traffic Agent requested a local dialer to
9+
be created on the client. This was due to a glitch in the VPN-tunnel implementation that got triggered when
10+
a remote IPv6-address was combined with a local IPv4-address.
11+
</div>
12+
413
## Version 2.22.1 <span style="font-size: 16px;">(March 27)</span>
514
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">Only restore inactive traffic-agent after a replace.</div></div>
615
<div style="margin-left: 15px">

versioned_docs/version-2.22/release-notes.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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 <span style={{fontSize:'16px'}}>(March 28)</span>
11+
<Note>
12+
<Title type="bugfix" docs="https://github.com/telepresenceio/telepresence/issues/3828">Panic when using telepresence replace in a IPv6-only cluster</Title>
13+
<Body>
14+
A "slice bounds out of range" would occur when the targeted Pod's Traffic Agent requested a local dialer to
15+
be created on the client. This was due to a glitch in the VPN-tunnel implementation that got triggered when
16+
a remote IPv6-address was combined with a local IPv4-address.
17+
</Body>
18+
</Note>
1019
## Version 2.22.1 <span style={{fontSize:'16px'}}>(March 27)</span>
1120
<Note>
1221
<Title type="bugfix">Only restore inactive traffic-agent after a replace.</Title>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "2.22.1"
2-
dlVersion: "v2.22.1"
1+
version: "2.22.2"
2+
dlVersion: "v2.22.2"

0 commit comments

Comments
 (0)