From bd52965df902da1d1ff05b28056dd954c5313670 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 20 Aug 2024 14:15:25 -0400 Subject: [PATCH] Automator: update common-files@release-1.23 in istio/api@release-1.23 (#3297) --- .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 dac5951811e..c1ff78b6d08 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.23-b6cd73221e0f858a739ba0961891c309ab080cfc", + "image": "gcr.io/istio-testing/build-tools:release-1.23-d82829888b6f4a2b2b2644fe481d72ced2e402aa", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 2715d401488..707827c206f 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -fd3dc095d0907055a46cb19ed5b938c4f2e4b1b4 +e6bbccc51a140216fb669986e89602881002553d diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 3ad74402ded..ac6f72b016a 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.23-b6cd73221e0f858a739ba0961891c309ab080cfc + IMAGE_VERSION=release-1.23-d82829888b6f4a2b2b2644fe481d72ced2e402aa fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools