From 9ac999cd74a34503f9488e8d1d5a5d7fdf92b9fd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 15 Nov 2024 22:16:18 +0100 Subject: [PATCH] chore(deps): update cft/developer-tools docker tag to v1.22.17 (#747) --- Makefile | 2 +- build/int.cloudbuild.yaml | 2 +- .../anthos_attached_clusters_kind_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 122004ee..63e39110 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ SHELL := /usr/bin/env bash # release images are available at: # console.cloud.google.com/gcr/images/cloud-foundation-cicd/global/cft/developer-tools?project=cloud-foundation-cicd -DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.16 +DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.17 DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools REGISTRY_URL := gcr.io/cloud-foundation-cicd diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index c99f222d..e78a8e0d 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -86,6 +86,6 @@ tags: - 'integration' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools-krm' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22.16' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22.17' options: machineType: 'N1_HIGHCPU_8' diff --git a/test/integration/anthos_attached_clusters_kind/anthos_attached_clusters_kind_test.go b/test/integration/anthos_attached_clusters_kind/anthos_attached_clusters_kind_test.go index 224ef53c..12ea5c40 100644 --- a/test/integration/anthos_attached_clusters_kind/anthos_attached_clusters_kind_test.go +++ b/test/integration/anthos_attached_clusters_kind/anthos_attached_clusters_kind_test.go @@ -25,7 +25,7 @@ import ( "github.com/stretchr/testify/assert" ) -const deploymentName = "istiod-asm-1225-1" +const deploymentName = "istiod-asm-1226-2" func TestAACKind(t *testing.T) { kind := tft.NewTFBlueprintTest(t)