From 92a9bf1e13a8b03db92a023daf27a02dcc467f59 Mon Sep 17 00:00:00 2001 From: Hans Hasselberg Date: Tue, 17 Mar 2020 22:23:42 +0100 Subject: [PATCH] envoy: default to 1.13.1 (#7452) --- command/connect/envoy/envoy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/connect/envoy/envoy.go b/command/connect/envoy/envoy.go index 115ef2ebb..990a0cb0c 100644 --- a/command/connect/envoy/envoy.go +++ b/command/connect/envoy/envoy.go @@ -112,7 +112,7 @@ func (c *cmd) init() { "Set the agent's gRPC address and port (in http(s)://host:port format). "+ "Alternatively, you can specify CONSUL_GRPC_ADDR in ENV.") - c.flags.StringVar(&c.envoyVersion, "envoy-version", "1.13.0", + c.flags.StringVar(&c.envoyVersion, "envoy-version", "1.13.1", "Sets the envoy-version that the envoy binary has.") c.flags.BoolVar(&c.register, "register", false,