Compare commits

...

10 Commits

Author SHA1 Message Date
Taiki Endo
cf46383a97 Release 2.62.64 2025-12-09 01:22:12 +09:00
Taiki Endo
e05700d119 Update cargo-deny@latest to 0.18.9 2025-12-09 00:17:16 +09:00
Taiki Endo
61480d00ba Update just@latest to 1.44.0 2025-12-07 13:02:16 +09:00
Taiki Endo
146f7400e3 Update uv@latest to 0.9.16 2025-12-07 00:22:43 +09:00
Taiki Endo
50708e9ba8 Release 2.62.63 2025-12-06 11:38:16 +09:00
Taiki Endo
608cb5db93 Update protoc@latest to 3.33.2 2025-12-06 09:52:52 +09:00
Taiki Endo
813a6b3dc6 Update release-plz@latest to 0.3.150 2025-12-06 06:26:12 +09:00
Taiki Endo
643883d80b Update cargo-binstall@latest to 1.16.3 2025-12-06 06:26:12 +09:00
Taiki Endo
3a82a98e89 Update knope@latest to 0.21.7 2025-12-05 06:31:25 +09:00
Taiki Endo
b24d319e09 Update mise@latest to 2025.12.0 2025-12-04 21:31:14 +09:00
9 changed files with 255 additions and 30 deletions

View File

@@ -10,6 +10,26 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.62.64] - 2025-12-08
- Update `cargo-deny@latest` to 0.18.9.
- Update `just@latest` to 1.44.0.
- Update `uv@latest` to 0.9.16.
## [2.62.63] - 2025-12-06
- Update `protoc@latest` to 3.33.2.
- Update `release-plz@latest` to 0.3.150.
- Update `cargo-binstall@latest` to 1.16.3.
- Update `knope@latest` to 0.21.7.
- Update `mise@latest` to 2025.12.0.
## [2.62.62] - 2025-12-03
- Update `cargo-deny@latest` to 0.18.8.
@@ -5051,7 +5071,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.62.62...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.64...HEAD
[2.62.64]: https://github.com/taiki-e/install-action/compare/v2.62.63...v2.62.64
[2.62.63]: https://github.com/taiki-e/install-action/compare/v2.62.62...v2.62.63
[2.62.62]: https://github.com/taiki-e/install-action/compare/v2.62.61...v2.62.62
[2.62.61]: https://github.com/taiki-e/install-action/compare/v2.62.60...v2.62.61
[2.62.60]: https://github.com/taiki-e/install-action/compare/v2.62.59...v2.62.60

View File

@@ -22,32 +22,32 @@
},
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"latest": {
"version": "1.16.2"
"version": "1.16.3"
},
"1.16.2": {
"1.16.3": {
"x86_64_linux_musl": {
"etag": "0x8DE2A5BADA92790",
"checksum": "3be2695803f7b9a86b9976f2bdb8568ed6e8df026bacfc39c8546d3c6ea34808"
"etag": "0x8DE340179C4B10A",
"checksum": "dcd7d1d03d73fcd6825e981955263d4df08b81d73ce92eed1998dbda003a328a"
},
"x86_64_macos": {
"etag": "0x8DE2A5B9D421EB3",
"checksum": "a039819a14009dd72d32c24ce97d2c16be12959e601ae516574e2f2a770db59d"
"etag": "0x8DE3401D7BF12C5",
"checksum": "eb8d55ddf27761f625266a9dfc75142a96d22fbafec48eb2982c3e45bc119d95"
},
"x86_64_windows": {
"etag": "0x8DE2A5C20BAF21A",
"checksum": "970882c90c512f53d5ce446cf0b68dc70c35e75cc52dbb264606bcf72edfc02b"
"etag": "0x8DE34020AE0BB67",
"checksum": "8b93d53a6313e6c4e23326dc2a0f89044932768b1cc3b3592ec77a31ddb6a1a2"
},
"aarch64_linux_musl": {
"etag": "0x8DE2A5BB02B02DE",
"checksum": "a31113a645e0a96d5123a52ece88ee9723305939c4b1c7683aa3ddf6ca4c49ba"
"etag": "0x8DE3401A8D7D5FC",
"checksum": "5e36157edecaa41be235259a1d2ee5d08ba401aaf7b5b04ca15e69a31e8ca5c1"
},
"aarch64_macos": {
"etag": "0x8DE2A5BBA3835F6",
"checksum": "d51b7d2487a10abc395ccec7a2c9c79c83e44aac4b830e1694f8c8e10cad5e88"
"etag": "0x8DE34018BF6D6D2",
"checksum": "ec5f87ce4f9120bf45820da743e3be6f92dea86058505b7ac6000f8ac6a4bfda"
},
"aarch64_windows": {
"etag": "0x8DE2A5C4AC6C930",
"checksum": "cc506948ffbd388fa29eeca88744a2dfeb988b8bb41453dc5a7eda3441bf1aac"
"etag": "0x8DE34021246199B",
"checksum": "0d321702d5da405f85d091101ada998cc4c5b9e764d6e12971713fd8a4ae85aa"
}
}
}

