Compare commits

...

24 Commits

Author SHA1 Message Date
Taiki Endo
0e76c5c569 Release 2.65.13 2026-01-05 10:34:58 +09:00
Taiki Endo
0466464eeb Update cargo-nextest@latest to 0.9.118 2026-01-05 09:42:26 +09:00
Taiki Endo
389b56344a Update martin@latest to 1.2.0 2026-01-04 18:17:10 +09:00
Taiki Endo
83028a3bd2 Update cargo-insta@latest to 1.46.0 2026-01-04 09:45:10 +09:00
Taiki Endo
cc33365ec7 Release 2.65.12 2026-01-02 19:47:56 +09:00
Taiki Endo
8f085a196a Update just@latest to 1.46.0 2026-01-02 18:19:44 +09:00
Taiki Endo
6b0d292eb8 Update cargo-nextest@latest to 0.9.117 2026-01-02 09:40:32 +09:00
Taiki Endo
a983ca7951 Release 2.65.11 2026-01-01 22:25:46 +09:00
Taiki Endo
66de739d66 Update cargo-tarpaulin@latest to 0.35.0 2026-01-01 21:23:04 +09:00
Taiki Endo
790813cf48 Update typos@latest to 1.41.0 2026-01-01 00:18:11 +09:00
Taiki Endo
1a4c35697b Update vacuum@latest to 0.23.0 2025-12-31 14:54:45 +09:00
Taiki Endo
e0db384ad6 Release 2.65.10 2025-12-31 10:15:04 +09:00
Taiki Endo
45500b88f2 Update mise@latest to 2025.12.13 2025-12-31 06:15:51 +09:00
Taiki Endo
4c77e147de Update uv@latest to 0.9.21 2025-12-31 03:19:37 +09:00
Taiki Endo
12a06cb21b Release 2.65.9 2025-12-30 18:05:57 +09:00
Taiki Endo
507b8f4e93 Update cargo-llvm-cov@latest to 0.6.22 2025-12-30 18:04:38 +09:00
Taiki Endo
76e88a5949 Update docs 2025-12-30 17:53:10 +09:00
Taiki Endo
48ae300e12 tools: Update publish.sh 2025-12-30 17:52:36 +09:00
Taiki Endo
ff581034fb Release 2.65.8 2025-12-30 11:23:06 +09:00
Taiki Endo
766eefa747 Update changelog 2025-12-30 11:22:40 +09:00
Taiki Endo
db0301613d Update tombi@latest to 0.7.14 2025-12-30 09:37:51 +09:00
Taiki Endo
78f63804f5 Update uv@latest to 0.9.20 2025-12-30 06:18:01 +09:00
Taiki Endo
614b862204 Update typos@latest to 1.40.1 2025-12-30 03:21:58 +09:00
Taiki Endo
447ff350f8 Update tombi@latest to 0.7.13 2025-12-29 21:22:21 +09:00
14 changed files with 481 additions and 32 deletions

View File

@@ -10,6 +10,46 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.65.13] - 2026-01-05
- Update `cargo-nextest@latest` to 0.9.118.
- Update `martin@latest` to 1.2.0.
- Update `cargo-insta@latest` to 1.46.0.
## [2.65.12] - 2026-01-02
- Update `just@latest` to 1.46.0.
- Update `cargo-nextest@latest` to 0.9.117.
## [2.65.11] - 2026-01-01
- Update `cargo-tarpaulin@latest` to 0.35.0.
- Update `typos@latest` to 1.41.0.
- Update `vacuum@latest` to 0.23.0.
## [2.65.10] - 2025-12-31
- Update `mise@latest` to 2025.12.13.
- Update `uv@latest` to 0.9.21.
## [2.65.9] - 2025-12-30
- Update `cargo-llvm-cov@latest` to 0.6.22.
## [2.65.8] - 2025-12-30
- Update `tombi@latest` to 0.7.14.
- Update `uv@latest` to 0.9.20.
- Update `typos@latest` to 1.40.1.
## [2.65.7] - 2025-12-29
- Update `cargo-no-dev-deps@latest` to 0.2.19.
@@ -5221,7 +5261,13 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.65.7...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.65.13...HEAD
[2.65.13]: https://github.com/taiki-e/install-action/compare/v2.65.12...v2.65.13
[2.65.12]: https://github.com/taiki-e/install-action/compare/v2.65.11...v2.65.12
[2.65.11]: https://github.com/taiki-e/install-action/compare/v2.65.10...v2.65.11
[2.65.10]: https://github.com/taiki-e/install-action/compare/v2.65.9...v2.65.10
[2.65.9]: https://github.com/taiki-e/install-action/compare/v2.65.8...v2.65.9
[2.65.8]: https://github.com/taiki-e/install-action/compare/v2.65.7...v2.65.8
[2.65.7]: https://github.com/taiki-e/install-action/compare/v2.65.6...v2.65.7
[2.65.6]: https://github.com/taiki-e/install-action/compare/v2.65.5...v2.65.6
[2.65.5]: https://github.com/taiki-e/install-action/compare/v2.65.4...v2.65.5

