Skip to content

Commit 4cf71be

Browse files
authored
chore: dev-tools 1.23 (alpine 3.21 & GO 1.23) (#2728)
1 parent b588f48 commit 4cf71be

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

infra/build/Makefile

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

1515
SHELL := /usr/bin/env bash # Make will use bash instead of sh
1616
# Updated by Update Tooling Workflow
17-
TERRAFORM_VERSION := 1.9.8
17+
TERRAFORM_VERSION := 1.10.1
1818
# Updated by Update Tooling Workflow
1919
CLOUD_SDK_VERSION := 496.0.0
2020
GSUITE_PROVIDER_VERSION := 0.1.22
@@ -39,11 +39,11 @@ CFT_CLI_VERSION := 1.5.7
3939
# Updated by Update Tooling Workflow
4040
TFLINT_VERSION := 0.54.0
4141
TINKEY_VERSION := 1.7.0
42-
ALPINE_VERSION := 3.20
42+
ALPINE_VERSION := 3.21
4343
# Updated by Update Tooling Workflow
4444
MODULE_SWAPPER_VERSION := 0.4.9
4545
# Updated by Update Tooling Workflow
46-
TFLINT_BP_PLUGIN_VERSION := 0.2.5
46+
TFLINT_BP_PLUGIN_VERSION := 0.2.6
4747

4848
# For developer-tools-krm
4949
# Updated by Update Tooling Workflow
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656
# Updated by Update Tooling Workflow
5757
GCRANE_VERSION := 0.20.2
5858

59-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.19
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.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

infra/build/developer-tools/build/home/.tflint.module.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ rule "terraform_required_version" {
5959
rule "terraform_typed_variables" {
6060
enabled = true
6161
}
62+
63+
rule "terraform_required_version_range" {
64+
enabled = true
65+
}

0 commit comments

Comments
 (0)