Skip to content

Commit 4588059

Browse files
authored
chore: Update Tools to 1.25.0 (Alpine 3.22) (#3024)
1 parent fef7174 commit 4588059

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"separateMajorMinor": false,
2424
"additionalBranchPrefix": "{{parentDir}}-",
2525
"constraints": {
26-
"go": "1.23"
26+
"go": "1.24"
2727
},
2828
"packageRules": [
2929
{
@@ -72,7 +72,7 @@
7272
"golang-version"
7373
],
7474
"rangeStrategy": "replace",
75-
"allowedVersions": "1.23",
75+
"allowedVersions": "1.24",
7676
"postUpdateOptions": [
7777
"gomodTidy",
7878
"gomodUpdateImportPaths"

infra/build/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ CFT_CLI_VERSION := 1.5.18
3939
# Updated by Update Tooling Workflow
4040
TFLINT_VERSION := 0.58.0
4141
TINKEY_VERSION := 1.7.0
42-
ALPINE_VERSION := 3.21
42+
ALPINE_VERSION := 3.22
4343
# Updated by Update Tooling Workflow
44-
MODULE_SWAPPER_VERSION := 0.4.14
44+
MODULE_SWAPPER_VERSION := 0.4.15
4545
# Updated by Update Tooling Workflow
4646
TFLINT_BP_PLUGIN_VERSION := 0.2.9
4747

@@ -56,7 +56,7 @@ 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.24.2
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25.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/data/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ gem "kitchen-terraform", "~> 7.0"
1717
gem "kubeclient", "~> 4.11"
1818
gem "rest-client", "~> 2.1"
1919
gem 'nokogiri', '~> 1.18'
20-
ruby '~> 3.3.1'
20+
ruby '~> 3.4.4'

infra/build/developer-tools/build/data/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ DEPENDENCIES
745745
rest-client (~> 2.1)
746746

747747
RUBY VERSION
748-
ruby 3.3.1p55
748+
ruby 3.4.4p34
749749

750750
BUNDLED WITH
751751
2.5.10

infra/terraform/test-org/github/resources/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"minimumReleaseAge": "0 days"
1515
},
1616
"constraints": {
17-
"go": "1.23"
17+
"go": "1.24"
1818
},
1919
"packageRules": [
2020
{
@@ -44,7 +44,7 @@
4444
"matchManagers": ["gomod"],
4545
"matchDatasources": ["golang-version"],
4646
"rangeStrategy": "replace",
47-
"allowedVersions": "1.23",
47+
"allowedVersions": "1.24",
4848
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
4949
},
5050
{

0 commit comments

Comments
 (0)