Skip to content

Commit

Permalink
Prepare v2.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Lambert <[email protected]>
  • Loading branch information
knlambert committed Nov 14, 2023
1 parent 2cafa83 commit 32fcc48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docDescription: >-
customizable development environments.
items:
- version: 2.17.0
date: "(TBD)"
date: "2023-11-14"
notes:
- type: feature
title: Additional Prometheus metrics to track intercept/connect activity
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/telepresenceio/telepresence/rpc/v2 v2.17.0-rc.3
github.com/telepresenceio/telepresence/rpc/v2 v2.17.0
github.com/vishvananda/netlink v1.2.1-beta.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/vif/testdata/router/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ require (
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/telepresenceio/telepresence/rpc/v2 v2.17.0-rc.3 // indirect
github.com/telepresenceio/telepresence/rpc/v2 v2.17.0 // indirect
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
Expand Down

0 comments on commit 32fcc48

Please sign in to comment.