Skip to content

Commit 32fcc48

Browse files
committed
Prepare v2.17.0
Signed-off-by: Kévin Lambert <[email protected]>
1 parent 2cafa83 commit 32fcc48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ docDescription: >-
3131
customizable development environments.
3232
items:
3333
- version: 2.17.0
34-
date: "(TBD)"
34+
date: "2023-11-14"
3535
notes:
3636
- type: feature
3737
title: Additional Prometheus metrics to track intercept/connect activity

go.mod

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

pkg/vif/testdata/router/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/rogpeppe/go-internal v1.11.0 // indirect
5151
github.com/spf13/cobra v1.7.0 // indirect
5252
github.com/spf13/pflag v1.0.5 // indirect
53-
github.com/telepresenceio/telepresence/rpc/v2 v2.17.0-rc.3 // indirect
53+
github.com/telepresenceio/telepresence/rpc/v2 v2.17.0 // indirect
5454
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
5555
github.com/vishvananda/netns v0.0.4 // indirect
5656
github.com/xlab/treeprint v1.2.0 // indirect

0 commit comments

Comments
 (0)