envoy: default to 1.13.1 (#7452)

This commit is contained in:
Hans Hasselberg 2020-03-17 22:23:42 +01:00 committed by GitHub
parent 5f21b33e29
commit 92a9bf1e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ func (c *cmd) init() {
"Set the agent's gRPC address and port (in http(s)://host:port format). "+ "Set the agent's gRPC address and port (in http(s)://host:port format). "+
"Alternatively, you can specify CONSUL_GRPC_ADDR in ENV.") "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.") "Sets the envoy-version that the envoy binary has.")
c.flags.BoolVar(&c.register, "register", false, c.flags.BoolVar(&c.register, "register", false,