From 9397ebf09c3addb431d8b0788171be9453617624 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Fri, 1 Nov 2024 16:07:53 -0400 Subject: [PATCH] Automator: update common-files@release-1.24 in istio/api@release-1.24 (#3348) --- .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 15251b6577..4e42e1b886 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-4759bf88d40172234fc6a0b9e11a4c5f1ea58a90", + "image": "gcr.io/istio-testing/build-tools:release-1.24-8036ecb4d2cc424846c9d8286ff447c15424185a", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 623d633fea..332a40cc63 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -4199b78ae8f22cb963041be917afd59b13561b82 +3e72242989d5de109ebcfbe1c20a84cda49161d2 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index c5642ccb20..7a4c4c7fca 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.24-b9d5987e7b84504a75de25d4db720358198585fc + IMAGE_VERSION=release-1.24-8036ecb4d2cc424846c9d8286ff447c15424185a fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools