Skip to content

Commit 8f297d0

Browse files
committed
Prepare v2.26.2
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 8e11c99 commit 8f297d0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# For older changes, see CHANGELOG.OLD.md
2626
items:
2727
- version: 2.26.2
28-
date: (TBD)
28+
date: 2026-02-14
2929
notes:
3030
- type: bugfix
3131
title: Dial 127.0.0.1 instead of 0.0.0.0 when connecting to local daemons

docs/release-notes.md

Lines changed: 1 addition & 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.26.2
4+
## Version 2.26.2 <span style="font-size: 16px;">(February 14)</span>
55
## <div style="display:flex;"><img src="images/bugfix.png" alt="bugfix" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">[Dial 127.0.0.1 instead of 0.0.0.0 when connecting to local daemons](https://github.com/telepresenceio/telepresence/issues/4048)</div></div>
66
<div style="margin-left: 15px">
77

docs/release-notes.mdx

Lines changed: 1 addition & 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.26.2
10+
## Version 2.26.2 <span style={{fontSize:'16px'}}>(February 14)</span>
1111
<Note>
1212
<Title type="bugfix" docs="https://github.com/telepresenceio/telepresence/issues/4048">Dial 127.0.0.1 instead of 0.0.0.0 when connecting to local daemons</Title>
1313
<Body>

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/telepresenceio/go-fuseftp v1.0.1
4242
github.com/telepresenceio/go-fuseftp/rpc v1.0.1
4343
github.com/telepresenceio/telepresence/cmd/cobraparser/v2 v2.0.0-20260209025653-93f96f1a660a
44-
github.com/telepresenceio/telepresence/rpc/v2 v2.26.2-rc.0
44+
github.com/telepresenceio/telepresence/rpc/v2 v2.26.2
4545
github.com/vishvananda/netlink v1.3.1
4646
golang.org/x/net v0.50.0
4747
golang.org/x/sync v0.19.0

pkg/vif/testdata/router/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
2424
github.com/puzpuzpuz/xsync/v4 v4.4.0 // indirect
2525
github.com/rogpeppe/go-internal v1.14.1 // indirect
26-
github.com/telepresenceio/telepresence/rpc/v2 v2.26.2-rc.0 // indirect
26+
github.com/telepresenceio/telepresence/rpc/v2 v2.26.2 // indirect
2727
github.com/vishvananda/netlink v1.3.1 // indirect
2828
github.com/vishvananda/netns v0.0.5 // indirect
2929
github.com/x448/float16 v0.8.4 // indirect

0 commit comments

Comments
 (0)