File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
developer-tools/build/data
terraform/test-org/github/resources Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323 "separateMajorMinor": false,
2424 "additionalBranchPrefix": "{{parentDir}}-",
2525 "constraints": {
26- "go": "1.23 "
26+ "go": "1.24 "
2727 },
2828 "packageRules": [
2929 {
7272 "golang-version"
7373 ],
7474 "rangeStrategy": "replace",
75- "allowedVersions": "1.23 ",
75+ "allowedVersions": "1.24 ",
7676 "postUpdateOptions": [
7777 "gomodTidy",
7878 "gomodUpdateImportPaths"
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ CFT_CLI_VERSION := 1.5.18
3939# Updated by Update Tooling Workflow
4040TFLINT_VERSION := 0.58.0
4141TINKEY_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
4646TFLINT_BP_PLUGIN_VERSION := 0.2.9
4747
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656# Updated by Update Tooling Workflow
5757GCRANE_VERSION := 0.20.3
5858
59- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.24.2
59+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25.0
6060DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
6161DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
6262
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ gem "kitchen-terraform", "~> 7.0"
1717gem "kubeclient", "~> 4.11"
1818gem "rest-client", "~> 2.1"
1919gem 'nokogiri', '~> 1.18'
20- ruby '~> 3.3.1 '
20+ ruby '~> 3.4.4 '
Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ DEPENDENCIES
745745 rest-client (~> 2.1)
746746
747747RUBY VERSION
748- ruby 3.3.1p55
748+ ruby 3.4.4p34
749749
750750BUNDLED WITH
751751 2.5.10
Original file line number Diff line number Diff line change 1414 "minimumReleaseAge": "0 days"
1515 },
1616 "constraints": {
17- "go": "1.23 "
17+ "go": "1.24 "
1818 },
1919 "packageRules": [
2020 {
4444 "matchManagers": ["gomod"],
4545 "matchDatasources": ["golang-version"],
4646 "rangeStrategy": "replace",
47- "allowedVersions": "1.23 ",
47+ "allowedVersions": "1.24 ",
4848 "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
4949 },
5050 {
You can’t perform that action at this time.
0 commit comments