Compare commits

...

33 Commits

Author SHA1 Message Date
Taiki Endo
5ebac0d952 Release 2.82.11 2026-07-08 18:04:05 +00:00
Taiki Endo
0ef1b06f24 Update wasm-tools@latest to 1.253.0 2026-07-09 02:56:06 +09:00
Taiki Endo
78ce37c0ce Update mise@latest to 2026.7.2 2026-07-09 02:56:06 +09:00
Taiki Endo
080cc5c6de Update wasm-tools manifest 2026-07-09 01:16:24 +09:00
Taiki Endo
c870c7a1db Update uv@latest to 0.11.27 2026-07-09 01:16:24 +09:00
Taiki Endo
dcc765d42b Update mise@latest to 2026.7.1 2026-07-09 01:16:24 +09:00
Taiki Endo
98fa0bac11 Update mdbook@latest to 0.5.4 2026-07-09 01:16:24 +09:00
Taiki Endo
544756b793 Update martin manifest 2026-07-09 01:16:24 +09:00
Taiki Endo
1167659849 Update kingfisher manifest 2026-07-09 01:16:24 +09:00
Taiki Endo
ca5e0a7228 Update biome manifest 2026-07-09 01:16:24 +09:00
Taiki Endo
50414676f9 Release 2.82.10 2026-07-07 01:34:26 +00:00
Taiki Endo
99a7f87ef1 Update uv manifest 2026-07-07 10:33:06 +09:00
Taiki Endo
3ab022bf48 Update tombi@latest to 1.2.0 2026-07-07 10:33:06 +09:00
Taiki Endo
f2df39bdf2 Update mdbook manifest 2026-07-07 10:33:06 +09:00
Taiki Endo
1f59d6175c Update cargo-nextest@latest to 0.9.140 2026-07-07 10:33:06 +09:00
Taiki Endo
4684b84056 Release 2.82.9 2026-07-05 16:06:56 +00:00
Taiki Endo
29fb1dbe52 Update vacuum@latest to 0.29.9 2026-07-06 01:05:19 +09:00
Taiki Endo
584230b166 Update tombi manifest 2026-07-06 01:05:19 +09:00
Taiki Endo
1872019a1c Update prek@latest to 0.4.8 2026-07-06 01:05:19 +09:00
Taiki Endo
3e817d29dd Update cargo-tarpaulin@latest to 0.37.0 2026-07-06 01:05:19 +09:00
Taiki Endo
a71dd1a66d Update cargo-leptos@latest to 0.3.7 2026-07-06 01:05:19 +09:00
Taiki Endo
c93ccc03e0 Release 2.82.8 2026-07-03 19:23:49 +00:00
Taiki Endo
5083f18865 Update vacuum@latest to 0.29.8 2026-07-04 04:05:54 +09:00
Taiki Endo
fdd68a8576 Update uv@latest to 0.11.26 2026-07-04 04:05:54 +09:00
Taiki Endo
3b61d4b208 Update typos@latest to 1.48.0 2026-07-04 04:05:54 +09:00
Taiki Endo
16114d4b2d Update trivy@latest to 0.72.0 2026-07-04 04:05:54 +09:00
Taiki Endo
f09d53f253 Update tombi@latest to 1.1.7 2026-07-04 04:05:54 +09:00
Taiki Endo
d2b25b8fd7 Update prek@latest to 0.4.6 2026-07-04 04:05:54 +09:00
Taiki Endo
2c15d4e7b9 Update mise@latest to 2026.7.0 2026-07-04 04:05:54 +09:00
Taiki Endo
3f8031c4fb Update just@latest to 1.55.1 2026-07-04 04:05:54 +09:00
Taiki Endo
7057770be2 Update biome@latest to 2.5.2 2026-07-04 04:05:54 +09:00
Taiki Endo
4b1dab8b27 Use artifact attestations verification for cargo-binstall 2026-07-04 02:20:56 +09:00
Taiki Endo
798fe17ed5 ci: Update taiki-e/github-actions workflows 2026-07-04 01:54:50 +09:00
21 changed files with 743 additions and 35 deletions

View File

@@ -32,12 +32,12 @@ concurrency:
jobs:
tidy:
uses: taiki-e/github-actions/.github/workflows/tidy.yml@38793fbf98ce204b0993c39cb5b27ba37952e76d # main
uses: taiki-e/github-actions/.github/workflows/tidy.yml@e6a1170cbd07eb898017958967912976fce18f2d # 2026.7.3
permissions:
security-events: write # for github/codeql-action/*
test-manifest-schema:
needs: tidy
uses: taiki-e/github-actions/.github/workflows/rust-test.yml@38793fbf98ce204b0993c39cb5b27ba37952e76d # main
uses: taiki-e/github-actions/.github/workflows/rust-test.yml@e6a1170cbd07eb898017958967912976fce18f2d # 2026.7.3
with:
test-args: --exclude install-action-internal-codegen
no-std: false

View File

@@ -19,7 +19,7 @@ concurrency:
jobs:
manifest:
uses: taiki-e/github-actions/.github/workflows/gen.yml@38793fbf98ce204b0993c39cb5b27ba37952e76d # main
uses: taiki-e/github-actions/.github/workflows/gen.yml@e6a1170cbd07eb898017958967912976fce18f2d # 2026.7.3
permissions:
contents: write # for creating branch for pr
secrets:

View File

@@ -28,7 +28,7 @@ concurrency:
jobs:
release:
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action'
uses: taiki-e/github-actions/.github/workflows/action-release.yml@38793fbf98ce204b0993c39cb5b27ba37952e76d # main
uses: taiki-e/github-actions/.github/workflows/action-release.yml@e6a1170cbd07eb898017958967912976fce18f2d # 2026.7.3
permissions:
contents: write # for taiki-e/create-gh-release-action
secrets:
@@ -40,7 +40,7 @@ jobs:
release-manifest-schema:
if: github.repository_owner == 'taiki-e' && inputs.target == 'install-action-manifest-schema'
uses: taiki-e/github-actions/.github/workflows/rust-release.yml@38793fbf98ce204b0993c39cb5b27ba37952e76d # main
uses: taiki-e/github-actions/.github/workflows/rust-release.yml@e6a1170cbd07eb898017958967912976fce18f2d # 2026.7.3
permissions:
contents: write # for taiki-e/create-gh-release-action
id-token: write # for rust-lang/crates-io-auth-action

View File

@@ -10,6 +10,52 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.82.11] - 2026-07-08
- Update `wasm-tools@latest` to 1.253.0.
- Update `uv@latest` to 0.11.27.
- Update `mise@latest` to 2026.7.2.
- Update `mdbook@latest` to 0.5.4.
## [2.82.10] - 2026-07-07
- Update `tombi@latest` to 1.2.0.
- Update `cargo-nextest@latest` to 0.9.140.
## [2.82.9] - 2026-07-05
- Update `vacuum@latest` to 0.29.9.
- Update `prek@latest` to 0.4.8.
- Update `cargo-tarpaulin@latest` to 0.37.0.
- Update `cargo-leptos@latest` to 0.3.7.
## [2.82.8] - 2026-07-03
- Update `vacuum@latest` to 0.29.8.
- Update `uv@latest` to 0.11.26.
- Update `typos@latest` to 1.48.0.
- Update `trivy@latest` to 0.72.0.
- Update `tombi@latest` to 1.1.7.
- Update `prek@latest` to 0.4.6.
- Update `mise@latest` to 2026.7.0.
- Update `just@latest` to 1.55.1.
- Update `biome@latest` to 2.5.2.
## [2.82.7] - 2026-06-30
- Update `tombi@latest` to 1.1.6.
@@ -6946,7 +6992,11 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.82.7...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.82.11...HEAD
[2.82.11]: https://github.com/taiki-e/install-action/compare/v2.82.10...v2.82.11
[2.82.10]: https://github.com/taiki-e/install-action/compare/v2.82.9...v2.82.10
[2.82.9]: https://github.com/taiki-e/install-action/compare/v2.82.8...v2.82.9
[2.82.8]: https://github.com/taiki-e/install-action/compare/v2.82.7...v2.82.8
[2.82.7]: https://github.com/taiki-e/install-action/compare/v2.82.6...v2.82.7
[2.82.6]: https://github.com/taiki-e/install-action/compare/v2.82.5...v2.82.6
[2.82.5]: https://github.com/taiki-e/install-action/compare/v2.82.4...v2.82.5

82
manifests/biome.json generated
View File

@@ -2,13 +2,89 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "2.5.1"
"version": "2.5.2"
},
"2": {
"version": "2.5.1"
"version": "2.5.2"
},
"2.5": {
"version": "2.5.1"
"version": "2.5.2"
},
"2.5.3": {
"x86_64_linux_musl": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.3/biome-linux-x64-musl",
"etag": "0x8DEDCC90DE3B687",
"hash": "03cf125720b1d791093c9c68be34875d08638c314b3e1e63db1a45f2b418b1ca",
"bin": "biome"
},
"x86_64_macos": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.3/biome-darwin-x64",
"etag": "0x8DEDCC90DB49E32",
"hash": "4df90556830ed35e6238e4b976b942d369a5378447c8d68b260b7a38e08b26f9",
"bin": "biome"
},
"x86_64_windows": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.3/biome-win32-x64.exe",
"etag": "0x8DEDCC90E14A193",
"hash": "04c9ca46af43a0d060b22b21f94c7e1a9e8c57963a09778b8ff1d808ed536b31",
"bin": "biome.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.3/biome-linux-arm64-musl",
"etag": "0x8DEDCC90D587619",
"hash": "1a69ea4eb55baaec0bedd7d6ada3b1e626e2b430ecfc9a8f1b90373ca78aeb70",
"bin": "biome"
},
"aarch64_macos": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.3/biome-darwin-arm64",
"etag": "0x8DEDCC90DAAE52A",
"hash": "610d3e1e770d373368d4ccee5a19c5e1735b0235024fcbed6ae07eb080d3bb09",
"bin": "biome"
},
"aarch64_windows": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.3/biome-win32-arm64.exe",
"etag": "0x8DEDCC90E02B45E",
"hash": "62db4103a4aeb03de3fc1ddcd21194767298133ce874ee9ca40ca85d4fe2f05e",
"bin": "biome.exe"
}
},
"2.5.2": {
"x86_64_linux_musl": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.2/biome-linux-x64-musl",
"etag": "0x8DED75C14E43700",
"hash": "8d8fa918571533d5d9ceb8c6ed14c5af71fece9a2c05e7c5cb7a5e8ab654389d",
"bin": "biome"
},
"x86_64_macos": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.2/biome-darwin-x64",
"etag": "0x8DED75C14D5A179",
"hash": "e5a8da8fdd6dd8f47027f7a914568d0aa71728b77ed5e9bc909c00afc344f3bf",
"bin": "biome"
},
"x86_64_windows": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.2/biome-win32-x64.exe",
"etag": "0x8DED75C15BBAED7",
"hash": "04a054ca18527404fce4e7a7aa8b882616ecc1a4afa74cfad0cb54a4b165dfb2",
"bin": "biome.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.2/biome-linux-arm64-musl",
"etag": "0x8DED75C14E87801",
"hash": "442b33293e55f452e74e854b50da96b5616bd655dad71bbd1674bc4c876fde13",
"bin": "biome"
},
"aarch64_macos": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.2/biome-darwin-arm64",
"etag": "0x8DED75C14D9E265",
"hash": "6289b71d281928926a50136f555f0b36b84c1fbdd5090f86f47c98abb2e74128",
"bin": "biome"
},
"aarch64_windows": {
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.2/biome-win32-arm64.exe",
"etag": "0x8DED75C14F4ED0D",
"hash": "89e9220ded685420b1ae650fd4aedeb0e97d221e13480f7a4f50f2b04cbcbe1c",
"bin": "biome.exe"
}
},
"2.5.1": {
"x86_64_linux_musl": {

View File

@@ -31,10 +31,32 @@
}
},
"latest": {
"version": "0.3.6"
"version": "0.3.7"
},
"0.3": {
"version": "0.3.6"
"version": "0.3.7"
},
"0.3.7": {
"x86_64_linux_musl": {
"etag": "0x8DED93BFD1406F8",
"hash": "97f9269a23837918be8a01c18c46239d060d87bb070f65625381be4a41159eda"
},
"x86_64_macos": {
"etag": "0x8DED93BFC91393C",
"hash": "6ae47376c816f66c0191adea1fec0bd70b05e85f8a10ba42bd3ca8e3adf0748b"
},
"x86_64_windows": {
"etag": "0x8DED93BFCBC10A6",
"hash": "041d4d2d59020325c28c6fc6f64ca8fea0c9768dd5956817bfaa78977e1dd64e"
},
"aarch64_linux_musl": {
"etag": "0x8DED93BFC249E82",
"hash": "9b3c24b16fa3ddca29ea9e8e17df9607d864c406365dad468c6d5f6fcc37bea5"
},
"aarch64_macos": {
"etag": "0x8DED93BFC20D231",
"hash": "f5464add2ee2778eb11189be1e2f1721d6f30aa47b2cf4f00172962738d99e42"
}
},
"0.3.6": {
"x86_64_linux_musl": {

View File

@@ -27,10 +27,45 @@
}
},
"latest": {
"version": "0.9.138"
"version": "0.9.140"
},
"0.9": {
"version": "0.9.138"
"version": "0.9.140"
},
"0.9.140": {
"previous_stable_version": "0.9.138",
"x86_64_linux_gnu": {
"etag": "0x8DEDAE20FD2B5D3",
"hash": "4ee9aaa0d0171a985a5d0eb735b87355894c1c455972e9674fb9fdbd1387c9a3"
},
"x86_64_linux_musl": {
"etag": "0x8DEDAE10D8F601F",
"hash": "bc2a998567816eef7b087b920036f49fb89aa2a8a603f6a3d84098be160b62c5"
},
"x86_64_macos": {
"etag": "0x8DEDAE1662F99AB",
"hash": "58e0a722f9444078fab447783f322acf15a2a771ba785b3fbbe8bacda31c3df9"
},
"x86_64_windows": {
"etag": "0x8DEDAE29E830A10",
"hash": "b75c287b89df1fbfe033a98df058a94cd1f5119dab6ff56e4916e5a1597c7ac9"
},
"aarch64_linux_gnu": {
"etag": "0x8DEDAE070F15BD8",
"hash": "8b3f4d4560b6b0f83774fecc6be07e47716dbad0eb0bb6c3890f478f4affe4b6"
},
"aarch64_linux_musl": {
"etag": "0x8DEDAE087846D07",
"hash": "81fe08bda065ae74fa9092c444d797c31e12c245080bfb9f4dc207e21def4b98"
},
"aarch64_windows": {
"etag": "0x8DEDAE2BA1E5EB4",
"hash": "c1d88ca5dfa07367399e64be499ad867f62f29958156b356d54bef05581bfc1b"
},
"riscv64_linux_gnu": {
"etag": "0x8DEDAE128F2A033",
"hash": "912c6bb01aa081c4dba1a264828c5b300a3f4e8ffd70565dbd6b8693829beaba"
}
},
"0.9.138": {
"previous_stable_version": "0.9.137",

View File

@@ -18,7 +18,32 @@
}
},
"latest": {
"version": "0.36.0"
"version": "0.37.0"
},
"0.37": {
"version": "0.37.0"
},
"0.37.0": {
"x86_64_linux_musl": {
"etag": "0x8DED9C43198D8FC",
"hash": "c7a5f7d273154e15047684aea0482d1bf37998edc7a1bc0dd9ade0a446b9cfd8"
},
"x86_64_macos": {
"etag": "0x8DED9C3F37D200E",
"hash": "ebc03b4d2729a6c5148c455b1f8e3904c63e10abf815ff2c02f967ad4811a21a"
},
"x86_64_windows": {
"etag": "0x8DED9C43B951CFE",
"hash": "0bf42f8c064716f12e96553e70d7724110d6c6e97b332a37d1ce77f3ad2aae27"
},
"aarch64_linux_musl": {
"etag": "0x8DED9C45524A092",
"hash": "00f0f0c3a64b86ca48ebb13ddccb25b85676fb30ed3d5156e4db7e9aa1bf3837"
},
"aarch64_macos": {
"etag": "0x8DED9C3F869CE4A",
"hash": "a44f2b8a7e3eca54bb2beaaeb71fca93b40b4a97ce9bcabadcee8f61289fea0e"
}
},
"0.36": {
"version": "0.36.0"

7
manifests/just.json generated
View File

@@ -21,10 +21,13 @@
}
},
"latest": {
"version": "1.54.0"
"version": "1.55.1"
},
"1": {
"version": "1.54.0"
"version": "1.55.1"
},
"1.55": {
"version": "1.55.1"
},
"1.55.1": {
"x86_64_linux_musl": {

View File

@@ -32,6 +32,32 @@
"1": {
"version": "1.105.0"
},
"1.106.0": {
"x86_64_linux_musl": {
"etag": "0x8DEDCCCF370F69C",
"hash": "5320b7a3a2f7a8c9b90990ee90099d70903d84c302e61b54dae87b7000c8c153"
},
"x86_64_macos": {
"etag": "0x8DEDCCCF93640BD",
"hash": "46406df7288cc93d539a5b1732549794eb43e71f175cda4d59e6a2fe5948b5ec"
},
"x86_64_windows": {
"etag": "0x8DEDCCCF158964D",
"hash": "2a8b342e17367d7ed0e23194197a92900e678abf7379c4674d7a5cae1f5ab147"
},
"aarch64_linux_musl": {
"etag": "0x8DEDCCCF6620F96",
"hash": "1c888a174b4fa8eaebbddf4b46829f4d00079f44d8b07ed4f13d048fa6068540"
},
"aarch64_macos": {
"etag": "0x8DEDCCCFA12979E",
"hash": "e20e28254709a26344356a98bc25401f48c09861d63c7f601cb1fcff21ab36db"
},
"aarch64_windows": {
"etag": "0x8DEDCCCF29512FC",
"hash": "3d39acb2f79d36452be369205eca46f3ebe8da7e2a229bdf293a5e7d1e218d19"
}
},
"1.105": {
"version": "1.105.0"
},

14
manifests/martin.json generated
View File

@@ -36,6 +36,20 @@
"1": {
"version": "1.11.0"
},
"1.12.0": {
"x86_64_linux_musl": {
"etag": "0x8DEDC7B8993D456",
"hash": "5933cbd8addd7a85a43bbf0274e116fca2287c4d826440d93a4ed4b2a78025a4"
},
"aarch64_linux_musl": {
"etag": "0x8DEDC7B89246DBC",
"hash": "cf0a38b572eece6990c4510ade1358c66f86223029ed31e88a58959ecf8405a2"
},
"aarch64_macos": {
"etag": "0x8DEDC7B88E3DCF4",
"hash": "9220646b0e9ebb9133b8799e177bfe56aebb038dcc95e5fd0cc9aa46d5e5a862"
}
},
"1.11": {
"version": "1.11.0"
},

26
manifests/mdbook.json generated
View File

@@ -21,10 +21,32 @@
}
},
"latest": {
"version": "0.5.3"
"version": "0.5.4"
},
"0.5": {
"version": "0.5.3"
"version": "0.5.4"
},
"0.5.4": {
"x86_64_linux_musl": {
"etag": "0x8DEDB7384FAF50E",
"hash": "5222beabd3e37dc5be0d18ff99b79058469354db5c220153a1b92db5ba12be89"
},
"x86_64_macos": {
"etag": "0x8DEDB739C40AE8E",
"hash": "a47d7bf0d5d670cff9ee6cce95537cbeb62dc10704d9e7131ffbd13e2b59a5de"
},
"x86_64_windows": {
"etag": "0x8DEDB73B414E196",
"hash": "8a6b2421aa522de06d746871d2b8fff9c8d71773467e310a4516d2566e7f2de4"
},
"aarch64_linux_musl": {
"etag": "0x8DEDB73943502E0",
"hash": "753e5c5c363ee8a56972344dcf91466f005a51db84a7aeffe427ae3ef83d6d44"
},
"aarch64_macos": {
"etag": "0x8DEDB7377E9B05D",
"hash": "03e8a6d8b13a2971e0b3280affd03b388373c1485e26f73407c3a76b0b1838df"
}
},
"0.5.3": {
"x86_64_linux_musl": {

111
manifests/mise.json generated
View File

@@ -27,10 +27,117 @@
}
},
"latest": {
"version": "2026.6.14"
"version": "2026.7.2"
},
"2026": {
"version": "2026.6.14"
"version": "2026.7.2"
},
"2026.7": {
"version": "2026.7.2"
},
"2026.7.3": {
"x86_64_linux_musl": {
"etag": "0x8DEDD118221C7C0",
"hash": "3def250fc38447ba7a1dcb3adc16d25d879e26effbec2fa7821534cefc402997"
},
"x86_64_macos": {
"etag": "0x8DEDD118521F42C",
"hash": "266519e6137139f3c69971cf819a97cac380075155ddc7defa05980200b3511a"
},
"x86_64_windows": {
"etag": "0x8DEDD1185FB020D",
"hash": "3fd148448b2ed105619b1364eb44ceddc360f08de3f1c4f70257be4182cd0c80"
},
"aarch64_linux_musl": {
"etag": "0x8DEDD117EA04F7A",
"hash": "6ac5bcd0ae6bcea6c284415e0a56d9181a6c645fd92f1d370a7494b9b14db45e"
},
"aarch64_macos": {
"etag": "0x8DEDD118415B6A3",
"hash": "a1b6f0f1b79f956631d5f5310b826453739ad6310f555a423ca2a493deb922e9"
},
"aarch64_windows": {
"etag": "0x8DEDD1185C477E5",
"hash": "9a521ea6fa59bb3ba64e05261f631f486a49d992453d8386561991d15c4d26b7"
}
},
"2026.7.2": {
"x86_64_linux_musl": {
"etag": "0x8DEDC43505053DC",
"hash": "f90a72523daffc420982fe1e3169619f837a267232129cc093e38959d23a8dbf"
},
"x86_64_macos": {
"etag": "0x8DEDC4352E84D28",
"hash": "e94bdbd0b306b59c5a232e70d6fca10bfc8f72c163aa6b1a41baf251a83f0ffb"
},
"x86_64_windows": {
"etag": "0x8DEDC4354433449",
"hash": "e1d947780ec267acc187a5d1921d2cc99958c8ec8c28f0e124db57d8ca144e87"
},
"aarch64_linux_musl": {
"etag": "0x8DEDC434C98990A",
"hash": "aedc3806bc5f16f0de50239145a8f3a76fdff105f8466b85930751d8cdf3771e"
},
"aarch64_macos": {
"etag": "0x8DEDC4352363438",
"hash": "cb396a67720423503011e380929aec29d8d197a6d5b226cf0ff0dda6a04ef172"
},
"aarch64_windows": {
"etag": "0x8DEDC4354172595",
"hash": "039046bb11d297d55b3fab7b749c20c0d946a828f6d4b442a3f43a44220a825a"
}
},
"2026.7.1": {
"x86_64_linux_musl": {
"etag": "0x8DEDBE855C7D147",
"hash": "96b3d86d95a0a97e31342dc3acd10e655763cb021e50975ad8aaf7ce83cf45c2"
},
"x86_64_macos": {
"etag": "0x8DEDBE85840C66F",
"hash": "00a17c5e7030e997f551c4b366aafea136e86d2a6305d63b2634ab4597e32682"
},
"x86_64_windows": {
"etag": "0x8DEDBE859826751",
"hash": "94c1d372beca9cd290d5f3185170c8721820d9ffd00ac091bd083d791d243789"
},
"aarch64_linux_musl": {
"etag": "0x8DEDBE8526899BB",
"hash": "0247d476e67b89b9e9e2d5c18e98c2f1655cddcec89804d48d4aaa8983cc9f4b"
},
"aarch64_macos": {
"etag": "0x8DEDBE857A09333",
"hash": "27dc32b38623a458166b8098625babba55850ec9598e9df9c2845b58a0e07bdf"
},
"aarch64_windows": {
"etag": "0x8DEDBE8598A74A8",
"hash": "a3f7e9b2816a3502f361ebc86547705f741f51e5d4d96f201b31a88fa2179972"
}
},
"2026.7.0": {
"x86_64_linux_musl": {
"etag": "0x8DED857FC19E8A8",
"hash": "bb2938f03ed2a32cebb78d6c364680e13ead113f3e980eeb645c6e9a850981dd"
},
"x86_64_macos": {
"etag": "0x8DED858017A0226",
"hash": "c33f2974806db45d5a2b0ab480d0750c54328c6fe87be5cf915106d46e55b9f0"
},
"x86_64_windows": {
"etag": "0x8DED858035D0D9B",
"hash": "8f41559c246424922956fe6bd7622882c336e553613aa07eb912e5199bf0b4de"
},
"aarch64_linux_musl": {
"etag": "0x8DED857F2EE1DE1",
"hash": "beaf97c9a8918d3451286ed41cbea3c9047e88b0afc67e195ae214e530324984"
},
"aarch64_macos": {
"etag": "0x8DED857FF8C38B1",
"hash": "23efe18046d12b95895d17b2bf0101a0efb9bf174767c57b6e2c8d019b964252"
},
"aarch64_windows": {
"etag": "0x8DED85803243C25",
"hash": "b74fbcba31159e7c4e5f8a117fefedaf837b8c35071b440910f67b05cb81c9a2"
}
},
"2026.6": {
"version": "2026.6.14"

72
manifests/prek.json generated
View File

@@ -39,10 +39,78 @@
}
},
"latest": {
"version": "0.4.5"
"version": "0.4.8"
},
"0.4": {
"version": "0.4.5"
"version": "0.4.8"
},
"0.4.8": {
"x86_64_linux_musl": {
"etag": "0x8DED9C4C445458F",
"hash": "21df9ac0c3d3c047e424be612cc55f5b243546f9ef5cde12ed134752312bdf7b"
},
"x86_64_macos": {
"etag": "0x8DED9C4C3EA6C7B",
"hash": "dc402357bc5074791f4f1bcf5ce8622da38272e210ff84a551d3044e8da6f05d"
},
"x86_64_windows": {
"etag": "0x8DED9C4C3FC8086",
"hash": "7c17dba682812ab24e04a4982dccc228dbf74b695444bd9fa8cbb8c1dc78664c"
},
"aarch64_linux_musl": {
"etag": "0x8DED9C4C2AC4F7C",
"hash": "379108e6b2db7d49277ad2986446097f442b252ef27ff07bd0cbf716de982eb1"
},
"aarch64_macos": {
"etag": "0x8DED9C4C27A7B0F",
"hash": "f0084a9b5ce467c00306b2b329cc929744e2723ed1e7c369929a60ab10196fcc"
},
"aarch64_windows": {
"etag": "0x8DED9C4C25EADEC",
"hash": "774b8d3b2b64a4c16b2f5555493f8b50983afb88e43393b33230c1fe5c0b2a02"
},
"riscv64_linux_gnu": {
"etag": "0x8DED9C4C3B06379",
"hash": "4cbbbf273324f3239df16d67da635648aa0f0f7d21485c28aa3be88d00307cf6"
},
"s390x_linux_gnu": {
"etag": "0x8DED9C4C3D07192",
"hash": "587355611d3283eecbeebcbca1b97c4bd2a07c3ed6136df597bbe6efbd7c5519"
}
},
"0.4.6": {
"x86_64_linux_musl": {
"etag": "0x8DED720F9F23A60",
"hash": "820de4920c112e273aedff646ab47439d3320dfd9f2c468d35992a1055ff8afb"
},
"x86_64_macos": {
"etag": "0x8DED720F9880950",
"hash": "b65f6a9497762e3dd55bf8ce1ee3b9d4e2014d47dd0cb2e2da9fe46d2bb81a73"
},
"x86_64_windows": {
"etag": "0x8DED720F9ABE3AA",
"hash": "775a6294333821d7af614201f1976b184a66c1036e529586c82e3c2dbf401f88"
},
"aarch64_linux_musl": {
"etag": "0x8DED720F7FF96B5",
"hash": "f871abfb4f2782722dfd685360b100989c9323195dde641fadf2346a66f8ae51"
},
"aarch64_macos": {
"etag": "0x8DED720F7B21276",
"hash": "20495b109cef41f6d7188041e40c9382a830ff04706f7c02f30374a9035210ef"
},
"aarch64_windows": {
"etag": "0x8DED720F7B89AD0",
"hash": "c6efa943dd8cf1d456df6dfcfc08c932c7ad2e74c60e7c68c7497e33b9d185ef"
},
"riscv64_linux_gnu": {
"etag": "0x8DED720F9323365",
"hash": "a5e1c3c7c14f4d3d41d3df9a30660158ac6f3ce553f250eaeee3ffcb78381f9b"
},
"s390x_linux_gnu": {
"etag": "0x8DED720F970CAED",
"hash": "e4981724d88249535b1f3be79840dcb7ad40998add578b01c743567d5b16f281"
}
},
"0.4.5": {
"x86_64_linux_musl": {

81
manifests/tombi.json generated
View File

@@ -2,13 +2,88 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "1.1.6"
"version": "1.2.0"
},
"1": {
"version": "1.1.6"
"version": "1.2.0"
},
"1.2": {
"version": "1.2.0"
},
"1.2.0": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.0/tombi-cli-1.2.0-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DEDA9BF1AC7189",
"hash": "6f253f2fce04314a518f7c710471b4c0cdb0140e5a230092c83c98d8559c2816",
"bin": "tombi-cli-1.2.0-x86_64-unknown-linux-musl/tombi"
},
"x86_64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.0/tombi-cli-1.2.0-x86_64-apple-darwin.tar.gz",
"etag": "0x8DEDA9BF14B3DCF",
"hash": "453b201e77b1ff9c1a0e0a861dc061809b2111da557073d220ee61ad2af76045",
"bin": "tombi-cli-1.2.0-x86_64-apple-darwin/tombi"
},
"x86_64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.0/tombi-cli-1.2.0-x86_64-pc-windows-msvc.zip",
"etag": "0x8DEDA9BF193FC01",
"hash": "fe8c7d5bbc2acd9dab1053948afeb8e85562ef138eca8fc2a576154a27fbf1c3"
},
"aarch64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.0/tombi-cli-1.2.0-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DEDA9BF111F7C4",
"hash": "17aa2e8f50269b5decfef4b09701315ed3ed8da557e23d7d6c16d9263cc455eb",
"bin": "tombi-cli-1.2.0-aarch64-unknown-linux-musl/tombi"
},
"aarch64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.0/tombi-cli-1.2.0-aarch64-apple-darwin.tar.gz",
"etag": "0x8DEDA9BF11CE7F2",
"hash": "846aedc9ae344673a4deafbff76f5955bf437ec13e24f1b5eeffdf4f58603400",
"bin": "tombi-cli-1.2.0-aarch64-apple-darwin/tombi"
},
"aarch64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.2.0/tombi-cli-1.2.0-aarch64-pc-windows-msvc.zip",
"etag": "0x8DEDA9BF14723C1",
"hash": "6ee20cb550902ff373b55a97ee1f8a8f6cd35dc3f8201f8b8169a8a8d001f301"
}
},
"1.1": {
"version": "1.1.6"
"version": "1.1.7"
},
"1.1.7": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.7/tombi-cli-1.1.7-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DED7833C942112",
"hash": "7315e375d3a0c6a8ab2d64e833a5a8aa4deb79fbbc6cd0aea8343c0eb7ed382f",
"bin": "tombi-cli-1.1.7-x86_64-unknown-linux-musl/tombi"
},
"x86_64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.7/tombi-cli-1.1.7-x86_64-apple-darwin.tar.gz",
"etag": "0x8DED7833D2C35B2",
"hash": "0d5a48ac39c531497d14e0e6067fcf180a49b1f9e3a76dddc18b7af797d15aa4",
"bin": "tombi-cli-1.1.7-x86_64-apple-darwin/tombi"
},
"x86_64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.7/tombi-cli-1.1.7-x86_64-pc-windows-msvc.zip",
"etag": "0x8DED7833C929C29",
"hash": "9958ca0235ac2cfa273296c709dc48b0857391dd34d22bac5804f6365daca26a"
},
"aarch64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.7/tombi-cli-1.1.7-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DED7833C84A224",
"hash": "aefff2704d7315c0623c5351dcb8bc6ee50030d74cec70fd3d528cfbd5c8c700",
"bin": "tombi-cli-1.1.7-aarch64-unknown-linux-musl/tombi"
},
"aarch64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.7/tombi-cli-1.1.7-aarch64-apple-darwin.tar.gz",
"etag": "0x8DED7833D06FD47",
"hash": "f77522c5280ed267fe6b1c4fd5f2dd647579fc2accdb6cbcb2bf9c1de9fe23ad",
"bin": "tombi-cli-1.1.7-aarch64-apple-darwin/tombi"
},
"aarch64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.7/tombi-cli-1.1.7-aarch64-pc-windows-msvc.zip",
"etag": "0x8DED7833C92C311",
"hash": "0fda4d1d12e394bc71cea06e704ae5496809e18c931b29552cd6dbe1e33d7489"
}
},
"1.1.6": {
"x86_64_linux_musl": {

5
manifests/trivy.json generated
View File

@@ -31,7 +31,10 @@
}
},
"latest": {
"version": "0.71.2"
"version": "0.72.0"
},
"0.72": {
"version": "0.72.0"
},
"0.72.0": {
"x86_64_linux_gnu": {

29
manifests/typos.json generated
View File

@@ -21,10 +21,35 @@
}
},
"latest": {
"version": "1.47.2"
"version": "1.48.0"
},
"1": {
"version": "1.47.2"
"version": "1.48.0"
},
"1.48": {
"version": "1.48.0"
},
"1.48.0": {
"x86_64_linux_musl": {
"etag": "0x8DED6D9098142CE",
"hash": "72a930c9a94fc3914aa56835c5b859c892a797d40c1c42638b98d93f16ff519c"
},
"x86_64_macos": {
"etag": "0x8DED6D953144378",
"hash": "f4335c255db3d57374484e0e96505c8910c0e2fa6d8813b15de529c98f93b1a9"
},
"x86_64_windows": {
"etag": "0x8DED6D93D544CC2",
"hash": "ce018a2352da7c1b23bd2684019ee279d2080dc063087020e80c1247d11b0743"
},
"aarch64_linux_musl": {
"etag": "0x8DED6D8F9005041",
"hash": "2960ae07bc1ffe19e4895e4359394dd349c9c31de78aac3a124b6e4aeb206698"
},
"aarch64_macos": {
"etag": "0x8DED6D91E6C1D25",
"hash": "7dcaf386ec255995dcbaf629641f961574b7e8785203921115eab75cbf1ca107"
}
},
"1.47": {
"version": "1.47.2"

80
manifests/uv.json generated
View File

@@ -68,10 +68,86 @@
}
},
"latest": {
"version": "0.11.25"
"version": "0.11.27"
},
"0.11": {
"version": "0.11.25"
"version": "0.11.27"
},
"0.11.28": {
"x86_64_linux_musl": {
"etag": "0x8DEDC7D74C0D072",
"hash": "f02146b371c35c287d860f003ece7345c86e358a3fd70a9b63700cd141ee7fb4"
},
"x86_64_macos": {
"etag": "0x8DEDC7D742A36B8",
"hash": "2ad79983127ffca7d77b77ce6a24278d7e4f7b817a1acf72fea5f8124b4aac5e"
},
"x86_64_windows": {
"etag": "0x8DEDC7D744FBCEB",
"hash": "0a23463216d09c6a72ff80ef5dc5a795f07dc1575cb84d24596c2f124a441b7b"
},
"aarch64_linux_musl": {
"etag": "0x8DEDC7D71AF477E",
"hash": "da10cdfa7d92212b7acb62021a0fd61bcf8580c58c3632ec915d10c3a1a7906b"
},
"aarch64_macos": {
"etag": "0x8DEDC7D71067152",
"hash": "33540eb7c883ab857eff79bd5ac2aa31fe27b595abecb4a9c003a2c998447232"
},
"aarch64_windows": {
"etag": "0x8DEDC7D715DF2ED",
"hash": "3248109afad3ec59baad299d324ff53de17e2d9a3b3e21580ffd26744b11e036"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DEDC7D737CCB4D",
"hash": "b634b6f26a036d112914c2d6d7ae1944bf8f4a6dfed6e19a22b35e5d91f168fb"
},
"riscv64_linux_gnu": {
"etag": "0x8DEDC7D738EDF6B",
"hash": "be7473dc29ee88bd260e30642faa5ba6dccd7d4493012077873b293c377ab546"
},
"s390x_linux_gnu": {
"etag": "0x8DEDC7D73AD689A",
"hash": "f5ed9d2aed566e11ffc3f1f7ab5b4049dfbfcb04c326ce2ed5bbf42069d62b27"
}
},
"0.11.27": {
"x86_64_linux_musl": {
"etag": "0x8DEDBA1BC0B488F",
"hash": "5d5594af1530c7c31e46a8cc0a35ceb4d28f3890049efe2149ac53c9ad121493"
},
"x86_64_macos": {
"etag": "0x8DEDBA1BB7CAD38",
"hash": "9f00047455b2a9e81f282297fca39cdd6cd5761a6b0ce75e2d7698744c59e1af"
},
"x86_64_windows": {
"etag": "0x8DEDBA1BB9D1D84",
"hash": "b7e32288ce0e289dbe94d2cac7adbb008f74f0e038542a2d9969dd50eb7056ee"
},
"aarch64_linux_musl": {
"etag": "0x8DEDBA1B90BBCBA",
"hash": "b0b1909a7e5caf2ec0cbe2649f5171050c26d85efb65d9d4de2cfe754dc14ea3"
},
"aarch64_macos": {
"etag": "0x8DEDBA1B8478F6E",
"hash": "34e63cc0de0aebbc8d424767c588c31b685479f045f9ced9e5ef43ff9e0e8d63"
},
"aarch64_windows": {
"etag": "0x8DEDBA1B8BBFA81",
"hash": "7566a80fe96ee84e6938621a1b704f44b0db546672bf43025905784b2507b7fe"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DEDBA1BAAE583F",
"hash": "f7673c8308b4f7df79b4dd3771dc43d4140d44439f500f82168121bda1eb12f4"
},
"riscv64_linux_gnu": {
"etag": "0x8DEDBA1BAC32870",
"hash": "ad677746993287a092e3d32748b24751098638bc1188d4340f8d47583f0ac1ee"
},
"s390x_linux_gnu": {
"etag": "0x8DEDBA1BB2CEB07",
"hash": "2a984c393b494bfef78f58770e09295fbebe33ec88eede32f6b59df2a8ac2995"
}
},
"0.11.26": {
"x86_64_linux_musl": {

56
manifests/vacuum.json generated
View File

@@ -21,10 +21,62 @@
}
},
"latest": {
"version": "0.29.7"
"version": "0.29.9"
},
"0.29": {
"version": "0.29.7"
"version": "0.29.9"
},
"0.29.9": {
"x86_64_linux_musl": {
"etag": "0x8DED878112C09A8",
"hash": "d1b9618493a12a30390719b0af88bfc57a8c2074d900134983cd358c1f38b8b9"
},
"x86_64_macos": {
"etag": "0x8DED878112CCC2C",
"hash": "6ce6908d5ed88b45c6afe51c11f2d17f457baf2974114969ce078a7e389f91e4"
},
"x86_64_windows": {
"etag": "0x8DED878124B39AA",
"hash": "dd3378bc97a6e2e9296765e8853695f04cc75b980969bbff16de0f80ec0b4a2b"
},
"aarch64_linux_musl": {
"etag": "0x8DED87812F6583B",
"hash": "058c377bb837faf24a940b41c15be8775f2c4770df910a71dc608fdd96c93c1b"
},
"aarch64_macos": {
"etag": "0x8DED878122A8FFF",
"hash": "0af9b2ead9a0e86254a9d232199825cd73e73599b837bf4e8832b1063168e6a0"
},
"aarch64_windows": {
"etag": "0x8DED87811A1ED81",
"hash": "32eb623ebdd83b305a937f8e1e0af5154be53f7071ebcbe4fc248e9068fef493"
}
},
"0.29.8": {
"x86_64_linux_musl": {
"etag": "0x8DED83AF4348884",
"hash": "a9dbb5880b2ebdfd9b61e547f78c331419356940a20ec5f98a88e8a97d1de024"
},
"x86_64_macos": {
"etag": "0x8DED83AF57AB93A",
"hash": "0f54a0e97f61daa81e27f91b8adcf6a1353f93be44b126dabf1dce0a024ca7a9"
},
"x86_64_windows": {
"etag": "0x8DED83AF4371DAD",
"hash": "f04a981dbbe41f47ef97eb4dbc52782d9776bdf0e39e73ea52524fec6aaebe03"
},
"aarch64_linux_musl": {
"etag": "0x8DED83AF431CC72",
"hash": "b5af6286d36943937abd97883a3ad8a9dbfbba5cc513ed8d5d17a85d99c6a0b4"
},
"aarch64_macos": {
"etag": "0x8DED83AF57ED352",
"hash": "d8875faff779460e5088f5ab5eddcf0f48129d15820365150c1784989e8f7dd3"
},
"aarch64_windows": {
"etag": "0x8DED83AF56BAEF7",
"hash": "80a0955d82007cf7f563c0a78c72209017ec80708bc85e079d4837c753454a4c"
}
},
"0.29.7": {
"x86_64_linux_musl": {

View File

@@ -23,10 +23,35 @@
}
},
"latest": {
"version": "1.252.0"
"version": "1.253.0"
},
"1": {
"version": "1.252.0"
"version": "1.253.0"
},
"1.253": {
"version": "1.253.0"
},
"1.253.0": {
"x86_64_linux_gnu": {
"etag": "0x8DEDC44DB936EF7",
"hash": "4e2898f7ca3bd0536218ed9b7b36ff7b86954c57ae0e6272fde69728cbe01088"
},
"x86_64_macos": {
"etag": "0x8DEDC44DB8BAF7F",
"hash": "9e311880fe8fcb7ef55cfeea98dc6235440a0aa0a66373affdda4bc1dde47602"
},
"x86_64_windows": {
"etag": "0x8DEDC44DBD3647B",
"hash": "de37787bd6c9bca3a2eade40f2e5b724ac4d701cbe0d75f19c5144f7b3d735cc"
},
"aarch64_linux_gnu": {
"etag": "0x8DEDC44DAFF88BF",
"hash": "4a9a1c6a0885aaf17f433f2927bd61b1fe40069836f750f4e9f9ccd661106c65"
},
"aarch64_macos": {
"etag": "0x8DEDC44DB029297",
"hash": "27b5f83d82ae8f2d961b5a87bdc024bca9db851a7b617d14065cec196fed29d7"
}
},
"1.252": {
"version": "1.252.0"

View File

@@ -6,7 +6,11 @@
"asset_name": "${package}-${rust_target}.zip",
"version_range": "latest",
"signing": {
"kind": "minisign-binstall"
"kind": {
"gh-attestation": {
"signer-workflow": "cargo-bins/cargo-binstall/.github/workflows/release-cli.yml"
}
}
},
"platform": {
"x86_64_linux_musl": {