Skip to content

Commit 7d426e2

Browse files
committed
Prepare v2.20.3
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 0b8f5c7 commit 7d426e2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ docDescription: >-
3434
customizable development environments.
3535
items:
3636
- version: 2.20.3
37-
date: TBD
37+
date: 2024-11-18
3838
notes:
3939
- type: bugfix
4040
title: Ensure that Telepresence works with GitHub Codespaces

docs/release-notes.md

+1-1
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.20.3
4+
## Version 2.20.3 <span style="font-size: 16px;">(November 18)</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;">[Ensure that Telepresence works with GitHub Codespaces](https://github.com/telepresenceio/telepresence/issues/3722)</div></div>
66
<div style="margin-left: 15px">
77

docs/release-notes.mdx

+1-1
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.20.3
10+
## Version 2.20.3 <span style={{fontSize:'16px'}}>(November 18)</span>
1111
<Note>
1212
<Title type="bugfix" docs="https://github.com/telepresenceio/telepresence/issues/3722">Ensure that Telepresence works with GitHub Codespaces</Title>
1313
<Body>GitHub Codespaces runs in a container, but not as root. Telepresence didn't handle this situation correctly and only started the user daemon. The root daemon was never started.</Body>

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/spf13/cobra v1.8.1
3737
github.com/spf13/pflag v1.0.5
3838
github.com/stretchr/testify v1.9.0
39-
github.com/telepresenceio/telepresence/rpc/v2 v2.20.3-rc.2
39+
github.com/telepresenceio/telepresence/rpc/v2 v2.20.3
4040
github.com/vishvananda/netlink v1.3.0
4141
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0
4242
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/rogpeppe/go-internal v1.12.0 // indirect
5252
github.com/spf13/cobra v1.8.1 // indirect
5353
github.com/spf13/pflag v1.0.5 // indirect
54-
github.com/telepresenceio/telepresence/rpc/v2 v2.20.3-rc.2 // indirect
54+
github.com/telepresenceio/telepresence/rpc/v2 v2.20.3 // indirect
5555
github.com/vishvananda/netlink v1.3.0 // indirect
5656
github.com/vishvananda/netns v0.0.4 // indirect
5757
github.com/x448/float16 v0.8.4 // indirect

0 commit comments

Comments
 (0)