File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515SHELL := /usr/bin/env bash # Make will use bash instead of sh
1616# Updated by Update Tooling Workflow
17- TERRAFORM_VERSION := 1.10.4
17+ TERRAFORM_VERSION := 1.10.5
1818# Updated by Update Tooling Workflow
19- CLOUD_SDK_VERSION := 506 .0.0
19+ CLOUD_SDK_VERSION := 507 .0.0
2020GSUITE_PROVIDER_VERSION := 0.1.22
2121TERRAFORM_DOCS_VERSION := 0.16.0
2222BATS_VERSION := 0.4.0
@@ -25,7 +25,7 @@ BATS_ASSERT_VERSION := 2.0.0
2525BATS_MOCK_VERSION := 1.0.1
2626PACKER_VERSION := 1.4.4
2727# Updated by Update Tooling Workflow
28- TERRAGRUNT_VERSION := 0.72.2
28+ TERRAGRUNT_VERSION := 0.72.4
2929# Updated by Update Tooling Workflow
3030KUSTOMIZE_VERSION := 5.6.0
3131# Updated by Update Tooling Workflow
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656# Updated by Update Tooling Workflow
5757GCRANE_VERSION := 0.20.3
5858
59- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.6
59+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.7
6060DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS ) ) )
6161DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
6262
You can’t perform that action at this time.
0 commit comments