From 293404ac854c3b6439164514d958195154fdc2d8 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 22 Jan 2024 10:24:52 -0800 Subject: [PATCH] Automator: update common-files@master in istio/client-go@master (#1918) --- .devcontainer/devcontainer.json | 2 +- common/.commonfiles.sha | 2 +- common/scripts/setup_env.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8d658599..9d1e2937 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "istio build-tools", - "image": "gcr.io/istio-testing/build-tools:master-1782289c9eb44a462e581edb6712afebb3138b2f", + "image": "gcr.io/istio-testing/build-tools:master-4aaf7755914c4780424e146e4af14b57e282aad0", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 4a065efa..5b98b14a 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -531a8c76730d2adb82f0813313971704b1e72442 +7142102053281346b7cbcd5cf847bf792f824d00 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index b8332cc0..cbb6f416 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -75,7 +75,7 @@ fi TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io} PROJECT_ID=${PROJECT_ID:-istio-testing} if [[ "${IMAGE_VERSION:-}" == "" ]]; then - IMAGE_VERSION=master-1782289c9eb44a462e581edb6712afebb3138b2f + IMAGE_VERSION=master-4aaf7755914c4780424e146e4af14b57e282aad0 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools