Compare commits

...

11 Commits

Author SHA1 Message Date
Taiki Endo
7bf3bbf310 Release 2.52.5 2025-06-03 15:41:35 +09:00
Taiki Endo
fcb7f36651 Update typos@latest to 1.33.1 2025-06-03 04:00:23 +09:00
Taiki Endo
84dd63d16a Update git-cliff@latest to 2.9.0 2025-06-02 21:20:54 +09:00
Taiki Endo
4871b28862 Update cargo-shear@latest to 1.3.1 2025-06-02 13:24:09 +09:00
Taiki Endo
735e593394 Release 2.52.4 2025-05-31 20:11:36 +09:00
Taiki Endo
4f4abc772a Update cargo-binstall@latest to 1.12.6 2025-05-31 18:11:32 +09:00
Taiki Endo
a13cc1aa67 Update wash@latest to 0.42.0 2025-05-31 06:15:27 +09:00
Taiki Endo
2ee2c006bb Release 2.52.3 2025-05-30 19:37:33 +09:00
Taiki Endo
5e38d7308e Update cargo-nextest@latest to 0.9.97 2025-05-30 15:22:25 +09:00
Taiki Endo
14dbe17742 Update trivy@latest to 0.63.0 2025-05-30 03:16:30 +09:00
Taiki Endo
097a2e7fdd Update protoc@latest to 3.31.1 2025-05-29 06:12:22 +09:00
9 changed files with 253 additions and 29 deletions

View File

@@ -10,6 +10,28 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.52.5] - 2025-06-03
- Update `typos@latest` to 1.33.1.
- Update `git-cliff@latest` to 2.9.0.
- Update `cargo-shear@latest` to 1.3.1.
## [2.52.4] - 2025-05-31
- Update `cargo-binstall@latest` to 1.12.6.
- Update `wash@latest` to 0.42.0.
## [2.52.3] - 2025-05-30
- Update `cargo-nextest@latest` to 0.9.97.
- Update `trivy@latest` to 0.63.0.
- Update `protoc@latest` to 3.31.1.
## [2.52.2] - 2025-05-27
- Update `mdbook@latest` to 0.4.51.
@@ -3940,7 +3962,10 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.52.2...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.52.5...HEAD
[2.52.5]: https://github.com/taiki-e/install-action/compare/v2.52.4...v2.52.5
[2.52.4]: https://github.com/taiki-e/install-action/compare/v2.52.3...v2.52.4
[2.52.3]: https://github.com/taiki-e/install-action/compare/v2.52.2...v2.52.3
[2.52.2]: https://github.com/taiki-e/install-action/compare/v2.52.1...v2.52.2
[2.52.1]: https://github.com/taiki-e/install-action/compare/v2.52.0...v2.52.1
[2.52.0]: https://github.com/taiki-e/install-action/compare/v2.51.3...v2.52.0

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.12.5"
"version": "1.12.6"
},
"1.12.5": {
"1.12.6": {
"x86_64_linux_musl": {
"etag": "0x8DD94932BF0AB74",
"checksum": "c6378f62f878e566cbfedc8bb693b143297313b6e2768ac3811ed0a1a51da095"
"etag": "0x8DDA00D155704F0",
"checksum": "88a6add7934c9297c607d467519db322490512cc6268c047ebfdd79c9b6217ac"
},
"x86_64_macos": {
"etag": "0x8DD949308B3AA11",
"checksum": "eb560e32add59ee4bdc769da99980ca31aa68e4077ca296af42230a76129a9b4"
"etag": "0x8DDA00CE337B6AA",
"checksum": "c3147b20edbcedaf31f6134ca68d62fe4fc47359ffce353242571125a9916df9"
},
"x86_64_windows": {
"etag": "0x8DD9493A30AB4C8",
"checksum": "d4c31e58a48a8375ad152c44b565a664fcdea2e938ec9ad36af4a761f40bb4cf"
"etag": "0x8DDA00DDA2C0738",
"checksum": "d04c1295ed52bded4db672a5aa236ef6149ed4fa5513b617f8b6cd3ddd660569"
},
"aarch64_linux_musl": {
"etag": "0x8DD9492DBF692B0",
"checksum": "556cf7c7284cfe0241e56b70e5e9723eab673241a2a2a062329102ecc96dee79"
"etag": "0x8DDA00CA066BED8",
"checksum": "42eb7a8e84746aed6534c5977581c23a4368ba4aa6f04d8673ec5a8b698ddab4"
},
"aarch64_macos": {
"etag": "0x8DD949373454C20",
"checksum": "c59a3f059b9b8d7ffaf66c5791a7ae09b9b09f46e2bf68a069a70cfc451ae0ea"
"etag": "0x8DDA00CE61114C2",
"checksum": "078b27416b2235c4915a8a41b36a298c275237cd8d4d4fd99380fb5800929272"
},
"aarch64_windows": {
"etag": "0x8DD94939794D3AD",
"checksum": "faf872637c727ec81f4034216ec680320677cc2be03d392f8e60bc334adb3b09"
"etag": "0x8DDA00D4875DF17",
"checksum": "e050daf5de833b93bf283bd3f1d016e770017602f654d69a076ada7732ada443"
}
}
}

