Skip to content

Commit

Permalink
chore: dev-tools 1.23 (alpine 3.21 & GO 1.23) (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Dec 6, 2024
1 parent b588f48 commit 4cf71be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

SHELL := /usr/bin/env bash # Make will use bash instead of sh
# Updated by Update Tooling Workflow
TERRAFORM_VERSION := 1.9.8
TERRAFORM_VERSION := 1.10.1
# Updated by Update Tooling Workflow
CLOUD_SDK_VERSION := 496.0.0
GSUITE_PROVIDER_VERSION := 0.1.22
Expand All @@ -39,11 +39,11 @@ CFT_CLI_VERSION := 1.5.7
# Updated by Update Tooling Workflow
TFLINT_VERSION := 0.54.0
TINKEY_VERSION := 1.7.0
ALPINE_VERSION := 3.20
ALPINE_VERSION := 3.21
# Updated by Update Tooling Workflow
MODULE_SWAPPER_VERSION := 0.4.9
# Updated by Update Tooling Workflow
TFLINT_BP_PLUGIN_VERSION := 0.2.5
TFLINT_BP_PLUGIN_VERSION := 0.2.6

# For developer-tools-krm
# Updated by Update Tooling Workflow
Expand All @@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
# Updated by Update Tooling Workflow
GCRANE_VERSION := 0.20.2

DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.19
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.0
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')

Expand Down
4 changes: 4 additions & 0 deletions infra/build/developer-tools/build/home/.tflint.module.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ rule "terraform_required_version" {
rule "terraform_typed_variables" {
enabled = true
}

rule "terraform_required_version_range" {
enabled = true
}

0 comments on commit 4cf71be

Please sign in to comment.