Skip to content

Commit d826c7f

Browse files
authored
Merge pull request #243 from telepresenceio/thallgren/v2.22.4
Release notes for 2.22.4
2 parents b460fa6 + b8783b7 commit d826c7f

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

versioned_docs/version-2.22/release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
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.4 <span style="font-size: 16px;">(April 26)</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;">Don't require internet access when installing the traffic-manager using Helm</div></div>
6+
<div style="margin-left: 15px">
7+
8+
A regression occurred with the introduction of Helm validation in version 2.22.0. The schema relied on external HTTPS links, which inadvertently created a requirement for internet accessibility. To resolve this, we have embedded these resources within the schema, thus removing the need for an internet connection.
9+
</div>
10+
11+
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">Client failed connect with "failed to exit idle mode" in the connector.log after being idle</div></div>
12+
<div style="margin-left: 15px">
13+
14+
The port-forward connections used for connecting the daemon to the traffic-agents were using an incorrect context, causing them to fail after being idle for some time.
15+
</div>
16+
17+
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">Fix deadlock in Telepresence daemon</div></div>
18+
<div style="margin-left: 15px">
19+
20+
A deadlock would sometimes occur in the Telepresence daemon that prevented it from doing a clean exit during `telepresence quit`.
21+
</div>
22+
23+
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">Don't log error message when a pod watcher ends due to cancellation</div></div>
24+
<div style="margin-left: 15px">
25+
26+
Errors printed in the daemon log during normal cancellation of the WatchAgentPods goroutine are now removed.
27+
</div>
28+
429
## Version 2.22.3 <span style="font-size: 16px;">(April 8)</span>
530
## <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>
631
<div style="margin-left: 15px">

versioned_docs/version-2.22/release-notes.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ 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.4 <span style={{fontSize:'16px'}}>(April 26)</span>
11+
<Note>
12+
<Title type="bugfix">Don't require internet access when installing the traffic-manager using Helm</Title>
13+
<Body>
14+
A regression occurred with the introduction of Helm validation in version 2.22.0. The schema relied on external HTTPS links, which inadvertently created a requirement for internet accessibility. To resolve this, we have embedded these resources within the schema, thus removing the need for an internet connection.
15+
</Body>
16+
</Note>
17+
<Note>
18+
<Title type="bugfix">Client failed connect with "failed to exit idle mode" in the connector.log after being idle</Title>
19+
<Body>
20+
The port-forward connections used for connecting the daemon to the traffic-agents were using an incorrect context, causing them to fail after being idle for some time.
21+
</Body>
22+
</Note>
23+
<Note>
24+
<Title type="bugfix">Fix deadlock in Telepresence daemon</Title>
25+
<Body>
26+
A deadlock would sometimes occur in the Telepresence daemon that prevented it from doing a clean exit during `telepresence quit`.
27+
</Body>
28+
</Note>
29+
<Note>
30+
<Title type="bugfix">Don't log error message when a pod watcher ends due to cancellation</Title>
31+
<Body>
32+
Errors printed in the daemon log during normal cancellation of the WatchAgentPods goroutine are now removed.
33+
</Body>
34+
</Note>
1035
## Version 2.22.3 <span style={{fontSize:'16px'}}>(April 8)</span>
1136
<Note>
1237
<Title type="change">The Windows install script will now install Telepresence to "%ProgramFiles%\telepresence"</Title>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "2.22.3"
2-
dlVersion: "v2.22.3"
1+
version: "2.22.4"
2+
dlVersion: "v2.22.4"

0 commit comments

Comments
 (0)