Skip to content

Commit b50dbcd

Browse files
Auto-versioned: argo.hcl awscli.hcl bazelisk.hcl datadog-ci.hcl dolt.hcl esbuild.hcl gcloud.hcl geesefs.hcl go.hcl jd.hcl lefthook.hcl opengrep.hcl railway.hcl supabase.hcl vector.hcl vespa.hcl zero.hcl
1 parent 8a46ca9 commit b50dbcd

17 files changed

+84
-17
lines changed

argo.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on "unpack" {
1111
}
1212
}
1313

14-
version "3.6.5" "3.6.6" "3.6.7" "3.6.10" "3.7.0" {
14+
version "3.6.5" "3.6.6" "3.6.7" "3.6.10" "3.7.0" "3.7.1" {
1515
auto-version {
1616
github-release = "argoproj/argo-workflows"
1717
}
@@ -38,4 +38,8 @@ sha256sums = {
3838
"https://github.com/argoproj/argo-workflows/releases/download/v3.7.0/argo-linux-arm64.gz": "763353bdd6da2eed260319f766c3a0c823cd8313335c80259d4e564935152d1a",
3939
"https://github.com/argoproj/argo-workflows/releases/download/v3.7.0/argo-linux-amd64.gz": "dd174a7127c258b345af8e6ec3a27f790816a2e22d20b2835c09780174a1688c",
4040
"https://github.com/argoproj/argo-workflows/releases/download/v3.7.0/argo-darwin-arm64.gz": "b0a0d15cc3d610a5d94b8aae6f45521a7a9cd5d9ff36db1200af3819a80ab8a6",
41+
"https://github.com/argoproj/argo-workflows/releases/download/v3.7.1/argo-linux-amd64.gz": "2eface01af42a4d405524fcdbe775de49d105fb4c177ed37b176d8a7f22cf8f2",
42+
"https://github.com/argoproj/argo-workflows/releases/download/v3.7.1/argo-darwin-amd64.gz": "d2269fa3a0ce8a7cd37b1be914556971755a85894b5e340fe71805dff1952d2d",
43+
"https://github.com/argoproj/argo-workflows/releases/download/v3.7.1/argo-darwin-arm64.gz": "e727e0d1acf08f678c2d00e116341797b2af41ea8820e1d595b70f64d8157dde",
44+
"https://github.com/argoproj/argo-workflows/releases/download/v3.7.1/argo-linux-arm64.gz": "72b1db562bbba7251d7120ccb6305df99ce8c02c623eb853dd2c665d2af730cc",
4145
}

awscli.hcl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ version "2.0.40" "2.1.26" "2.2.4" "2.4.2" "2.4.4" "2.4.7" "2.5.8" "2.6.4" "2.7.3
3636
"2.27.45" "2.27.46" "2.27.47" "2.27.48" "2.27.49" "2.27.50" "2.27.52" "2.27.53"
3737
"2.27.54" "2.27.55" "2.27.56" "2.27.57" "2.27.58" "2.27.59" "2.27.60" "2.27.61"
3838
"2.27.62" "2.27.63" "2.28.0" "2.28.1" "2.28.2" "2.28.3" "2.28.4" "2.28.5" "2.28.6"
39-
"2.28.7" {
39+
"2.28.7" "2.28.8" {
4040
auto-version {
4141
git-tags = "https://github.com/aws/aws-cli.git"
4242
}
@@ -634,4 +634,7 @@ sha256sums = {
634634
"https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.28.7.zip": "d6f92a2c8084994e00ab63b60ca380c39dc1f931331746686c4768d49d3a58c3",
635635
"https://awscli.amazonaws.com/awscli-exe-linux-aarch64-2.28.7.zip": "8dc6e3d7c0a09b1587f7796c0170b7630b9fdbcafcdabea7608ad72ecd1b74ba",
636636
"https://awscli.amazonaws.com/AWSCLIV2-2.28.7.pkg": "d589144ed34ebc8d1b2dcc1e9c3dec3549021744c7fff538b37db0b7ee1adf44",
637+
"https://awscli.amazonaws.com/awscli-exe-linux-aarch64-2.28.8.zip": "1d20c792451128dafd48f32c2e0f3beee1e3382b7dec7c163d008c494f7cfeb0",
638+
"https://awscli.amazonaws.com/AWSCLIV2-2.28.8.pkg": "5335a6cf418489be721065ca7a92baf19267ac118e7871796d00c8d811d77014",
639+
"https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.28.8.zip": "3a142d8355504a546bacb56843d4aa3b1478f723a35bf5f96a1ebf58f61029ac",
637640
}

bazelisk.hcl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ on "unpack" {
77
from = "${root}/bazelisk-${os}-${arch}"
88
to = "${root}/bazelisk"
99
}
10+
1011
symlink {
1112
from = "${root}/bazelisk"
1213
to = "${root}/bazel"
1314
}
1415
}
1516

16-
version "1.24.0" "1.24.1" "1.25.0" "1.26.0" {
17+
version "1.24.0" "1.24.1" "1.25.0" "1.26.0" "1.27.0" {
1718
auto-version {
1819
github-release = "bazelbuild/bazelisk"
1920
}
@@ -36,4 +37,8 @@ sha256sums = {
3637
"https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-darwin-arm64": "d1ca9911cc19e1f17483f93956908334f2b7f3dd13f20853417b68fc3c3eb370",
3738
"https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-amd64": "6539c12842ad76966f3d493e8f80d67caa84ec4a000e220d5459833c967c12bc",
3839
"https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-linux-arm64": "54f85ef4c23393f835252cc882e5fea596e8ef3c4c2056b059f8067cd19f0351",
40+
"https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-amd64": "e1508323f347ad1465a887bc5d2bfb91cffc232d11e8e997b623227c6b32fb76",
41+
"https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-darwin-amd64": "8fcd7ba828f673ba4b1529425e01e15ac42599ef566c17f320d8cbfe7b96a167",
42+
"https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-darwin-arm64": "8bf08c894ccc19ef37f286e58184c3942c58cb08da955e990522703526ddb720",
43+
"https://github.com/bazelbuild/bazelisk/releases/download/v1.27.0/bazelisk-linux-arm64": "bb608519a440d45d10304eb684a73a2b6bb7699c5b0e5434361661b25f113a5d",
3944
}

datadog-ci.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ version "2.12.0" "2.13.0" "2.14.0" "2.15.0" "2.16.0" "2.16.1" "2.17.0" "2.17.1"
3232
"2.40.1" "2.40.2" "2.41.0" "2.42.0" "2.43.0" "2.44.0" "2.45.0" "2.45.1" "2.46.0"
3333
"2.46.2" "2.47.0" "2.48.0" "3.0.1" "3.1.0" "3.2.0" "3.3.1" "3.4.0" "3.5.0" "3.6.1"
3434
"3.7.0" "3.7.1" "3.8.0" "3.9.0" "3.9.1" "3.10.0" "3.11.0" "3.12.0" "3.13.0" "3.14.0"
35-
"3.15.0" "3.16.0" "3.17.0" {
35+
"3.15.0" "3.16.0" "3.17.0" "3.18.0" {
3636
auto-version {
3737
github-release = "DataDog/datadog-ci"
3838
}
@@ -191,4 +191,6 @@ sha256sums = {
191191
"https://github.com/DataDog/datadog-ci/releases/download/v3.16.0/datadog-ci_darwin-x64": "acdfd53a0e5582f8d8d345e4281ff84971873f431d3729cc87d61a129214afbe",
192192
"https://github.com/DataDog/datadog-ci/releases/download/v3.17.0/datadog-ci_linux-x64": "b168989e67b8515891d3110fa89f32f43f7feb88f372bfe96bedbef1b173b97b",
193193
"https://github.com/DataDog/datadog-ci/releases/download/v3.17.0/datadog-ci_darwin-x64": "57b537931b348900deedf17e348d2df649358180c340882a3c29923420682258",
194+
"https://github.com/DataDog/datadog-ci/releases/download/v3.18.0/datadog-ci_linux-x64": "ac7546cfe1e50e03a892fe94353c85a1a69a4d5b11809d35af81e941d59638bf",
195+
"https://github.com/DataDog/datadog-ci/releases/download/v3.18.0/datadog-ci_darwin-x64": "1b0caedbe36e1c48db0189d94e97bb718e5e9bb3290e575f5431cb785754fae2",
194196
}

dolt.hcl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ version "0.40.5" "0.40.6" "0.40.8" "0.40.9" "0.40.10" "0.40.11" "0.40.12" "0.40.
3838
"1.50.9" "1.51.0" "1.51.1" "1.51.2" "1.51.3" "1.51.4" "1.52.0" "1.52.1" "1.52.2"
3939
"1.52.3" "1.53.0" "1.53.1" "1.53.2" "1.53.3" "1.53.4" "1.53.5" "1.53.6" "1.54.0"
4040
"1.54.1" "1.54.2" "1.55.0" "1.55.1" "1.55.2" "1.55.3" "1.55.4" "1.55.5" "1.56.0"
41-
"1.57.0" "1.57.1" "1.57.2" "1.57.3" "1.57.4" "1.57.5" "1.57.6" "1.58.0" "1.58.2" {
41+
"1.57.0" "1.57.1" "1.57.2" "1.57.3" "1.57.4" "1.57.5" "1.57.6" "1.58.0" "1.58.2"
42+
"1.58.3" {
4243
auto-version {
4344
github-release = "dolthub/dolt"
4445
}
@@ -1337,4 +1338,8 @@ sha256sums = {
13371338
"https://github.com/dolthub/dolt/releases/download/v1.58.2/dolt-darwin-arm64.tar.gz": "49f3113006eaa9ddca3183484a412030f9469eb14064fa72287a06b4b9313a2c",
13381339
"https://github.com/dolthub/dolt/releases/download/v1.58.2/dolt-linux-amd64.tar.gz": "92586e813f2caac0886806a57112635689666f9d2b861c1accdd2c52c9d16e76",
13391340
"https://github.com/dolthub/dolt/releases/download/v1.58.2/dolt-darwin-amd64.tar.gz": "bfa0d6af1755fe331ff615f31818fbc759bd67315aa387c9b6a16c9a363680b3",
1341+
"https://github.com/dolthub/dolt/releases/download/v1.58.3/dolt-linux-arm64.tar.gz": "c10645631ec3de66fc82672f709c40dd01b7fde6133b7792afe9e09c205b68be",
1342+
"https://github.com/dolthub/dolt/releases/download/v1.58.3/dolt-darwin-arm64.tar.gz": "a19157d14b91e0fd69b5a41e8bc90a9ed3f78eeee89ead11d3987f6079fadbcc",
1343+
"https://github.com/dolthub/dolt/releases/download/v1.58.3/dolt-linux-amd64.tar.gz": "d29396b415f8c9b6c79eed2962c9070963d905081b096d1cb9e61a8cbedb6d3b",
1344+
"https://github.com/dolthub/dolt/releases/download/v1.58.3/dolt-darwin-amd64.tar.gz": "ad4222188175886e9c8beb7e78ad0d5ce8ce33e7183b1141099551682be1ff35",
13401345
}

esbuild.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version "0.16.4" "0.16.7" "0.16.8" "0.16.9" "0.16.10" "0.16.11" "0.16.12" "0.16.
3939
"0.19.7" "0.19.8" "0.19.9" "0.19.10" "0.19.11" "0.19.12" "0.20.0" "0.20.1" "0.20.2"
4040
"0.21.1" "0.21.2" "0.21.3" "0.21.4" "0.21.5" "0.22.0" "0.23.0" "0.23.1" "0.24.0"
4141
"0.24.2" "0.25.0" "0.25.1" "0.25.2" "0.25.3" "0.25.4" "0.25.5" "0.25.6" "0.25.7"
42-
"0.25.8" {
42+
"0.25.8" "0.25.9" {
4343
auto-version {
4444
github-release = "evanw/esbuild"
4545
}
@@ -718,4 +718,8 @@ sha256sums = {
718718
"https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.8.tgz": "7ae65cd1708302a95c89ad4476692f4747df374e5f871fe6d8e23e85a788f110",
719719
"https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.8.tgz": "0f0d3180c8f284716c3411dd67e4e14b17ffa1bcb5929d73a3d4505e421aacf7",
720720
"https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.8.tgz": "79d0adb35b570cd6efd63ac62992cbe289537371167bf656c84e7ee9cfab2838",
721+
"https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz": "dd1abc1f869ab57c5e1b76ddef546d53c473a0d06aecb77fe10af084c47ac7e6",
722+
"https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz": "988d31a2b4030c42ee5f4a59db6fe1783ecf54e1f55e86fd178eb793cf0bba07",
723+
"https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz": "14a33c598fb04937a75efa88c5f58e2317bfd821e36b1e222bd040ff34828738",
724+
"https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz": "4f8c0699164ae533aeaac492b7c982a1f3cdcb5e49c72c426c904684ebc48712",
721725
}

gcloud.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version "360.0.0" "387.0.0" "388.0.0" "389.0.0" "390.0.0" "391.0.0" "392.0.0"
3939
"510.0.0" "511.0.0" "512.0.0" "513.0.0" "514.0.0" "515.0.0" "516.0.0" "517.0.0"
4040
"518.0.0" "519.0.0" "520.0.0" "521.0.0" "522.0.0" "523.0.0" "523.0.1" "524.0.0"
4141
"525.0.0" "526.0.0" "526.0.1" "527.0.0" "528.0.0" "529.0.0" "530.0.0" "531.0.0"
42-
"532.0.0" "533.0.0" {
42+
"532.0.0" "533.0.0" "534.0.0" {
4343
env = {
4444
"CLOUDSDK_PYTHON": "python3",
4545
}
@@ -706,4 +706,8 @@ sha256sums = {
706706
"https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-533.0.0-darwin-arm.tar.gz": "37189900ed6b31ecf6efa122b812b9bf21a01c226d9bdfd0891e4ca3d190a611",
707707
"https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-533.0.0-linux-arm.tar.gz": "fc1bc3c8f5d332d9439f1724def39d68ae510aad6589b13706b05532d59c098b",
708708
"https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-533.0.0-linux-x86_64.tar.gz": "51f2a022aff8a7ab1bef10221d098e776b92ecdaa918020753c054a784fa7b27",
709+
"https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-534.0.0-linux-arm.tar.gz": "d0eb43e96437d45b9ff85b67aa86455bfe3e8295ab46c62dce0007e06192a2f5",
710+
"https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-534.0.0-linux-x86_64.tar.gz": "4a26da23b68cd0f3da0aed3549babfa493e6868c09e94437675dc014a892e3f6",
711+
"https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-534.0.0-darwin-x86_64.tar.gz": "7540683cd31ed0de3566df66a3f939d2960d77663f6129ef5f3e757e7dc4a40c",
712+
"https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-534.0.0-darwin-arm.tar.gz": "04f7f9452d955f4e64fd6730e0fbd83060b0caf7a4673e8c198b6152ffc81835",
709713
}

geesefs.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ platform "darwin" {
2525

2626
version "0.40.1" "0.40.2" "0.40.3" "0.40.5" "0.40.6" "0.40.7" "0.40.8" "0.40.9"
2727
"0.41.0" "0.41.1" "0.41.2" "0.41.3" "0.42.0" "0.42.1" "0.42.2" "0.42.3" "0.42.4"
28-
"0.43.0" "0.43.1" {
28+
"0.43.0" "0.43.1" "0.43.2" {
2929
auto-version {
3030
github-release = "yandex-cloud/geesefs"
3131
}
@@ -108,4 +108,8 @@ sha256sums = {
108108
"https://github.com/yandex-cloud/geesefs/releases/download/v0.43.1/geesefs-mac-amd64": "e8e5432588eae82b4378d6f35be09c57a7639bc13f0b426772bfc8fc1d025fd0",
109109
"https://github.com/yandex-cloud/geesefs/releases/download/v0.43.1/geesefs-linux-amd64": "37cbac6a5dfc9993fc8903e4f25d5451b88516a72cccbf11c8be98cf0e55e815",
110110
"https://github.com/yandex-cloud/geesefs/releases/download/v0.43.1/geesefs-mac-arm64": "63aed77e9569edd95862434b4ef924b81418647f2dc613a322d38ee517670033",
111+
"https://github.com/yandex-cloud/geesefs/releases/download/v0.43.2/geesefs-mac-arm64": "548de15b96323efa5575acb983e0d8a570fdf4c14a5d9a2056b4872fe25fd3a0",
112+
"https://github.com/yandex-cloud/geesefs/releases/download/v0.43.2/geesefs-linux-amd64": "628eafafe47d898e9b05ace50b34095bf0d723e2e6607538a8f30d6d48cd7022",
113+
"https://github.com/yandex-cloud/geesefs/releases/download/v0.43.2/geesefs-linux-arm64": "3352d35daff3445129a980059cd01e81273b8f06cc82336cc999b7e4481f7ffe",
114+
"https://github.com/yandex-cloud/geesefs/releases/download/v0.43.2/geesefs-mac-amd64": "f2f2caf3c890032774165c175f47b48631c69636a1145b606cf0305bf3380079",
111115
}

go.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ version "1.23.0" "1.23.1" "1.23.2" "1.23.3" "1.23.4" "1.23.5" "1.23.6" "1.23.7"
122122
}
123123

124124
// All other versions
125-
version "1.24.0" "1.24.1" "1.24.2" "1.24.3" "1.24.4" "1.24.5" "1.24.6" {
125+
version "1.24.0" "1.24.1" "1.24.2" "1.24.3" "1.24.4" "1.24.5" "1.24.6" "1.25.0" {
126126
auto-version {
127127
version-pattern = "go([^\\s]+)"
128128

@@ -557,4 +557,8 @@ sha256sums = {
557557
"https://golang.org/dl/go1.24.6.linux-arm64.tar.gz": "124ea6033a8bf98aa9fbab53e58d134905262d45a022af3a90b73320f3c3afd5",
558558
"https://golang.org/dl/go1.24.6.linux-amd64.tar.gz": "bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712",
559559
"https://golang.org/dl/go1.24.6.darwin-amd64.tar.gz": "4a8d7a32052f223e71faab424a69430455b27b3fff5f4e651f9d97c3e51a8746",
560+
"https://golang.org/dl/go1.25.0.linux-arm64.tar.gz": "05de75d6994a2783699815ee553bd5a9327d8b79991de36e38b66862782f54ae",
561+
"https://golang.org/dl/go1.25.0.linux-amd64.tar.gz": "2852af0cb20a13139b3448992e69b868e50ed0f8a1e5940ee1de9e19a123b613",
562+
"https://golang.org/dl/go1.25.0.darwin-amd64.tar.gz": "5bd60e823037062c2307c71e8111809865116714d6f6b410597cf5075dfd80ef",
563+
"https://golang.org/dl/go1.25.0.darwin-arm64.tar.gz": "544932844156d8172f7a28f77f2ac9c15a23046698b6243f633b0a0b00c0749c",
560564
}

jd.hcl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on "unpack" {
1414
}
1515
}
1616

17-
version "1.9.1" "2.0.0" "2.0.1" "2.1.0" "2.1.2" "2.2.1" "2.2.2" "2.2.3" "2.2.5" "2.2.7" {
17+
version "1.9.1" "2.0.0" "2.0.1" "2.1.0" "2.1.2" "2.2.1" "2.2.2" "2.2.3" "2.2.5" "2.2.7"
18+
"2.3.0" {
1819
auto-version {
1920
github-release = "josephburnett/jd"
2021
}
@@ -61,4 +62,8 @@ sha256sums = {
6162
"https://github.com/josephburnett/jd/releases/download/v2.2.7/jd-amd64-linux": "c85454e5c7268e0d4e9a30ba091a8cc349990e5be65116e74d112bcf28534663",
6263
"https://github.com/josephburnett/jd/releases/download/v2.2.7/jd-arm64-darwin": "599a3184c6ef7beb2e3468f5743b5743676dec74cba2a3ae84102e23c5570920",
6364
"https://github.com/josephburnett/jd/releases/download/v2.2.7/jd-arm64-linux": "952cb5923d0ffc6f20b80ade0004bdf0ad8c6ddf121cd9d85bb486c490a91d79",
65+
"https://github.com/josephburnett/jd/releases/download/v2.3.0/jd-amd64-darwin": "0594bd69f3c4e2cb2f9d442f5807efd9cec9a0a631c86b5469c7ce727523e102",
66+
"https://github.com/josephburnett/jd/releases/download/v2.3.0/jd-amd64-linux": "ae76e6255b13031563240cf75168ae0e5456a3a95cf80498a433547d7f8b192c",
67+
"https://github.com/josephburnett/jd/releases/download/v2.3.0/jd-arm64-linux": "2bfd7778721540ea3c0ce4029dfb8c888d81a1b2b552a165ab4d23ac440b06f7",
68+
"https://github.com/josephburnett/jd/releases/download/v2.3.0/jd-arm64-darwin": "1f13f4a32eb02d6e81233addb080c1398b7799729d0989854b311a0c5c95bb93",
6469
}

0 commit comments

Comments
 (0)