From 56b6a74a689ab2dd9a406b31929c8f0329c00e13 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 9 Jan 2024 18:29:15 -0800 Subject: [PATCH] Automator: update common-files@release-1.19 in istio/client-go@release-1.19 (#1900) --- .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 2b6fd775..66c2e3c7 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.19-ef344298e65eeb2d9e2d07b87eb4e715c2def613", + "image": "gcr.io/istio-testing/build-tools:release-1.19-91f550e0d56c59767d966985f7cc14ddb1f75859", "privileged": true, "remoteEnv": { "USE_GKE_GCLOUD_AUTH_PLUGIN": "True", diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 28ebc3d2..b40a8726 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -bf8b1fda3932c4aeb5e6e7d3c97bbaeedc4db85c +42df49ca0c1c06a33ab4a93d24906bb4cb255eb3 diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 06774ad8..62f99c27 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.19-ef344298e65eeb2d9e2d07b87eb4e715c2def613 + IMAGE_VERSION=release-1.19-91f550e0d56c59767d966985f7cc14ddb1f75859 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then IMAGE_NAME=build-tools