View File

@@ -24,10 +24,32 @@
},
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.18.8"
"version": "0.18.9"
},
"0.18": {
"version": "0.18.8"
"version": "0.18.9"
},
"0.18.9": {
"x86_64_linux_musl": {
"etag": "0x8DE365F9DB7C550",
"checksum": "491d04e4c05d7c92582e3d40ec94126c52472a546326a6d29473a5a4e73babd2"
},
"x86_64_macos": {
"etag": "0x8DE365FC112E094",
"checksum": "4d49f9e0764b018fbffe90e6159aed29eef828ea17042f9c08049ca96c1fe9ca"
},
"x86_64_windows": {
"etag": "0x8DE36600C8678E4",
"checksum": "86a3f6dfa497b1e4e34e037e5be98ec2abde5949bed312948525864e9291827f"
},
"aarch64_linux_musl": {
"etag": "0x8DE365FA547B0BA",
"checksum": "8bc65cc9f5573e1538f914a227e87f70586a50922b73d0def28ffd6f74514a53"
},
"aarch64_macos": {
"etag": "0x8DE365FAFEA1A89",
"checksum": "a06e6cbab3d51f51997c5bb986580e4127b65ac323d2f354535bcca0a5d9b67f"
}
},
"0.18.8": {
"x86_64_linux_musl": {

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.43.1"
"version": "1.44.0"
},
"1": {
"version": "1.43.1"
"version": "1.44.0"
},
"1.44": {
"version": "1.44.0"
},
"1.44.0": {
"x86_64_linux_musl": {
"etag": "0x8DE3527EDBC4376",
"checksum": "892d229432f5ac56f8538ab9e115ce949d20541a5a15b93432687fb62dd21d97"
},
"x86_64_macos": {
"etag": "0x8DE3527F1213FC3",
"checksum": "00c3ca83a13378032e4c7d6aa1ab2ba5c7410b02563aa438dc4ad7f00531cb3b"
},
"x86_64_windows": {
"etag": "0x8DE352827EE1A1B",
"checksum": "56e5766d94fe211f196a980e50da3754370b412fb0264d4f146350b720b9e1d8"
},
"aarch64_linux_musl": {
"etag": "0x8DE3527FBFE29D1",
"checksum": "9091286b238e86bc9103a765246e2d88508190be993721eea1d8eb98d5999d52"
},
"aarch64_macos": {
"etag": "0x8DE3527E7A47ECF",
"checksum": "faf40761054e94cdff4ad5fd25b092d43fe65b6ad7d0accc08ca2194c8a91620"
},
"aarch64_windows": {
"etag": "0x8DE3528240D254D",
"checksum": "91b2427d5d1e3cdf9ad92cc814ead75e3776ae17f736cc17201659acd7f37f5d"
}
},
"1.43": {
"version": "1.43.1"

30
manifests/knope.json generated
View File

@@ -3,10 +3,36 @@
"template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": {
"version": "0.21.6"
"version": "0.21.7"
},
"0.21": {
"version": "0.21.6"
"version": "0.21.7"
},
"0.21.7": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.7/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DE336F8FEBF974",
"checksum": "93b1feef88b54c69a6e8f6293244ab1cb7297068a0973bdc30be6babb0489f35",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.7/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DE336F8FE597FC",
"checksum": "808da7fefa3e6bc7353c07725e0c37971d2e9eb5980d47759cc2f389c379a3ac",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.7/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DE336F8FE6A83C",
"checksum": "828efee1308563ff528df6ff7829ac226cac13bde7fed1be6c2923e3dcf8f2ec",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.7/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DE336F8FDE741D",
"checksum": "19784c576db2942485a7d45e8d2fc0ad5a3fcf252c1774e233bc53f1a6beea31",
"bin": "knope-aarch64-apple-darwin/knope"
}
},
"0.21.6": {
"x86_64_linux_musl": {

33
manifests/mise.json generated
View File

@@ -28,10 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2025.11.11"
"version": "2025.12.0"
},
"2025": {
"version": "2025.11.11"
"version": "2025.12.0"
},
"2025.12": {
"version": "2025.12.0"
},
"2025.12.0": {
"x86_64_linux_musl": {
"etag": "0x8DE331C7F5172EE",
"checksum": "d1e8969ea5339e4849f8f39c72039c44fe76ed40e1d9e2f4358fa861a1833f94"
},
"x86_64_macos": {
"etag": "0x8DE331C83060A07",
"checksum": "a9f6819ff1431975063c9726c19d873738423d57c9485912f4e216a2d6e922d2"
},
"x86_64_windows": {
"etag": "0x8DE331C83CAED8A",
"checksum": "733f013d1fc2a16e63a79495f9ed804558b1bdd51cbf06388e95b817317b21a3"
},
"aarch64_linux_musl": {
"etag": "0x8DE331C7A6FE775",
"checksum": "530550da634d5ae82cf6d51ac0400ba8d9ba3197940841cc8b2f47db4411c95c"
},
"aarch64_macos": {
"etag": "0x8DE331C81F1646B",
"checksum": "4d69455cd35ff28c0a74c072f2daad895742cd0fb847de57f986668c05b8bb14"
},
"aarch64_windows": {
"etag": "0x8DE331C8341978B",
"checksum": "cc621c8d411b170392b0e4d9c1fa20a915e7dea2dea13f80e8119d113b368d53"
}
},
"2025.11": {
"version": "2025.11.11"

43
manifests/protoc.json generated
View File

@@ -3,13 +3,50 @@
"template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": {
"version": "3.33.1"
"version": "3.33.2"
},
"3": {
"version": "3.33.1"
"version": "3.33.2"
},
"3.33": {
"version": "3.33.1"
"version": "3.33.2"
},
"3.33.2": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-linux-x86_64.zip",
"etag": "0x8DE344B9A3BA1FC",
"checksum": "b24b53f87c151bfd48b112fe4c3a6e6574e5198874f38036aff41df3456b8caf"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-osx-x86_64.zip",
"etag": "0x8DE344B9A608C9D",
"checksum": "dba51cfcc85076d56e7de01a647865c5a7f995c3dce427d5215b53e50b7be43f"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-win64.zip",
"etag": "0x8DE344B9A984DC3",
"checksum": "376770cd4073beb63db56fdd339260edb9957b3c4472e05a75f5f9ec8f98d8f5"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-linux-aarch_64.zip",
"etag": "0x8DE344B99D1BEFF",
"checksum": "706662a332683aa2fffe1c4ea61588279d31679cd42d91c7d60a69651768edb8"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-osx-aarch_64.zip",
"etag": "0x8DE344B9A449896",
"checksum": "5be1427127788c9f7dd7d606c3e69843dd3587327dea993917ffcb77e7234b44"
},
"powerpc64le_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-linux-ppcle_64.zip",
"etag": "0x8DE344B99DB9E8D",
"checksum": "16b4a36c07daab458bc040523b1f333ddd37e1440fa71634f297a458c7fef4c4"
},
"s390x_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-linux-s390_64.zip",
"etag": "0x8DE344B99ECA266",
"checksum": "c53c6513ebd6cd8c3592e2d75ea9d8aa1a91be3ba1e17f3bf95cabc2d6b8c3e0"
}
},
"3.33.1": {
"x86_64_linux_gnu": {

View File

@@ -22,10 +22,32 @@
},
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.3.149"
"version": "0.3.150"
},
"0.3": {
"version": "0.3.149"
"version": "0.3.150"
},
"0.3.150": {
"x86_64_linux_musl": {
"etag": "0x8DE3440C6A732E0",
"checksum": "e6d334363fa377583c71403143da4a069f4e3af8fa69f8624bb1e195c1e93146"
},
"x86_64_windows": {
"etag": "0x8DE34414BCC3926",
"checksum": "c8710e74994bd5a69efa02f4af17175eb866489a6209cb5debc2c5e32a11db77"
},
"aarch64_linux_musl": {
"etag": "0x8DE3440CB59CAAD",
"checksum": "b4a7075b6f4af61d2e77ff436b53c70f8b1f5cceb70ef9d18a1615c985bbf27f"
},
"aarch64_macos": {
"etag": "0x8DE3440E1CE6A60",
"checksum": "b11e15e335910facc003394ad8a4419238dab0705e5102aaedfba1fefdce2743"
},
"aarch64_windows": {
"etag": "0x8DE34415EAD8642",
"checksum": "1fe491b0e923464cbcf9e825485614eaa0160bd474aa16865bae6c0730d2433c"
}
},
"0.3.149": {
"x86_64_linux_musl": {

42
manifests/uv.json generated
View File

@@ -40,10 +40,48 @@
},
"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.15"
"version": "0.9.16"
},
"0.9": {
"version": "0.9.15"
"version": "0.9.16"
},
"0.9.16": {
"x86_64_linux_musl": {
"etag": "0x8DE34D2D524A50C",
"checksum": "35a26bea6aad2c8eb468cdf69baccc7ab79b3d0971a76a6741a687535a2acfad"
},
"x86_64_macos": {
"etag": "0x8DE34D2D4A776A5",
"checksum": "e1ba1992e163f8b9d54d1cd1501002f019f4b729dec2a197e79a56d354ec2773"
},
"x86_64_windows": {
"etag": "0x8DE34D2D4E4AFD5",
"checksum": "e498a1d5983da7727af96b63ddfcd52ee883173552664ad0b629b3d4c7a46e91"
},
"aarch64_linux_musl": {
"etag": "0x8DE34D2D2912A08",
"checksum": "cb6730e083f17b38aea88c2bdfc3d4c834a832444087d30d7914bd460ae15b79"
},
"aarch64_macos": {
"etag": "0x8DE34D2D1F241B7",
"checksum": "db6d7fb299c35dc9bbbeb89cfa9aa55a9584f637d370c0a4c62a50df9c9294a7"
},
"aarch64_windows": {
"etag": "0x8DE34D2D2690EBC",
"checksum": "591c73f47dfec72f9d242eebcb36197f27ad652a59d70e70db5c52018684d78e"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE34D2D42B5882",
"checksum": "982167ebae22efbda212ccbacc582b00486150695d83fca94d39c3422a0f8865"
},
"riscv64_linux_gnu": {
"etag": "0x8DE34D2D43F6626",
"checksum": "b94ef3afa9bc94288e069162143ec20ed1d103d7631a17ca14c6ac28e8825baa"
},
"s390x_linux_gnu": {
"etag": "0x8DE34D2D4670CC2",
"checksum": "cd32014282b2d2de53eb0176004dffddec77f0afbe76713f57c245e08cdf2b21"
}
},
"0.9.15": {
"x86_64_linux_musl": {