From 0029c8b30b11f898f467f58ec9d7877ed1daadf5 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 27 Jan 2021 11:44:07 -0800 Subject: [PATCH] Automator: update common-files@master in istio/proxy@master (#3167) --- common/.commonfiles.sha | 2 +- common/scripts/setup_env.sh | 2 +- testdata/testdata.gen.go | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 30d54e12d..2724aba6c 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -aa2c111e3049379747ed19ba48498b06a9233cc4 +b709a86480d964d7b33ecac07ea14e53b501780e diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index b80a42c9c..f04efacf7 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -63,7 +63,7 @@ fi # Build image to use if [[ "${IMAGE_VERSION:-}" == "" ]]; then - export IMAGE_VERSION=master-2021-01-19T23-29-57 + export IMAGE_VERSION=master-2021-01-27T16-26-22 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then export IMAGE_NAME=build-tools diff --git a/testdata/testdata.gen.go b/testdata/testdata.gen.go index 6fe02a61f..0df687f3d 100644 --- a/testdata/testdata.gen.go +++ b/testdata/testdata.gen.go @@ -421,6 +421,7 @@ filter_chains: route: cluster: server-inbound-cluster timeout: 0s +{{ .Vars.ServerRouteRateLimits | fill | indent 14 }} {{ .Vars.ServerTLSContext | indent 2 }} {{- end }} `)