Skip to content

Commit 814ada5

Browse files
chore: Update Tools to 1.23.8
1 parent ac0a093 commit 814ada5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

infra/build/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SHELL := /usr/bin/env bash # Make will use bash instead of sh
1616
# Updated by Update Tooling Workflow
1717
TERRAFORM_VERSION := 1.10.5
1818
# Updated by Update Tooling Workflow
19-
CLOUD_SDK_VERSION := 507.0.0
19+
CLOUD_SDK_VERSION := 509.0.0
2020
GSUITE_PROVIDER_VERSION := 0.1.22
2121
TERRAFORM_DOCS_VERSION := 0.16.0
2222
BATS_VERSION := 0.4.0
@@ -25,7 +25,7 @@ BATS_ASSERT_VERSION := 2.0.0
2525
BATS_MOCK_VERSION := 1.0.1
2626
PACKER_VERSION := 1.4.4
2727
# Updated by Update Tooling Workflow
28-
TERRAGRUNT_VERSION := 0.72.4
28+
TERRAGRUNT_VERSION := 0.72.6
2929
# Updated by Update Tooling Workflow
3030
KUSTOMIZE_VERSION := 5.6.0
3131
# Updated by Update Tooling Workflow
@@ -37,7 +37,7 @@ PROTOC_GEN_GO_INJECT_TAG := 1.4.0
3737
# Updated by Update Tooling Workflow
3838
CFT_CLI_VERSION := 1.5.13
3939
# Updated by Update Tooling Workflow
40-
TFLINT_VERSION := 0.55.0
40+
TFLINT_VERSION := 0.55.1
4141
TINKEY_VERSION := 1.7.0
4242
ALPINE_VERSION := 3.21
4343
# Updated by Update Tooling Workflow
@@ -51,12 +51,12 @@ GOLANGCI_VERSION := 1.63.4
5151
ASMCLI_VERSION := 1.15
5252
KIND_VERSION := 0.18.0
5353
# Updated by Update Tooling Workflow
54-
GATOR_VERSION := 3.17.1
54+
GATOR_VERSION := 3.17.2
5555
OPA_VERSION := 0.52.0
5656
# Updated by Update Tooling Workflow
5757
GCRANE_VERSION := 0.20.3
5858

59-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.7
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.8
6060
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
6161
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
6262

0 commit comments

Comments
 (0)