Skip to content

Commit 6ebc03a

Browse files
chore: Update Tools to 1.27.0 (#3332)
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent d4ceffb commit 6ebc03a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

infra/build/Makefile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
SHELL := /usr/bin/env bash # Make will use bash instead of sh
1616
# Updated by Update Tooling Workflow
17-
TERRAFORM_VERSION := 1.14.3
17+
TERRAFORM_VERSION := 1.15.3
1818
# Updated by Update Tooling Workflow
19-
CLOUD_SDK_VERSION := 550.0.0
19+
CLOUD_SDK_VERSION := 569.0.0
2020
GSUITE_PROVIDER_VERSION := 0.1.22
2121
TERRAFORM_DOCS_VERSION := 0.16.0
2222
BATS_VERSION := 0.4.0
@@ -25,38 +25,38 @@ 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.96.1
28+
TERRAGRUNT_VERSION := 1.0.5
2929
# Updated by Update Tooling Workflow
30-
KUSTOMIZE_VERSION := 5.8.0
30+
KUSTOMIZE_VERSION := 5.8.1
3131
# Updated by Update Tooling Workflow
32-
KPT_VERSION := 1.0.0-beta.59
32+
KPT_VERSION := 1.0.0-beta.62.1
3333
PROTOC_VERSION := 23.4
3434
PROTOC_GEN_GO_VERSION := 1.31
3535
PROTOC_GEN_GO_GRPC_VERSION := 1.3
3636
PROTOC_GEN_GO_INJECT_TAG := 1.4.0
3737
# Updated by Update Tooling Workflow
3838
CFT_CLI_VERSION := 1.5.22
3939
# Updated by Update Tooling Workflow
40-
TFLINT_VERSION := 0.60.0
40+
TFLINT_VERSION := 0.62.1
4141
TINKEY_VERSION := 1.7.0
4242
ALPINE_VERSION := 3.23
4343
# Updated by Update Tooling Workflow
44-
MODULE_SWAPPER_VERSION := 0.4.18
44+
MODULE_SWAPPER_VERSION := 0.4.20
4545
# Updated by Update Tooling Workflow
46-
TFLINT_BP_PLUGIN_VERSION := 0.2.12
46+
TFLINT_BP_PLUGIN_VERSION := 0.2.14
4747

4848
# For developer-tools-krm
4949
# Updated by Update Tooling Workflow
50-
GOLANGCI_VERSION := 2.7.2
50+
GOLANGCI_VERSION := 2.12.2
5151
ASMCLI_VERSION := 1.15
5252
KIND_VERSION := 0.18.0
5353
# Updated by Update Tooling Workflow
5454
GATOR_VERSION := 3.17.2
5555
OPA_VERSION := 0.52.0
5656
# Updated by Update Tooling Workflow
57-
GCRANE_VERSION := 0.20.7
57+
GCRANE_VERSION := 0.21.6
5858

59-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.26.1
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.27.0
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)