From 8066c35c5b73f231fb44305578dd060dc913f041 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Wed, 20 Sep 2023 10:10:45 -0700 Subject: [PATCH] chore: update bpt dev-tools (#1847) --- .github/renovate.json | 9 +++++++++ infra/blueprint-test/build/int.cloudbuild.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index db5362e3b92..064eb208fa0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -56,6 +56,15 @@ "datasourceTemplate": "docker", "registryUrlTemplate": "https://gcr.io/cloud-foundation-cicd", "depNameTemplate": "cft/developer-tools" + }, + { + "fileMatch": ["(^|/)build/(int|lint)\\.cloudbuild\\.yaml$"], + "matchStrings": [ + " _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '(?.*?)'\\n" + ], + "datasourceTemplate": "docker", + "registryUrlTemplate": "https://gcr.io/cloud-foundation-cicd", + "depNameTemplate": "cft/developer-tools" } ] } diff --git a/infra/blueprint-test/build/int.cloudbuild.yaml b/infra/blueprint-test/build/int.cloudbuild.yaml index 4f4ee6a8b08..bb8fe089e57 100644 --- a/infra/blueprint-test/build/int.cloudbuild.yaml +++ b/infra/blueprint-test/build/int.cloudbuild.yaml @@ -27,7 +27,7 @@ steps: dir: 'infra/blueprint-test' substitutions: _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools-krm' - _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.12' + _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.16' options: env: - 'TF_VAR_org_id=$_ORG_ID'