Skip to content

Commit

Permalink
Prepare v2.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: shepz <[email protected]>
  • Loading branch information
shepz committed May 12, 2023
1 parent 8f994e5 commit c242dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### 2.13.2 (TBD)
### 2.13.2 (May 12, 2023)
- Bugfix: Replaced `/` characters with a `-` when the authenticator service creates the kubeconfig in the Telepresence cache.

- Feature: Configurable strategy (`auto`, `powershell`. or `registry`) to set the global DNS search path on Windows. Default
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
github.com/telepresenceio/telepresence/rpc/v2 v2.13.2-rc.1
github.com/telepresenceio/telepresence/rpc/v2 v2.13.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.41.1
go.opentelemetry.io/otel v1.15.1
Expand Down

0 comments on commit c242dbc

Please sign in to comment.