Skip to content

Commit

Permalink
Finishing up 2.21.0 blog text.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <thomas@tada.se>
  • Loading branch information
thallgren committed Dec 13, 2024
1 parent 4fe7d41 commit 7edfbaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion versioned_docs/version-2.21/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)
# <img src="images/logo.png" height="64px"/> Telepresence Release Notes
## Version 2.21.0
## Version 2.21.0 <span style="font-size: 16px;">(December 13)</span>
## <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>
<div style="margin-left: 15px">

Expand Down Expand Up @@ -137,6 +137,12 @@ There's no need for two configmaps that store configuration data for the traffic
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.
</div>

## <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>
<div style="margin-left: 15px">

The DNS resolver checked the Docker bridge for messages on Linux. This code was obsolete and caused problems when running in Codespaces.
</div>

## <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>
<div style="margin-left: 15px">

Expand Down
6 changes: 5 additions & 1 deletion versioned_docs/version-2.21/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes'
[comment]: # (Code generated by relnotesgen. DO NOT EDIT.)

# Telepresence Release Notes
## Version 2.21.0
## Version 2.21.0 <span style={{fontSize:'16px'}}>(December 13)</span>
<Note>
<Title type="feature" docs="reference/vpn">Automatic VPN conflict avoidance</Title>
<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>
Expand Down Expand Up @@ -101,6 +101,10 @@ A default can still be explicitly defined using the `config.intercept.defaultPor
<Title type="change">Tracing was removed.</Title>
<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>
</Note>
<Note>
<Title type="bugfix">Remove obsolete code checking the Docker Bridge for DNS</Title>
<Body>The DNS resolver checked the Docker bridge for messages on Linux. This code was obsolete and caused problems when running in Codespaces.</Body>
</Note>
<Note>
<Title type="bugfix">Fix telepresence connect confusion caused by /.dockerenv file</Title>
<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>
Expand Down

0 comments on commit 7edfbaf

Please sign in to comment.