Skip to content

Commit 151c00b

Browse files
committed
Prepare v2.26.0
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent ae61b1d commit 151c00b

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.0
28-
date: (TBD)
28+
date: 2026-01-23
2929
notes:
3030
- type: feature
3131
title: Add ability for cluster admins to revoke other users' intercepts.

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.0
4+
## Version 2.26.0 <span style="font-size: 16px;">(January 23)</span>
55
## <div style="display:flex;"><img src="images/feature.png" alt="feature" style="width:30px;height:fit-content;"/><div style="display:flex;margin-left:7px;">[Add ability for cluster admins to revoke other users' intercepts.](reference/engagements/conflicts)</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.0
10+
## Version 2.26.0 <span style={{fontSize:'16px'}}>(January 23)</span>
1111
<Note>
1212
<Title type="feature" docs="reference/engagements/conflicts">Add ability for cluster admins to revoke other users' intercepts.</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-20260114143843-52c2da04b0d9
44-
github.com/telepresenceio/telepresence/rpc/v2 v2.26.0-rc.3
44+
github.com/telepresenceio/telepresence/rpc/v2 v2.26.0
4545
github.com/vishvananda/netlink v1.3.1
4646
golang.org/x/net v0.49.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.3.0 // indirect
2525
github.com/rogpeppe/go-internal v1.14.1 // indirect
26-
github.com/telepresenceio/telepresence/rpc/v2 v2.26.0-rc.3 // indirect
26+
github.com/telepresenceio/telepresence/rpc/v2 v2.26.0 // 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)