View File

@@ -3,7 +3,7 @@ description: GitHub Action for installing development tools
inputs:
tool:
description: Tools to install (comma-separated list)
description: Tools to install (whitespace or comma separated list)
required: true
# default: #publish:tool
checksum:

View File

@@ -20,10 +20,31 @@
},
"license_markdown": "[Apache-2.0](https://github.com/mitsuhiko/insta/blob/master/LICENSE)",
"latest": {
"version": "1.45.1"
"version": "1.46.0"
},
"1": {
"version": "1.45.1"
"version": "1.46.0"
},
"1.46": {
"version": "1.46.0"
},
"1.46.0": {
"x86_64_linux_musl": {
"etag": "0x8DE4B23DA2181F2",
"checksum": "592f7f8ddd465f0b8f2e7121bbe6bace97b475330b7f3c0ac62e504c1de6b967"
},
"x86_64_macos": {
"etag": "0x8DE4B23D9B41FF3",
"checksum": "4a2e8bc9b3e7591fd96580cbb4c79cae062060f9482719bb32bc3932eff08fba"
},
"x86_64_windows": {
"etag": "0x8DE4B23D9F71F35",
"checksum": "d13a207264e10644d6995bdb332d7cc7353ffc53a0199f4e20376923016247ab"
},
"aarch64_macos": {
"etag": "0x8DE4B23D9C39EDB",
"checksum": "c32a785806a7b329330fefced808c0ba7017416c8a7ea24c0a8363ad66d1aeed"
}
},
"1.45": {
"version": "1.45.1"

View File

@@ -28,10 +28,44 @@
},
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.6.21"
"version": "0.6.22"
},
"0.6": {
"version": "0.6.21"
"version": "0.6.22"
},
"0.6.22": {
"x86_64_linux_musl": {
"etag": "0x8DE47800604623F",
"checksum": "412ef7263fbddc589c05bcc11b1fa0d039f723b0fcc162d55443bc22dc234bb2"
},
"x86_64_macos": {
"etag": "0x8DE47800C71F8EA",
"checksum": "df089d98e57c5b08f1bedd3ffd0cafa2af4a41cfe7aa26c45ff246ec9a1c2dcb"
},
"x86_64_windows": {
"etag": "0x8DE47800439BD5D",
"checksum": "1fab533fef602d9fea06612668fd032be0245767acffc0cf3c3dc3cf21e78336"
},
"aarch64_linux_musl": {
"etag": "0x8DE477FE19159B2",
"checksum": "a9d8389660462348ee8b9270ba568dd4a8df1d1d45da988d9749cdfbbdc5ac45"
},
"aarch64_macos": {
"etag": "0x8DE47800A2BF84E",
"checksum": "99950504180d51bd4a1b8009d389440e7143f38fcf36d0a4f284e52dd9113c9b"
},
"powerpc64le_linux_musl": {
"etag": "0x8DE477FE334580C",
"checksum": "c97235964f7facbc33de42c307acba4ceb96e89e47195edcde90234854b1b0b3"
},
"riscv64_linux_musl": {
"etag": "0x8DE477FE0B9A009",
"checksum": "70152556df8ee46cbfa255eaa98a07653d78119d2a2785a8951979cf152c7228"
},
"s390x_linux_gnu": {
"etag": "0x8DE477FEA547073",
"checksum": "05c9a7a65528f9eae401edbe85d92c2dbe21317875545af9072ce416fa57b81b"
}
},
"0.6.21": {
"x86_64_linux_musl": {

View File

@@ -19,10 +19,56 @@
},
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.9.116"
"version": "0.9.118"
},
"0.9": {
"version": "0.9.116"
"version": "0.9.118"
},
"0.9.118": {
"previous_stable_version": "0.9.117",
"x86_64_linux_gnu": {
"etag": "0x8DE4BDF0873B33D",
"checksum": "1e60aac5de62391d2419bb6c5bfa467f4b27586b3f1b3ec07aa79f4632583450"
},
"x86_64_linux_musl": {
"etag": "0x8DE4BDEF2DBE9B0",
"checksum": "93b6d620db5b5099eb7f636b440395faeb99e194a4c40d7dfa81eba79ed57358"
},
"x86_64_macos": {
"etag": "0x8DE4BDE88AA25D4",
"checksum": "792f4677422c025b0dfa204ea58c6406c55e62f6b5b774c3ee33ac7ee46a0b69"
},
"x86_64_windows": {
"etag": "0x8DE4BE02C287698",
"checksum": "95d077375d07efc72b4cea1e633a0bb940fbda18fbf200e08714466eae89e62d"
},
"aarch64_linux_gnu": {
"etag": "0x8DE4BDEB6B38E11",
"checksum": "1b89b3cbac2e27095168f8edaa5165a344a83743b42dfb90a95b8896187807e8"
}
},
"0.9.117": {
"previous_stable_version": "0.9.116",
"x86_64_linux_gnu": {
"etag": "0x8DE499254DC7742",
"checksum": "132ae72d48bcad4fc4eb823640f0d37ae81085116b8d0497c720a7f35095c664"
},
"x86_64_linux_musl": {
"etag": "0x8DE49921D919227",
"checksum": "7fcc8d067a3889d44fdb366f648d6db477b9498e27a24f6e66005db274141841"
},
"x86_64_macos": {
"etag": "0x8DE499232EB37C2",
"checksum": "b3ddcee009b19e82f409125552fdbb7a6865b60dd6df445df013940cb7429a60"
},
"x86_64_windows": {
"etag": "0x8DE4993103E062C",
"checksum": "c97bc8ddf3d27feae0dd7852583bccac0b24df54d67fd060787eaf542350a485"
},
"aarch64_linux_gnu": {
"etag": "0x8DE49927D056219",
"checksum": "85015537d3e987dce5326246eb53c9a086c7f862072898baed56b347d90d8e07"
}
},
"0.9.116": {
"previous_stable_version": "0.9.115",

View File

@@ -19,7 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
"latest": {
"version": "0.34.1"
"version": "0.35.0"
},
"0.35": {
"version": "0.35.0"
},
"0.35.0": {
"x86_64_linux_musl": {
"etag": "0x8DE492C027404B9",
"checksum": "aa2f052426b91abd7c9669af6ecc6eeeccd3c804179e3334bf0d90d43678f408"
},
"x86_64_macos": {
"etag": "0x8DE492C2D3D836E",
"checksum": "2ce5666613ea6c69b7875fb8a21338f93f960a057eae0d26f9b8b0560ceb8890"
},
"x86_64_windows": {
"etag": "0x8DE492C90716874",
"checksum": "d57bf276b9ac4e06e83d07871154328347ed147b72f852e44d9cf62258d03c16"
},
"aarch64_linux_musl": {
"etag": "0x8DE492C5674694D",
"checksum": "30133ac322d76fd4986d582c09906af831b5de68f5cc2a5168b5ee2133e4d369"
},
"aarch64_macos": {
"etag": "0x8DE492C3243381F",
"checksum": "e08a715f1051a997c6f761b661a9839bb7c06ef0fd9d2c21eafe9db3158ba9a9"
}
},
"0.34": {
"version": "0.34.1"

33
manifests/just.json generated
View File

@@ -22,10 +22,39 @@
},
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": {
"version": "1.45.0"
"version": "1.46.0"
},
"1": {
"version": "1.45.0"
"version": "1.46.0"
},
"1.46": {
"version": "1.46.0"
},
"1.46.0": {
"x86_64_linux_musl": {
"etag": "0x8DE49CC057F9FA1",
"checksum": "79966e6e353f535ee7d1c6221641bcc8e3381c55b0d0a6dc6e54b34f9db36eaa"
},
"x86_64_macos": {
"etag": "0x8DE49CBFB4ABBE4",
"checksum": "ec54dd60ac876261b7318f1852ef9c0319fede1e5a73c14f56d908a8edf595b8"
},
"x86_64_windows": {
"etag": "0x8DE49CC45F7B4A0",
"checksum": "f0acf3f8ccbcf360b481baae9cae4c921774c89d5d932012481d3e0bda78ab39"
},
"aarch64_linux_musl": {
"etag": "0x8DE49CC0E6EF21B",
"checksum": "b81970c8247fa64cfb30d2a3da0e487e4253f9f2d01865ed5e7d53cdc7b02188"
},
"aarch64_macos": {
"etag": "0x8DE49CC1CBE850C",
"checksum": "438eaf6468a115aa7db93e501cc7e3272f453f6b7083be3863adfab546b23358"
},
"aarch64_windows": {
"etag": "0x8DE49CC39B46990",
"checksum": "ecbaca1e77eee3b5299980c4aff2aad0e37fcc8e7521426e470f853075c742ef"
}
},
"1.45": {
"version": "1.45.0"

25
manifests/martin.json generated
View File

@@ -32,10 +32,31 @@
},
"license_markdown": "[MIT](https://github.com/maplibre/martin/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/maplibre/martin/blob/main/LICENSE-APACHE)",
"latest": {
"version": "1.1.0"
"version": "1.2.0"
},
"1": {
"version": "1.1.0"
"version": "1.2.0"
},
"1.2": {
"version": "1.2.0"
},
"1.2.0": {
"x86_64_linux_musl": {
"etag": "0x8DE4B646592531C",
"checksum": "0cddd16c5d7f04f0c83a4b1724f755239cbc0e21c2de307c75291356dbc3bbf6"
},
"x86_64_macos": {
"etag": "0x8DE4B6465CAFDBD",
"checksum": "7cf0b7a14fc4d767bebd4e99d7a569ce8d0a4dcc485c5981736080196bb41148"
},
"aarch64_linux_musl": {
"etag": "0x8DE4B64658D7699",
"checksum": "d67e42fa2f4a61cca47e110768114d7ac28b874fb7f350645b598ff5382279f5"
},
"aarch64_macos": {
"etag": "0x8DE4B64657575B8",
"checksum": "beaae2a87c2c8481bf1f1324082e71d0e9d05100da75ac9cc451cb65601bab99"
}
},
"1.1": {
"version": "1.1.0"

32
manifests/mise.json generated
View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2025.12.12"
"version": "2025.12.13"
},
"2025": {
"version": "2025.12.12"
"version": "2025.12.13"
},
"2025.12": {
"version": "2025.12.12"
"version": "2025.12.13"
},
"2025.12.13": {
"x86_64_linux_musl": {
"etag": "0x8DE47D635B01DAB",
"checksum": "fdc80f994d17e28c4dd1497723fce771fdc4134a92a3a2c9b69d4e608bdaa2ce"
},
"x86_64_macos": {
"etag": "0x8DE47D6375E0DFD",
"checksum": "95fff48912ec9e10a221076541f5ed0afa3ff6843d352af3d2ab46cadaf74a6a"
},
"x86_64_windows": {
"etag": "0x8DE47D637CEC7D0",
"checksum": "fab035370c08f0cdb74e045733373a675c1247dd2bf0bb0f8e739c31b7290932"
},
"aarch64_linux_musl": {
"etag": "0x8DE47D632F59433",
"checksum": "574954f475ee0b069b0a56d1f39e4656ec9ea9351a14bd47131220dd5203adfe"
},
"aarch64_macos": {
"etag": "0x8DE47D636D332D3",
"checksum": "9afd3d73355307b2708eacb060d10e8fe344603510d7aa47cdb2f4dd29f872c8"
},
"aarch64_windows": {
"etag": "0x8DE47D637907E18",
"checksum": "2c86922fbcc25e130b09b01db3c7e910b930340ede0c2d9f884ef0723e7c055a"
}
},
"2025.12.12": {
"x86_64_linux_musl": {

56
manifests/tombi.json generated
View File

@@ -22,10 +22,62 @@
},
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
"latest": {
"version": "0.7.12"
"version": "0.7.14"
},
"0.7": {
"version": "0.7.12"
"version": "0.7.14"
},
"0.7.14": {
"x86_64_linux_musl": {
"etag": "0x8DE472C16B14A1E",
"checksum": "4d39f14fbaae9eee4fbe9c529ee911a676e0b0f01a7840fb6cc4e578df9d561c"
},
"x86_64_macos": {
"etag": "0x8DE472C1641C7B9",
"checksum": "2bb8742b6c8a702411ed6d1b48ec21774979a1876b8eb2dc8eedebc521139a24"
},
"x86_64_windows": {
"etag": "0x8DE472C16B012F7",
"checksum": "f001189acaec76d631616936a6a048d8521e3e4f4f51c5b460050ac7ef557baf"
},
"aarch64_linux_musl": {
"etag": "0x8DE472C163F596E",
"checksum": "d8e6454093096de275f748ab14c62ab1f9966fa48bde0f02ee4630ed590a9ed4"
},
"aarch64_macos": {
"etag": "0x8DE472C164069A7",
"checksum": "1d1a507b58783f9c5f19e78db8c135bca3279083ee2fdae2d98ba7c036acc7a6"
},
"aarch64_windows": {
"etag": "0x8DE472C163E9718",
"checksum": "4d8b1aff453c7e48268494755ff36929a58c637cbde9173cb6329f54f0492972"
}
},
"0.7.13": {
"x86_64_linux_musl": {
"etag": "0x8DE46C3EA34E55B",
"checksum": "aa681c59360005b185cc12446024df47497a833313312e4538e54c5f90e02092"
},
"x86_64_macos": {
"etag": "0x8DE46C3EA34E55B",
"checksum": "ab31f8b3ccdfcf6e272d4f17e2cf456ab61427d5f6c48661cfca566012efb793"
},
"x86_64_windows": {
"etag": "0x8DE46C3EA409810",
"checksum": "d33c2a3f1da7cca5d5bb6853279340312cd9fd7bd8bbf69bb63d3566c465a9d8"
},
"aarch64_linux_musl": {
"etag": "0x8DE46C3EAAA7B7B",
"checksum": "3c589ae93d180864ce044d6335c9e84cfcdec337f0ff4205998e0fef7baf18d1"
},
"aarch64_macos": {
"etag": "0x8DE46C3EA39C1E2",
"checksum": "ace6ae084e05ba54673fbe99131c60cd1476acc4c6d154cb815fb037505bf8ad"
},
"aarch64_windows": {
"etag": "0x8DE46C3EAB87580",
"checksum": "42b6cb533d7a222a6987503c2d43afc86a47ef9af0708f1ab070e23391fe7cf2"
}
},
"0.7.12": {
"x86_64_linux_musl": {

53
manifests/typos.json generated
View File

@@ -22,13 +22,60 @@
},
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": {
"version": "1.40.0"
"version": "1.41.0"
},
"1": {
"version": "1.40.0"
"version": "1.41.0"
},
"1.41": {
"version": "1.41.0"
},
"1.41.0": {
"x86_64_linux_musl": {
"etag": "0x8DE487B89807FA5",
"checksum": "5ca7a41494f8983d411f6737e41d8103d854f5f90f40f9143ed831050e686d5b"
},
"x86_64_macos": {
"etag": "0x8DE487B882C330A",
"checksum": "fb2354887127bb1537ab1b08bce618e362b0104addfa90c020ee94ae83429870"
},
"x86_64_windows": {
"etag": "0x8DE487BD3FF4AD7",
"checksum": "7db7e8ff153c700b65848daee9ba30e53d4714ca49a361e32b284b981cf17d6b"
},
"aarch64_linux_musl": {
"etag": "0x8DE487B8C83CAFA",
"checksum": "e1895960ceb8f706ae7884c26ff4c407df5a4b0bdc44c205bae54ed32a7d1b96"
},
"aarch64_macos": {
"etag": "0x8DE487BB036AEF0",
"checksum": "788a03ab9b17e7cfcd591aa44a62720e1db9f041855e7923113fdad141ce643d"
}
},
"1.40": {
"version": "1.40.0"
"version": "1.40.1"
},
"1.40.1": {
"x86_64_linux_musl": {
"etag": "0x8DE46EF48B37013",
"checksum": "6e39ee6e6b0acd2db889cefa477519801ddb8796979f0845001da019becf43f6"
},
"x86_64_macos": {
"etag": "0x8DE46EF1A0C18D5",
"checksum": "f0cdc5d442890e73d02b0884fde6f76704220216a7462a808423930b09385842"
},
"x86_64_windows": {
"etag": "0x8DE46EF168DBE8B",
"checksum": "88b3a43b8827dec38b8b4fd0dcbd5a41aef06b25a9fc339c0b3784dcde8ba6cb"
},
"aarch64_linux_musl": {
"etag": "0x8DE46EEEC6F1282",
"checksum": "4daad799596acbb7c1e1f694d71cc75ff0bc67f4285d752054bce233e9f6d85c"
},
"aarch64_macos": {
"etag": "0x8DE46EF479DE14D",
"checksum": "11bce39c965629d43dfb9cc855c82dcf1809db58cf7e8b8c358dcfdafe33e95a"
}
},
"1.40.0": {
"x86_64_linux_musl": {

80
manifests/uv.json generated
View File

@@ -40,10 +40,86 @@
},
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.9.18"
"version": "0.9.21"
},
"0.9": {
"version": "0.9.18"
"version": "0.9.21"
},
"0.9.21": {
"x86_64_linux_musl": {
"etag": "0x8DE47BE93AD9727",
"checksum": "7abc29b3a06a99fb23564400fe884f5798a1786dc2ca05b6e0f70c53de748ab2"
},
"x86_64_macos": {
"etag": "0x8DE47BE9331C680",
"checksum": "26390da48bd55e21ab62451a80ad240ef6df10d4c48ec199cbb34c18b4288983"
},
"x86_64_windows": {
"etag": "0x8DE47BE93431824",
"checksum": "d27952e73183ef8f6ee8c2a50cf8b3f2e08e01b6a9279a00a85cb261ea8d8337"
},
"aarch64_linux_musl": {
"etag": "0x8DE47BE90FDFFD3",
"checksum": "03a49fb609888032dbc3be9fd114b50fc9bce8b73b3df319746ae08d1fbdea83"
},
"aarch64_macos": {
"etag": "0x8DE47BE9074A9C8",
"checksum": "473977236ef8ac5937c80de08a3599cb6ed6021d0e015e10f88076767877a153"
},
"aarch64_windows": {
"etag": "0x8DE47BE90ADC90E",
"checksum": "54f66a44108b1b68583c9da0a515195d011189874ec9547710c032801726e042"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE47BE9298F19B",
"checksum": "3ede0329f67f5db37914b5dfd6014c414d27e1bf0153dab8d5cc2e066da034dc"
},
"riscv64_linux_gnu": {
"etag": "0x8DE47BE92B9E90B",
"checksum": "3b7b070afd9c7be5a6364f081081cf9fec2160b53eba46cad27304b8b158e4ab"
},
"s390x_linux_gnu": {
"etag": "0x8DE47BE92CC98B3",
"checksum": "34bd75d67a5819c9f796a78b1ec9ebd48021d87d2391b4cf282249c4d026f145"
}
},
"0.9.20": {
"x86_64_linux_musl": {
"etag": "0x8DE471CD304C853",
"checksum": "0de686dcc02e0b045980779e7330f2deb98e6cd9ece40d3341bd45c6733e682d"
},
"x86_64_macos": {
"etag": "0x8DE471CD29435C5",
"checksum": "0059dc2986e7032c12b7039e1a66e570ab5c3a41598263c76e5a9c4e7da9f971"
},
"x86_64_windows": {
"etag": "0x8DE471CD2AB4D3F",
"checksum": "be51ed9fcba5be4ac9c41a46aaf8af5cef86624fe27e2c645771b174069e049d"
},
"aarch64_linux_musl": {
"etag": "0x8DE471CD08BBBC5",
"checksum": "d1b645d63c70da3f6f2368ea4dbc9dd5534b54be74ae32dee8941531c6874b6d"
},
"aarch64_macos": {
"etag": "0x8DE471CD018E1DC",
"checksum": "c3f4b03a5d526119d41fa8b8f255aa8053c49d787778df654895e3d174b1519a"
},
"aarch64_windows": {
"etag": "0x8DE471CD037B8C7",
"checksum": "ddba8b1ca82df9b49745c93855c670490d776027269cf7de404d951919c96ea7"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE471CD1EEEBED",
"checksum": "f40409d551a30081ada78cca7a1a260c02a7d16c912d73988d8e212324dea758"
},
"riscv64_linux_gnu": {
"etag": "0x8DE471CD2398396",
"checksum": "6dda223f877ff3eb3eba2fcf14abfd36280e5db1c0480addf5da5273ece087d6"
},
"s390x_linux_gnu": {
"etag": "0x8DE471CD236C78F",
"checksum": "8ca14c1a9fe47ad2293a321f061c7278b32d7bc200d2692662790ab6ccd395c1"
}
},
"0.9.18": {
"x86_64_linux_musl": {

31
manifests/vacuum.json generated
View File

@@ -22,7 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
"latest": {
"version": "0.22.0"
"version": "0.23.0"
},
"0.23": {
"version": "0.23.0"
},
"0.23.0": {
"x86_64_linux_musl": {
"etag": "0x8DE480F2DF7DAD3",
"checksum": "8737f4d77faaeb93d502e8b174375e2cacfc133182340a9921f896071de41ebc"
},
"x86_64_macos": {
"etag": "0x8DE480F2D6B0678",
"checksum": "56be4f991fae7e50e34e6a24557a747e2a326923b73395ffa2106934f0379c58"
},
"x86_64_windows": {
"etag": "0x8DE480F2D548A91",
"checksum": "94abaf8e2b7bd7962f18b644a0ea0630d521d00cfdc4ce198014abf00973cf4c"
},
"aarch64_linux_musl": {
"etag": "0x8DE480F2DBFA500",
"checksum": "32ae4cafb33c0c1a9c6ff8ca2642e99057af772a7406013c28abb4724fb0de93"
},
"aarch64_macos": {
"etag": "0x8DE480F2D4228B2",
"checksum": "ba172f719268bd0f8b8c35e53eb0a275f122d230cf6adf343e5089d402ffbf42"
},
"aarch64_windows": {
"etag": "0x8DE480F2DE29609",
"checksum": "60751544570e19404643162248dce7944e88cb51ebd11c4aa836ea5f43775e38"
}
},
"0.22": {
"version": "0.22.0"

View File

@@ -121,12 +121,9 @@ retry git push origin refs/heads/main
retry git push origin refs/tags/"${tag}"
major_version_tag="v${version%%.*}"
git checkout -b "${major_version_tag}"
retry git push origin refs/heads/"${major_version_tag}"
git branch "${major_version_tag}"
git tag -f "${major_version_tag}"
retry git push origin -f refs/tags/"${major_version_tag}"
git checkout main
git branch -d "${major_version_tag}"
refs=("refs/heads/${major_version_tag}" "+refs/tags/${major_version_tag}")
tools=()
for tool in tools/codegen/base/*.json; do
@@ -145,7 +142,6 @@ tools+=(
# Non-manifest-based tools.
tools+=(valgrind)
refs=()
for tool in "${tools[@]}"; do
git checkout -b "${tool}"
sed -E "${in_place[@]}" action.yml \
@@ -155,9 +151,10 @@ for tool in "${tools[@]}"; do
git commit -m "${tool}"
git tag -f "${tool}"
git checkout main
refs+=(refs/heads/"${tool}" refs/tags/"${tool}")
refs+=("+refs/heads/${tool}" "+refs/tags/${tool}")
done
retry git push origin --atomic -f "${refs[@]}"
retry git push origin --atomic "${refs[@]}"
git branch -d "${major_version_tag}"
git branch -D "${tools[@]}"
schema_workspace=/tmp/workspace