Skip to content

Commit 2ce1504

Browse files
committed
Release notes for the 2.21.3 release.
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 1562bd1 commit 2ce1504

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

versioned_docs/version-2.21/release-notes.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11

22
[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
33
# <img src="images/logo.png" height="64px"/> Telepresence Release Notes
4+
## Version 2.21.3 <span style="font-size: 16px;">(February 6)</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;">Using the --proxy-via flag would sometimes cause connection timeouts.</div></div>
6+
<div style="margin-left: 15px">
7+
8+
Typically, a `telepresence connect --proxy-via <subnet>=<workflow>` would fail with a "deadline exceeded" message when several workloads were present in the namespace, the one targeted by the proxy-via didn't yet have an agent installed, and other workloads had an agent. This was due to a race condition in the logic for the agent-based port-forwards in the root daemon. The conditions causing this race are now eliminated.
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;">Fix panic in root daemon when using the "allow conflicting subnets" feature on macOS.</div></div>
12+
<div style="margin-left: 15px">
13+
14+
A regression was introduced in version 2.21.0, causing a panic due to an unimplemented method in the TUN-device on macOS based clients.
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;">Ensure that annotation enabled traffic-agents are uninstall when uninstalling the traffic-manager.</div></div>
18+
<div style="margin-left: 15px">
19+
20+
A traffic-agent injected because the workload had the inject annotation enabled would sometimes not get uninstalled when the traffic-manager was uninstalled.
21+
</div>
22+
423
## Version 2.21.2 <span style="font-size: 16px;">(January 26)</span>
524
## <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 panic when agentpf.client creates a Tunnel</div></div>
625
<div style="margin-left: 15px">

versioned_docs/version-2.21/release-notes.mdx

+13
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.21.3 <span style={{fontSize:'16px'}}>(February 6)</span>
11+
<Note>
12+
<Title type="bugfix">Using the --proxy-via flag would sometimes cause connection timeouts.</Title>
13+
<Body>Typically, a `telepresence connect --proxy-via <subnet>=<workflow>` would fail with a "deadline exceeded" message when several workloads were present in the namespace, the one targeted by the proxy-via didn't yet have an agent installed, and other workloads had an agent. This was due to a race condition in the logic for the agent-based port-forwards in the root daemon. The conditions causing this race are now eliminated.</Body>
14+
</Note>
15+
<Note>
16+
<Title type="bugfix">Fix panic in root daemon when using the "allow conflicting subnets" feature on macOS.</Title>
17+
<Body>A regression was introduced in version 2.21.0, causing a panic due to an unimplemented method in the TUN-device on macOS based clients.</Body>
18+
</Note>
19+
<Note>
20+
<Title type="bugfix">Ensure that annotation enabled traffic-agents are uninstall when uninstalling the traffic-manager.</Title>
21+
<Body>A traffic-agent injected because the workload had the inject annotation enabled would sometimes not get uninstalled when the traffic-manager was uninstalled.</Body>
22+
</Note>
1023
## Version 2.21.2 <span style={{fontSize:'16px'}}>(January 26)</span>
1124
<Note>
1225
<Title type="bugfix">Fix panic when agentpf.client creates a Tunnel</Title>
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "2.21.2"
2-
dlVersion: "v2.21.2"
1+
version: "2.21.3"
2+
dlVersion: "v2.21.3"

0 commit comments

Comments
 (0)