Skip to content

Commit 7edfbaf

Browse files
committed
Finishing up 2.21.0 blog text.
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 4fe7d41 commit 7edfbaf

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

versioned_docs/version-2.21/release-notes.md

Lines changed: 7 additions & 1 deletion
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.21.0
4+
## Version 2.21.0 <span style="font-size: 16px;">(December 13)</span>
55
## <div style="display:flex;"><img src="images/feature.png" alt="feature" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">[Automatic VPN conflict avoidance](reference/vpn)</div></div>
66
<div style="margin-left: 15px">
77

@@ -137,6 +137,12 @@ There's no need for two configmaps that store configuration data for the traffic
137137
The ability to collect trace has been removed along with the `telepresence gather-traces` and `telepresence upload-traces` commands. The underlying code was complex and has not been well maintained since its inception in 2022. We have received no feedback on it and seen no indication that it has ever been used.
138138
</div>
139139

140+
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">Remove obsolete code checking the Docker Bridge for DNS</div></div>
141+
<div style="margin-left: 15px">
142+
143+
The DNS resolver checked the Docker bridge for messages on Linux. This code was obsolete and caused problems when running in Codespaces.
144+
</div>
145+
140146
## <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 telepresence connect confusion caused by /.dockerenv file</div></div>
141147
<div style="margin-left: 15px">
142148

versioned_docs/version-2.21/release-notes.mdx

Lines changed: 5 additions & 1 deletion
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.21.0
10+
## Version 2.21.0 <span style={{fontSize:'16px'}}>(December 13)</span>
1111
<Note>
1212
<Title type="feature" docs="reference/vpn">Automatic VPN conflict avoidance</Title>
1313
<Body>Telepresence not only detects subnet conflicts between the cluster and workstation VPNs but also resolves them by performing network address translation to move conflicting subnets out of the way.</Body>
@@ -101,6 +101,10 @@ A default can still be explicitly defined using the `config.intercept.defaultPor
101101
<Title type="change">Tracing was removed.</Title>
102102
<Body>The ability to collect trace has been removed along with the `telepresence gather-traces` and `telepresence upload-traces` commands. The underlying code was complex and has not been well maintained since its inception in 2022. We have received no feedback on it and seen no indication that it has ever been used.</Body>
103103
</Note>
104+
<Note>
105+
<Title type="bugfix">Remove obsolete code checking the Docker Bridge for DNS</Title>
106+
<Body>The DNS resolver checked the Docker bridge for messages on Linux. This code was obsolete and caused problems when running in Codespaces.</Body>
107+
</Note>
104108
<Note>
105109
<Title type="bugfix">Fix telepresence connect confusion caused by /.dockerenv file</Title>
106110
<Body>A `/.dockerenv` will be present when running in a GitHub Codespaces environment. That doesn't mean that telepresence cannot use docker, or that the root daemon shouldn't start.</Body>

0 commit comments

Comments
 (0)