From 51ac8f90ad2523b1051ebbd07c382c5083b29528 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 15 Feb 2024 12:38:41 -0800 Subject: [PATCH] Automator: update common-files@release-1.21 in istio/release-builder@release-1.21 (#1761) --- .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 b8700233..096c4400 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-19f0fb6c28d080531991023434dfadb2687444e2", + "image": "gcr.io/istio-testing/build-tools:release-1.21-b1484a46cccbd00bfc44bf42fe9fdda759bc9e84", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index da136847..c4f864c4 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -83492350a5bfce46bb0611d5187c84ff590527cd +b3b8c51ac1d3598ad0b5282d1d80e760f257986d diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index e7dfed92..a39e02fd 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-cb41efc8037f47a65938fea1628981aed4887add + IMAGE_VERSION=release-1.21-b1484a46cccbd00bfc44bf42fe9fdda759bc9e84 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools