Skip to content

Commit

Permalink
envoy 1.17.0
Browse files Browse the repository at this point in the history
* envoy 1.17.0
* update test yaml

Closes #68841.

Co-authored-by: rui <[email protected]>
Signed-off-by: Carlo Cabrera <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
2 people authored and BrewTestBot committed Jan 14, 2021
1 parent f9812ab commit 432c53a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/envoy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Envoy < Formula
desc "Cloud-native high-performance edge/middle/service proxy"
homepage "https://www.envoyproxy.io"
url "https://github.com/envoyproxy/envoy.git",
tag: "v1.16.2",
revision: "e98e41a8e168af7acae8079fc0cd68155f699aa3"
tag: "v1.17.0",
revision: "5c801b25cae04f06bf48248c90e87d623d7a6283"
license "Apache-2.0"

bottle do
Expand Down Expand Up @@ -37,7 +37,7 @@ def install
test do
port = free_port

cp pkgshare/"configs/google_com_proxy.v2.yaml", testpath/"envoy.yaml"
cp pkgshare/"configs/envoyproxy_io_proxy.yaml", testpath/"envoy.yaml"
inreplace "envoy.yaml" do |s|
s.gsub! "port_value: 9901", "port_value: #{port}"
s.gsub! "port_value: 10000", "port_value: #{free_port}"
Expand Down

0 comments on commit 432c53a

Please sign in to comment.