View File

@@ -19,10 +19,33 @@
},
"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.96"
"version": "0.9.97"
},
"0.9": {
"version": "0.9.96"
"version": "0.9.97"
},
"0.9.97": {
"previous_stable_version": "0.9.96",
"x86_64_linux_gnu": {
"etag": "0x8DD9F32F0EFF7C2",
"checksum": "0f1b196f271b86af42254dd019fc17527410b112742a64b9b1038e264ab69cdc"
},
"x86_64_linux_musl": {
"etag": "0x8DD9F333A0ADF4C",
"checksum": "af7f57244643c4806b55143307ddecbcd3ff255893540c5d170c85e85ee617bf"
},
"x86_64_macos": {
"etag": "0x8DD9F332C1540BA",
"checksum": "08496e249d1babc2a7dd8355006c0ca20d64e1d236efcbebca24afe3ea2a3d64"
},
"x86_64_windows": {
"etag": "0x8DD9F331D38B6B8",
"checksum": "3fda2e22f7e8a339b35a705518fba3eff93c3544884b0ea7500d2c85208d8fca"
},
"aarch64_linux_gnu": {
"etag": "0x8DD9F331447466C",
"checksum": "6dce638cb68b614a0c5a098531606b83bba221146592faafd246f79292a47cc7"
}
},
"0.9.96": {
"previous_stable_version": "0.9.95",

View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
"latest": {
"version": "1.3.0"
"version": "1.3.1"
},
"1": {
"version": "1.3.0"
"version": "1.3.1"
},
"1.3": {
"version": "1.3.0"
"version": "1.3.1"
},
"1.3.1": {
"x86_64_linux_musl": {
"etag": "0x8DDA18A5CDFB68D",
"checksum": "d1af45382a994c15837680d6b0ca0a65cfd77fb04490590301b96928f11b8146"
},
"x86_64_macos": {
"etag": "0x8DDA18A69307DC1",
"checksum": "b59d2772dae8a38ab4ddfa39b168b0f2f0177cb53e2e0a7eaba90760f802c36b"
},
"x86_64_windows": {
"etag": "0x8DDA18A97815258",
"checksum": "36ce15ae05cbce2aa4d69532c6902080a90d1921756da3c4a8222514ab42c9d3"
},
"aarch64_linux_musl": {
"etag": "0x8DDA18A63F68A10",
"checksum": "debd8c1d5aeae7989d3ffe20b045bb0ea6cd87b86637c9bb1b6609c3bcb266b7"
},
"aarch64_macos": {
"etag": "0x8DDA18A5BBBE04E",
"checksum": "d2ee3a8b4fc46a4499230d4b98461924742565f699c9e34b140561761abf1e22"
},
"aarch64_windows": {
"etag": "0x8DDA18A978EFE92",
"checksum": "1e34de0e17b940395ee3c8a9f6ba3d1ee9e8fdf0b488e9e2959f5c34ddd5dada"
}
},
"1.3.0": {
"x86_64_linux_musl": {

View File

@@ -28,10 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE)",
"latest": {
"version": "2.8.0"
"version": "2.9.0"
},
"2": {
"version": "2.8.0"
"version": "2.9.0"
},
"2.9": {
"version": "2.9.0"
},
"2.9.0": {
"x86_64_linux_musl": {
"etag": "0x8DDA1C8CC86307E",
"checksum": "b51af9e6300a5be505a1e7aedbfb19c4862a32b3f0bb8f9d5940ea5c35a024d8"
},
"x86_64_macos": {
"etag": "0x8DDA1C7FD0A17F0",
"checksum": "d4c322ad9324f7e10b875c828a75225f4a45453c6bf3eae987da9f0f566f2c52"
},
"x86_64_windows": {
"etag": "0x8DDA1C8C6D93B5E",
"checksum": "c0e174b2bdec592e27276dfad7fff6094d4afaf49aa5117ccffe448dee084e50"
},
"aarch64_linux_musl": {
"etag": "0x8DDA1C8D6208C6F",
"checksum": "53d8306147ddb052dff7a49472f28966d3062515e67987de3eab11c2b0e64c83"
},
"aarch64_macos": {
"etag": "0x8DDA1C7CC7CD115",
"checksum": "9c44a34a7d47826636dd52e11ffc4e9213849783904573ba0e7a6fdac68f08af"
},
"aarch64_windows": {
"etag": "0x8DDA1C8A6E3C0AA",
"checksum": "8c6e4ff223ad6b962bf8cc99e6f45c6791d9c0bd497d9fcd9542331989f9c309"
}
},
"2.8": {
"version": "2.8.0"

33
manifests/protoc.json generated
View File

@@ -3,13 +3,40 @@
"template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": {
"version": "3.31.0"
"version": "3.31.1"
},
"3": {
"version": "3.31.0"
"version": "3.31.1"
},
"3.31": {
"version": "3.31.0"
"version": "3.31.1"
},
"3.31.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v31.1/protoc-31.1-linux-x86_64.zip",
"etag": "0x8DD9E18EFD1B2E2",
"checksum": "96553041f1a91ea0efee963cb16f462f5985b4d65365f3907414c360044d8065"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v31.1/protoc-31.1-osx-x86_64.zip",
"etag": "0x8DD9E18F021E98E",
"checksum": "485e87088b18614c25a99b1c0627918b3ff5b9fde54922fb1c920159fab7ba29"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v31.1/protoc-31.1-win64.zip",
"etag": "0x8DD9E18F0214DFA",
"checksum": "70381b116ab0d71cb6a5177d9b17c7c13415866603a0fd40d513dafe32d56c35"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v31.1/protoc-31.1-linux-aarch_64.zip",
"etag": "0x8DD9E18EF7AA62F",
"checksum": "6c554de11cea04c56ebf8e45b54434019b1cd85223d4bbd25c282425e306ecc2"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v31.1/protoc-31.1-osx-aarch_64.zip",
"etag": "0x8DD9E18EFD16519",
"checksum": "4aeea0a34b0992847b03a8489a8dbedf3746de01109b74cc2ce9b6888a901ed9"
}
},
"3.31.0": {
"x86_64_linux_gnu": {

27
manifests/trivy.json generated
View File

@@ -24,7 +24,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
"latest": {
"version": "0.62.1"
"version": "0.63.0"
},
"0.63": {
"version": "0.63.0"
},
"0.63.0": {
"x86_64_linux_gnu": {
"etag": "0x8DD9EDB240EAE38",
"checksum": "ea91fa393cfcb802da22832c96e99a4c8a295a8ba8faefd824c7168b7f0a741e"
},
"x86_64_macos": {
"etag": "0x8DD9EDB25C39AD1",
"checksum": "01659b540a885ee9bd1273c8c75ade1ce046fc9d6e5933d5978d9125a6a1cf6c"
},
"x86_64_windows": {
"etag": "0x8DD9EDB25D2CBF6",
"checksum": "33ba726ec9c37f15490efa1d51044c21f0db6acb9be56492d5e1429f404b602f"
},
"aarch64_linux_gnu": {
"etag": "0x8DD9EDB26DF8B6D",
"checksum": "9aeecf81e8a1dc5625dd96a1a6fbea92a1f8e51c4160cfc0e412ef5f641ea1ac"
},
"aarch64_macos": {
"etag": "0x8DD9EDB26DD1D32",
"checksum": "784f687759c647ffad54e4d7f55ed953647e4fff5ea1e38dbaf877a135254972"
}
},
"0.62": {
"version": "0.62.1"

43
manifests/typos.json generated
View File

@@ -16,10 +16,49 @@
},
"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.32.0"
"version": "1.33.1"
},
"1": {
"version": "1.32.0"
"version": "1.33.1"
},
"1.33": {
"version": "1.33.1"
},
"1.33.1": {
"x86_64_linux_musl": {
"etag": "0x8DDA1FEDA84A6F0",
"checksum": "ab807b29e9d759428c8a0444c14973225b6710a286f264574892972428c3d18b"
},
"x86_64_macos": {
"etag": "0x8DDA1FEE28525ED",
"checksum": "3696bbbdee5ced572b3cdbcf30148da3059593477ade58f29b6e57302ff8e196"
},
"x86_64_windows": {
"etag": "0x8DDA1FF3E510EF5",
"checksum": "e2ec599862e5d5eda5c365cba8babb0594ca0fc180549163504766f687e01990"
},
"aarch64_macos": {
"etag": "0x8DDA1FE94187E62",
"checksum": "a537968e6ab0a6845bd18a889105cf6f67b605cceaa18cc6afbe5785bbb9ee5b"
}
},
"1.33.0": {
"x86_64_linux_musl": {
"etag": "0x8DDA1F85FFADAA9",
"checksum": "d436fca4f7ec59c3daa7c9811839f525219a6b96879923c74f17353505256436"
},
"x86_64_macos": {
"etag": "0x8DDA1F8A53C9A24",
"checksum": "517d5c3063c37c9e54b1c9b782ac133d72ed8c5465d1f6f43fe2ad8ccff3f6c9"
},
"x86_64_windows": {
"etag": "0x8DDA1F8B5FEF420",
"checksum": "e9b6ee3faef1947935c59439c62ab3ddd2c071a65c62db3312adc0a546815d9d"
},
"aarch64_macos": {
"etag": "0x8DDA1F8AA37A91A",
"checksum": "f3cb2b4c34f252d09055ae6cb647d21cb3d00ac2b0124259b005b1b18d6d5787"
}
},
"1.32": {
"version": "1.32.0"

32
manifests/wash.json generated
View File

@@ -3,7 +3,37 @@
"template": null,
"license_markdown": "[Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE)",
"latest": {
"version": "0.41.0"
"version": "0.42.0"
},
"0.42": {
"version": "0.42.0"
},
"0.42.0": {
"x86_64_linux_musl": {
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-x86_64-unknown-linux-musl",
"etag": "0x8DD9FB70351CA85",
"checksum": "23e44f345ae314549ba04123b86eb63fc37c1026f43b8c08a7c9b618a80cba5c"
},
"x86_64_macos": {
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-x86_64-apple-darwin",
"etag": "0x8DD9FB70336720A",
"checksum": "7fdb4f898035e91940ab442cce9f6bc2380d8aecee6e75c0e988e095c3f51c9f"
},
"x86_64_windows": {
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-x86_64-pc-windows-msvc.exe",
"etag": "0x8DD9FB7038AE9B8",
"checksum": "2e95ac1c7bd309c3a29b63adef59918a90ab90bafc26f80117f900112a39a29f"
},
"aarch64_linux_musl": {
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-aarch64-unknown-linux-musl",
"etag": "0x8DD9FB7033147C2",
"checksum": "058d59cd5f181ada6de763e82ab935e1ae0db943b6df607cef3cdb647d175029"
},
"aarch64_macos": {
"url": "https://github.com/wasmCloud/wasmCloud/releases/download/wash-v0.42.0/wash-aarch64-apple-darwin",
"etag": "0x8DD9FB70346DA51",
"checksum": "ab9183194dd29d6eba77692bc017cbc2ea9108b734ddc19d51e74d8bf556aeec"
}
},
"0.41": {
"version": "0.41.0"