You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix DNS-problem when sending singleton names to the traffic-manager.
Allow the use of a DNS search-path when performing `<name.namespace>`
lookups from the traffic-manager.
Signed-off-by: Thomas Hallgren <[email protected]>
Copy file name to clipboardExpand all lines: docs/release-notes.md
+6
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@
8
8
A shared informer was sometimes reused when namespaces were removed and then later added again, leading to errors like "handler ... was not added to shared informer because it has stopped already".
9
9
</div>
10
10
11
+
## <divstyle="display:flex;"><imgsrc="images/bugfix.png"alt="bugfix"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">Single label name DNS lookups didn't work unless at least one traffic-agent was installed</div></div>
12
+
<divstyle="margin-left: 15px">
13
+
14
+
A problem with incorrect handling of single label names in the traffic-manager's DNS resolver was fixed. The problem would cause lookups like `curl echo` to fail, even though telepresence was connected to a namespace containing an "echo" service, unless at least one of the workloads in the connected namespace had a traffic-agent.
15
+
</div>
16
+
11
17
## Version 2.22.2 <spanstyle="font-size: 16px;">(March 28)</span>
12
18
## <divstyle="display:flex;"><imgsrc="images/bugfix.png"alt="bugfix"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">[Panic when using telepresence replace in a IPv6-only cluster](https://github.com/telepresenceio/telepresence/issues/3828)</div></div>
Copy file name to clipboardExpand all lines: docs/release-notes.mdx
+6
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes'
14
14
A shared informer was sometimes reused when namespaces were removed and then later added again, leading to errors like "handler ... was not added to shared informer because it has stopped already".
15
15
</Body>
16
16
</Note>
17
+
<Note>
18
+
<Titletype="bugfix">Single label name DNS lookups didn't work unless at least one traffic-agent was installed</Title>
19
+
<Body>
20
+
A problem with incorrect handling of single label names in the traffic-manager's DNS resolver was fixed. The problem would cause lookups like `curl echo` to fail, even though telepresence was connected to a namespace containing an "echo" service, unless at least one of the workloads in the connected namespace had a traffic-agent.
21
+
</Body>
22
+
</Note>
17
23
## Version 2.22.2 <spanstyle={{fontSize:'16px'}}>(March 28)</span>
18
24
<Note>
19
25
<Titletype="bugfix"docs="https://github.com/telepresenceio/telepresence/issues/3828">Panic when using telepresence replace in a IPv6-only cluster</Title>
0 commit comments