From bd9313120ef9a03e20d2869e21fd8647d5b63ef5 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 5 Mar 2024 17:22:20 -0800 Subject: [PATCH] Automator: update common-files@release-1.21 in istio/api@release-1.21 (#3108) --- .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 096c4400bfa..cb183da4661 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "istio build-tools", - "image": "gcr.io/istio-testing/build-tools:release-1.21-b1484a46cccbd00bfc44bf42fe9fdda759bc9e84", + "image": "gcr.io/istio-testing/build-tools:release-1.21-d97f698eab10ae85d63c5c3fcf36110c52e7d30c", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index c4f864c42e3..3a446fe3fb7 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -b3b8c51ac1d3598ad0b5282d1d80e760f257986d +5fa820545234f3d803f7a0b299e28dc7b1e51274 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index a39e02fd8d9..a7ff4e73443 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=release-1.21-b1484a46cccbd00bfc44bf42fe9fdda759bc9e84 + IMAGE_VERSION=release-1.21-d97f698eab10ae85d63c5c3fcf36110c52e7d30c fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools