Compare commits

...

23 Commits

Author SHA1 Message Date
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
Taiki Endo
16b05812d7 Release 2.82.7 2026-06-30 18:03:09 +00:00
Taiki Endo
68c845308d Update uv manifest 2026-07-01 02:14:44 +09:00
Taiki Endo
8532697fda Update trivy manifest 2026-07-01 02:14:44 +09:00
Taiki Endo
2959f9e73b Update tombi@latest to 1.1.6 2026-07-01 02:14:44 +09:00
Taiki Endo
9bfa119f6c Update kingfisher@latest to 1.105.0 2026-07-01 02:14:44 +09:00
Taiki Endo
f198b91ffb Update just manifest 2026-07-01 02:14:44 +09:00
Taiki Endo
20feedd582 Update gungraun-runner@latest to 0.19.3 2026-07-01 02:14:44 +09:00
Taiki Endo
314197aa95 Update editorconfig-checker@latest to 3.8.0 2026-07-01 02:14:44 +09:00
Taiki Endo
f8632ebbd2 Update dprint@latest to 0.55.1 2026-07-01 02:14:44 +09:00
Taiki Endo
4234dc0f7a Update cargo-tarpaulin@latest to 0.36.0 2026-07-01 02:14:44 +09:00
Taiki Endo
858b1fcd75 ci: Update taiki-e/github-actions workflows 2026-07-01 01:37:18 +09:00
19 changed files with 472 additions and 35 deletions

View File

@@ -32,12 +32,12 @@ concurrency:
jobs:
tidy:
uses: taiki-e/github-actions/.github/workflows/tidy.yml@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # 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@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # 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@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # 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@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # 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@1bb80ca038216cd1fb7b6ca6d76240b3772963ab # 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,40 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [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.
- Update `kingfisher@latest` to 1.105.0.
- Update `gungraun-runner@latest` to 0.19.3.
- Update `editorconfig-checker@latest` to 3.8.0.
- Update `dprint@latest` to 0.55.1.
- Update `cargo-tarpaulin@latest` to 0.36.0.
## [2.82.6] - 2026-06-29
- Update `vacuum@latest` to 0.29.7.
@@ -6932,7 +6966,9 @@ 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.6...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.82.8...HEAD
[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
[2.82.4]: https://github.com/taiki-e/install-action/compare/v2.82.3...v2.82.4

44
manifests/biome.json generated
View File

@@ -2,13 +2,51 @@
"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.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

@@ -18,7 +18,32 @@
}
},
"latest": {
"version": "0.35.5"
"version": "0.36.0"
},
"0.36": {
"version": "0.36.0"
},
"0.36.0": {
"x86_64_linux_musl": {
"etag": "0x8DED5C2DB60E0AF",
"hash": "61ffa2a1268b013bdd422c28394f37533d0349b4bbb604b3d5a3cc9a4d808bbd"
},
"x86_64_macos": {
"etag": "0x8DED5C309348785",
"hash": "6423a6be52879fe94bb82b7cd2ce71d31e0a280dd12a435026de995d601a33a7"
},
"x86_64_windows": {
"etag": "0x8DED5C2F6099061",
"hash": "6d83385a668c0080043cb2288c4278a2a79650684d7a33c124e25602a24eb1e7"
},
"aarch64_linux_musl": {
"etag": "0x8DED5C3050CA04B",
"hash": "c65628d3180cbe33683d1971d10b6723b1b496dc90a0292aeccdfddd731191a1"
},
"aarch64_macos": {
"etag": "0x8DED5C3006AFA8A",
"hash": "b6674ed02a076b03b30e42cfd650f1d470d37803a36ab7f64caf0ab46eec5ec4"
}
},
"0.35": {
"version": "0.35.5"

4
manifests/dprint.json generated
View File

@@ -27,10 +27,10 @@
}
},
"latest": {
"version": "0.55.0"
"version": "0.55.1"
},
"0.55": {
"version": "0.55.0"
"version": "0.55.1"
},
"0.55.1": {
"x86_64_linux_musl": {

View File

@@ -2,10 +2,13 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "3.7.0"
"version": "3.8.0"
},
"3": {
"version": "3.7.0"
"version": "3.8.0"
},
"3.8": {
"version": "3.8.0"
},
"3.8.0": {
"x86_64_linux_musl": {

View File

@@ -23,10 +23,10 @@
}
},
"latest": {
"version": "0.19.2"
"version": "0.19.3"
},
"0.19": {
"version": "0.19.2"
"version": "0.19.3"
},
"0.19.3": {
"x86_64_linux_musl": {

59
manifests/just.json generated
View File

@@ -21,10 +21,65 @@
}
},
"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": {
"etag": "0x8DED666752DE8CE",
"hash": "b0ef600f0df20d5ae91ae931627c499fc52b477ffe5f5ea7b7b3ec616b16c778"
},
"x86_64_macos": {
"etag": "0x8DED66675925400",
"hash": "74d7d0afc195df14d8e34636fb9b6a9c7d3d443622478dbe86140ffe41ad9192"
},
"x86_64_windows": {
"etag": "0x8DED666A8EDA63A",
"hash": "8106e6c036aea52dd1d5109bdf9357c37ba87a0e0ef1013d7327103942550c79"
},
"aarch64_linux_musl": {
"etag": "0x8DED66678D0E30D",
"hash": "b0ee814c9656427408e339893541e30d9027828686839499b2a2a34dd61ad173"
},
"aarch64_macos": {
"etag": "0x8DED6668169AF7C",
"hash": "0225e3899b1b555bc3f4122d0402ba931a6ee697d188c68e4d971468064c78f4"
},
"aarch64_windows": {
"etag": "0x8DED666AFC720EE",
"hash": "40322a175e1a780e9e3c1a776c90676b38a530d2ebde95af151885685e4439ae"
}
},
"1.55.0": {
"x86_64_linux_musl": {
"etag": "0x8DED61F35365E8F",
"hash": "978178d9b20d2017ae7efdd29b204afc2ba75d103b4ab9d2c4e1a6407bbd648a"
},
"x86_64_macos": {
"etag": "0x8DED61F49BBD24C",
"hash": "deca76d668082fa90562d92b3cd9e298401baf3b966566a4d5720070bb69120a"
},
"x86_64_windows": {
"etag": "0x8DED61F75AE33C3",
"hash": "a2a53bf1b220ba6484b7910077645fce167733052c1bef015dbad567c5df43f4"
},
"aarch64_linux_musl": {
"etag": "0x8DED61F37FF54BD",
"hash": "0296d0fdb9207523a66302e1dfb549eece06adfe8339e1f63535cb5ac30bab77"
},
"aarch64_macos": {
"etag": "0x8DED61F34AB4ECA",
"hash": "3d8453f2d56c82bcbb0aa17973ddbed9155b336c8e14c420af8815b919c3e293"
},
"aarch64_windows": {
"etag": "0x8DED61F6D136267",
"hash": "1625d936abc7b2994292d0bd6503adacb6da919ca249cc27188fb278855e984c"
}
},
"1.54": {
"version": "1.54.0"

View File

@@ -27,10 +27,39 @@
}
},
"latest": {
"version": "1.104.0"
"version": "1.105.0"
},
"1": {
"version": "1.104.0"
"version": "1.105.0"
},
"1.105": {
"version": "1.105.0"
},
"1.105.0": {
"x86_64_linux_musl": {
"etag": "0x8DED59CBE19C0AC",
"hash": "08df2f782f31555d8fa2219034e81753823539839dd980d58c36384d391a05bc"
},
"x86_64_macos": {
"etag": "0x8DED59CC25F5B90",
"hash": "40d6e1d2d1cc223fbf27c4195c603e6a1b57c90bd262bc27e63c95c3344d0355"
},
"x86_64_windows": {
"etag": "0x8DED59CBC8AF311",
"hash": "911c30661f8f6752e96b652121d912c425ed968be4844115069315e83b0cd053"
},
"aarch64_linux_musl": {
"etag": "0x8DED59CC0498954",
"hash": "0c4c2581e88ae07f7ca360bd9ba7150f471d19b89f2f5a04092fcde349dcfbef"
},
"aarch64_macos": {
"etag": "0x8DED59CC30A7BD0",
"hash": "9c7aae0df0d01fb8d41b7ed59354fbbdd1fe940b7b16924d954c92bdf06b08b9"
},
"aarch64_windows": {
"etag": "0x8DED59CBD567A0A",
"hash": "2cc706df60b854ade232f6ec45d3edba399f5fc3933e1888abae3ca540fb6f6d"
}
},
"1.104": {
"version": "1.104.0"

33
manifests/mise.json generated
View File

@@ -27,10 +27,39 @@
}
},
"latest": {
"version": "2026.6.14"
"version": "2026.7.0"
},
"2026": {
"version": "2026.6.14"
"version": "2026.7.0"
},
"2026.7": {
"version": "2026.7.0"
},
"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"

38
manifests/prek.json generated
View File

@@ -39,10 +39,44 @@
}
},
"latest": {
"version": "0.4.5"
"version": "0.4.6"
},
"0.4": {
"version": "0.4.5"
"version": "0.4.6"
},
"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": {

42
manifests/tombi.json generated
View File

@@ -2,13 +2,49 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "1.1.5"
"version": "1.1.7"
},
"1": {
"version": "1.1.5"
"version": "1.1.7"
},
"1.1": {
"version": "1.1.5"
"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": {

35
manifests/trivy.json generated
View File

@@ -31,7 +31,40 @@
}
},
"latest": {
"version": "0.71.2"
"version": "0.72.0"
},
"0.72": {
"version": "0.72.0"
},
"0.72.0": {
"x86_64_linux_gnu": {
"etag": "0x8DED68AADBE2308",
"hash": "bbb64b9695866ce4a7a8f5c9592002c5961cab378577fa3f8a040df362b9b2ea"
},
"x86_64_macos": {
"etag": "0x8DED68AB004502A",
"hash": "ee5e60df8a98e5b89fd74a6d86f9e5c7e9a266a35002cb1e43291698b3bfee08"
},
"x86_64_windows": {
"etag": "0x8DED68AB2D1B685",
"hash": "ed3cf122060f61818fe1f735fd97557954e16e10bc8b058af9852271cf2e91b3"
},
"aarch64_linux_gnu": {
"etag": "0x8DED68AAD8AC9A7",
"hash": "2ca2c023109c2db6b2b77366b6717291452d4531167377d95c79547f0c8e3467"
},
"aarch64_macos": {
"etag": "0x8DED68AB29FE1F3",
"hash": "88f208680dc05da2b459e19b4f5aa2b4dc7c2117892ba4aab2ae63baba330016"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DED68AAFBCE454",
"hash": "4d88d67f21c0926815f504aa7c289b845dba5853020573834915eecdd49cc111"
},
"s390x_linux_gnu": {
"etag": "0x8DED68AB02A4B58",
"hash": "8831ccdc13b805e1456a961b7f855d9479cb3fe697ac975a5401d4895a25df97"
}
},
"0.71": {
"version": "0.71.2"

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"

42
manifests/uv.json generated
View File

@@ -68,10 +68,48 @@
}
},
"latest": {
"version": "0.11.25"
"version": "0.11.26"
},
"0.11": {
"version": "0.11.25"
"version": "0.11.26"
},
"0.11.26": {
"x86_64_linux_musl": {
"etag": "0x8DED6B7515BBA6B",
"hash": "62bf1a53501adf4083224b69b33737450ac516935f5a5e483e9dfaf2665084de"
},
"x86_64_macos": {
"etag": "0x8DED6B750A86077",
"hash": "922b460202707dd5f4ccacbadbe7f6a546cc46e82a99bf50ca99a7977a78eddd"
},
"x86_64_windows": {
"etag": "0x8DED6B750CB03B9",
"hash": "4e1278ede866be6c0bf32d2f466cc6de7a9fb399ecf20c9ce2d186e52424be47"
},
"aarch64_linux_musl": {
"etag": "0x8DED6B74DC628D9",
"hash": "47418cfdb34b1ca42e503da72631ac8c475602e2411ac6c39aa84c2373fe6324"
},
"aarch64_macos": {
"etag": "0x8DED6B74D0D2E65",
"hash": "8f7fbf1708399b921857bce71e1d60f0d3ccf52a30caebc1c1a2f175dce13ab6"
},
"aarch64_windows": {
"etag": "0x8DED6B74D57DDA8",
"hash": "98246149741f558e25e45ecf2b0b20f34de0634269f2bf0dcb4012d4b6ba289a"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DED6B74FBABAF3",
"hash": "095f7cfd814495719244897f96f1c35f10369bcd9237276c63cfed824353f505"
},
"riscv64_linux_gnu": {
"etag": "0x8DED6B74FEA47FA",
"hash": "253d728a2660006e4aadee627f5d9f3ca2a874559b5fc716a5023965e58092bf"
},
"s390x_linux_gnu": {
"etag": "0x8DED6B7508DCA71",
"hash": "34f514ed6ecbf33a3d90346c8bf3074954dd0c76340f5765b88577daa05d307b"
}
},
"0.11.25": {
"x86_64_linux_musl": {

56
manifests/vacuum.json generated
View File

@@ -21,10 +21,62 @@
}
},
"latest": {
"version": "0.29.7"
"version": "0.29.8"
},
"0.29": {
"version": "0.29.7"
"version": "0.29.8"
},
"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

@@ -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": {