Skip to content

Commit 7e65777

Browse files
authored
Merge pull request #252 from telepresenceio/thallgren/v2.23.2
Fix bad merge of release date
2 parents cb35106 + f48da2e commit 7e65777

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

versioned_docs/version-2.23/release-notes.md

Lines changed: 19 additions & 0 deletions
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.23.2
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;">Adding an alsoProxy subnet with 32-bit mask no longer works on macOS</div></div>
6+
<div style="margin-left: 15px">
7+
8+
Routing improvements introduced in 2.23.0 surfaced a problem when using special handling of submets with 32-bit masks. The special handling now causes problems on macOS. The logic is now conditioned to only run under linux since it's no longer needed on other operating systems.
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;">The gather-logs command produces no cluster-side logs when connected with --docker</div></div>
12+
<div style="margin-left: 15px">
13+
14+
The `telepresence gather-logs` command did not include cluster-side logs when connected using `--docker`, because it tried to store such logs in a temporary directory created by the CLI. The directory was not mounted in the daemon container. This is now changed so that the temporary directory is created under the users cache directory, which is guaranteed to be mounted on the container.
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;">Docker volume mounts failing when connected using both --docker --proxy-via flags</div></div>
18+
<div style="margin-left: 15px">
19+
20+
The volume mounter would fail when doing a `telepresence connect --docker --proxy-via all=<workload>` followed by an intercept using `--docker-run`, because the bridge that the daemon created would try to access the intercepted pod using its proxied IP. Now, the bridge will instead use the pod's real IP.
21+
</div>
22+
423
## Version 2.23.1 <span style="font-size: 16px;">(June 24)</span>
524
## <div style="display:flex;"><img src="images/feature.png" alt="feature" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">New telepresence helm version command.</div></div>
625
<div style="margin-left: 15px">

versioned_docs/version-2.23/release-notes.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ 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.23.2
11+
<Note>
12+
<Title type="bugfix">Adding an alsoProxy subnet with 32-bit mask no longer works on macOS</Title>
13+
<Body>
14+
Routing improvements introduced in 2.23.0 surfaced a problem when using special handling of submets with 32-bit masks. The special handling now causes problems on macOS. The logic is now conditioned to only run under linux since it's no longer needed on other operating systems.
15+
</Body>
16+
</Note>
17+
<Note>
18+
<Title type="bugfix">The gather-logs command produces no cluster-side logs when connected with --docker</Title>
19+
<Body>
20+
The `telepresence gather-logs` command did not include cluster-side logs when connected using `--docker`, because it tried to store such logs in a temporary directory created by the CLI. The directory was not mounted in the daemon container. This is now changed so that the temporary directory is created under the users cache directory, which is guaranteed to be mounted on the container.
21+
</Body>
22+
</Note>
23+
<Note>
24+
<Title type="bugfix">Docker volume mounts failing when connected using both --docker --proxy-via flags</Title>
25+
<Body>
26+
The volume mounter would fail when doing a `telepresence connect --docker --proxy-via all=<workload>` followed by an intercept using `--docker-run`, because the bridge that the daemon created would try to access the intercepted pod using its proxied IP. Now, the bridge will instead use the pod's real IP.
27+
</Body>
28+
</Note>
1029
## Version 2.23.1 <span style={{fontSize:'16px'}}>(June 24)</span>
1130
<Note>
1231
<Title type="feature">New telepresence helm version command.</Title>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: "2.23.1"
2-
dlVersion: "v2.23.1"
1+
version: "2.23.2"
2+
dlVersion: "v2.23.2"

0 commit comments

Comments
 (0)