Skip to content

Commit

Permalink
Prepare v2.21.0-rc.4
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hallgren <[email protected]>
  • Loading branch information
thallgren committed Dec 12, 2024
1 parent dadbb91 commit 8651ff8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
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
4 changes: 4 additions & 0 deletions docs/release-notes.mdx
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
github.com/telepresenceio/go-fuseftp/rpc v0.5.0
github.com/telepresenceio/telepresence/rpc/v2 v2.21.0-rc.3
github.com/telepresenceio/telepresence/rpc/v2 v2.21.0-rc.4
github.com/vishvananda/netlink v1.3.0
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d
golang.org/x/net v0.32.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/vif/testdata/router/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/telepresenceio/telepresence/rpc/v2 v2.21.0-rc.3 // indirect
github.com/telepresenceio/telepresence/rpc/v2 v2.21.0-rc.4 // indirect
github.com/vishvananda/netlink v1.3.0 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
github.com/x448/float16 v0.8.4 // indirect
Expand Down

0 comments on commit 8651ff8

Please sign in to comment.