From bc36b0cb3c3f815a61c772adb5d2798389b0fbf4 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Mon, 21 Oct 2024 05:25:45 +0200 Subject: [PATCH] Prepare v2.20.2 Signed-off-by: Thomas Hallgren --- CHANGELOG.yml | 2 +- docs/release-notes.md | 2 +- docs/release-notes.mdx | 2 +- go.mod | 2 +- pkg/vif/testdata/router/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.yml b/CHANGELOG.yml index 6664750e02..da8f9f5c61 100644 --- a/CHANGELOG.yml +++ b/CHANGELOG.yml @@ -34,7 +34,7 @@ docDescription: >- customizable development environments. items: - version: 2.20.2 - date: TBD + date: 2024-10-21 notes: - type: bugfix title: Crash in traffic-manager configured with agentInjector.enabled=false diff --git a/docs/release-notes.md b/docs/release-notes.md index 99b2d4c01e..b045780e76 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,7 +1,7 @@ [comment]: # (Code generated by relnotesgen. DO NOT EDIT.) # Telepresence Release Notes -## Version 2.20.2 +## Version 2.20.2 (October 21) ##
bugfix
Crash in traffic-manager configured with agentInjector.enabled=false
diff --git a/docs/release-notes.mdx b/docs/release-notes.mdx index 981a01ead9..ec67e4982f 100644 --- a/docs/release-notes.mdx +++ b/docs/release-notes.mdx @@ -7,7 +7,7 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes' [comment]: # (Code generated by relnotesgen. DO NOT EDIT.) # Telepresence Release Notes -## Version 2.20.2 +## Version 2.20.2 (October 21) Crash in traffic-manager configured with agentInjector.enabled=false A traffic-manager that was installed with the Helm value `agentInjector.enabled=false` crashed when a client used the commands `telepresence version` or `telepresence status`. Those commands would call a method on the traffic-manager that panicked if no traffic-agent was present. This method will now instead return the standard `Unavailable` error code, which is expected by the caller. diff --git a/go.mod b/go.mod index b58aa4e76a..db8717e904 100644 --- a/go.mod +++ b/go.mod @@ -36,7 +36,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 - github.com/telepresenceio/telepresence/rpc/v2 v2.20.2-rc.0 + github.com/telepresenceio/telepresence/rpc/v2 v2.20.2 github.com/vishvananda/netlink v1.3.0 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 diff --git a/pkg/vif/testdata/router/go.mod b/pkg/vif/testdata/router/go.mod index 86ab4fe14e..2cba046599 100644 --- a/pkg/vif/testdata/router/go.mod +++ b/pkg/vif/testdata/router/go.mod @@ -51,7 +51,7 @@ require ( github.com/rogpeppe/go-internal v1.12.0 // indirect github.com/spf13/cobra v1.8.1 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/telepresenceio/telepresence/rpc/v2 v2.20.2-rc.0 // indirect + github.com/telepresenceio/telepresence/rpc/v2 v2.20.2 // indirect github.com/vishvananda/netlink v1.3.0 // indirect github.com/vishvananda/netns v0.0.4 // indirect github.com/x448/float16 v0.8.4 // indirect