Compare commits

...

16 Commits

Author SHA1 Message Date
Taiki Endo
541c08c86c Release 2.43.4 2024-09-12 10:51:30 +09:00
Taiki Endo
41d35d7220 Update protoc@latest to 3.28.1 2024-09-12 03:14:09 +09:00
Taiki Endo
210eb76ec9 Release 2.43.3 2024-09-12 00:22:13 +09:00
Taiki Endo
89210c3023 Update syft@latest to 1.12.2 2024-09-12 00:12:16 +09:00
Taiki Endo
36ede8b5bc Update cargo-binstall@latest to 1.10.5 2024-09-11 21:15:13 +09:00
Taiki Endo
40d6a8584e Update osv-scanner@latest to 1.8.5 2024-09-11 15:14:50 +09:00
Taiki Endo
35aa40986a Release 2.43.2 2024-09-09 22:23:43 +09:00
Taiki Endo
1ca3b4160c Update rclone@latest to 1.68.0 2024-09-09 03:11:13 +09:00
Taiki Endo
da8fe73ed8 Release 2.43.1 2024-09-08 06:23:01 +09:00
Taiki Endo
468184505a Update cargo-lambda@latest to 1.4.0 2024-09-08 06:10:39 +09:00
Taiki Endo
190257f600 Update cargo-binstall@latest to 1.10.4 2024-09-07 09:30:06 +09:00
Taiki Endo
6e4ebe4256 Release 2.43.0 2024-09-07 07:27:38 +09:00
Taiki Endo
337a9618c7 Update changelog 2024-09-07 07:27:19 +09:00
John Vandenberg
22578ebfbe Add cargo-lambda (#601) 2024-09-07 07:01:10 +09:00
Taiki Endo
e51c197f82 Release 2.42.42 2024-09-06 20:51:56 +09:00
Taiki Endo
b7ca6193f4 Update cargo-nextest@latest to 0.9.78 2024-09-06 09:33:12 +09:00
10 changed files with 295 additions and 27 deletions

View File

@@ -10,6 +10,36 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.43.4] - 2024-09-12
- Update `protoc@latest` to 3.28.1.
## [2.43.3] - 2024-09-11
- Update `syft@latest` to 1.12.2.
- Update `cargo-binstall@latest` to 1.10.5.
- Update `osv-scanner@latest` to 1.8.5.
## [2.43.2] - 2024-09-09
- Update `rclone@latest` to 1.68.0.
## [2.43.1] - 2024-09-07
- Update `cargo-lambda@latest` to 1.4.0.
- Update `cargo-binstall@latest` to 1.10.4.
## [2.43.0] - 2024-09-06
- Support `cargo-lambda`. ([#601](https://github.com/taiki-e/install-action/pull/601), thanks @jayvdb)
## [2.42.42] - 2024-09-06
- Update `cargo-nextest@latest` to 0.9.78.
## [2.42.41] - 2024-09-04
- Update `typos@latest` to 1.24.5.
@@ -2686,7 +2716,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.42.41...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.4...HEAD
[2.43.4]: https://github.com/taiki-e/install-action/compare/v2.43.3...v2.43.4
[2.43.3]: https://github.com/taiki-e/install-action/compare/v2.43.2...v2.43.3
[2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2
[2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1
[2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0
[2.42.42]: https://github.com/taiki-e/install-action/compare/v2.42.41...v2.42.42
[2.42.41]: https://github.com/taiki-e/install-action/compare/v2.42.40...v2.42.41
[2.42.40]: https://github.com/taiki-e/install-action/compare/v2.42.39...v2.42.40
[2.42.39]: https://github.com/taiki-e/install-action/compare/v2.42.38...v2.42.39

View File

@@ -20,6 +20,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**cargo-dinghy**](https://github.com/sonos/dinghy) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sonos/dinghy/releases) | Linux, macOS | [MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE) |
| [**cargo-export**](https://github.com/bazhenov/cargo-export) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bazhenov/cargo-export/releases) | Linux, macOS, Windows | [MIT](https://github.com/bazhenov/cargo-export/blob/master/LICENSE) |
| [**cargo-hack**](https://github.com/taiki-e/cargo-hack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-hack/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT) |
| [**cargo-lambda**](https://github.com/cargo-lambda/cargo-lambda) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cargo-lambda/cargo-lambda/releases) | Linux, macOS, Windows | [MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE) |
| [**cargo-llvm-cov**](https://github.com/taiki-e/cargo-llvm-cov) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/cargo-llvm-cov/releases) | Linux, macOS, Windows | [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) |
| [**cargo-machete**](https://github.com/bnjbvr/cargo-machete) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bnjbvr/cargo-machete/releases) | Linux, macOS, Windows | [MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md) |
| [**cargo-make**](https://github.com/sagiegurari/cargo-make) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/sagiegurari/cargo-make/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE) |

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.10.3"
"version": "1.10.5"
},
"1.10.3": {
"1.10.5": {
"x86_64_linux_musl": {
"etag": "0x8DCC4E9D12BA1A2",
"checksum": "98239b69e7d3f3a759b326236fa473fa31d17c1b7d2677c8b0c7637176547c72"
"etag": "0x8DCD243CAFABE2B",
"checksum": "e4f503d2e17436197e18caabe023265ef00da1422575fc9013b2753fdb9fa4d9"
},
"x86_64_macos": {
"etag": "0x8DCC4E97F17FC2E",
"checksum": "79bc5490bb52d90a0baa1e169556276424ae0bb7849e06f51b2baa98cd89cf3a"
"etag": "0x8DCD24378364C74",
"checksum": "21d47a620ec3aa99321201483627c142da181d0cee62a831da8c97162098d2b1"
},
"x86_64_windows": {
"etag": "0x8DCC4EA7CBBF636",
"checksum": "ff2ec4e3ff2c76c8194112cc01e18741bd88961382adf0e55bab07c675d55ee8"
"etag": "0x8DCD24452B01ED4",
"checksum": "29c1fbc5c9cfeb29207a79b6f903bb4c6c5b7277251910b180b6d1ab9a1d5344"
},
"aarch64_linux_musl": {
"etag": "0x8DCC4E99553F26C",
"checksum": "c81be7f91f5ba63dd1ff5840a304c50d8938fbf4ca224200c80706007756f18a"
"etag": "0x8DCD24388AEFE1C",
"checksum": "752df38cf823792d2c0f3ecc3643a20eac5b67605ac8bea7eed57e7a4e7a40f5"
},
"aarch64_macos": {
"etag": "0x8DCC4E9C5DFB2DF",
"checksum": "3ddbb7b56f57f54d71b0eb7edf92a98794f38ede0354e9dd1d29cf6c1092e530"
"etag": "0x8DCD243EE25AD47",
"checksum": "351d3ef0a87d61d33b3620f3cd9be4c58c2d41b7acf4910ba71008999d82aa42"
},
"aarch64_windows": {
"etag": "0x8DCC4EA3D761E17",
"checksum": "1e41a12852e8ea02596bac8d3b4e5375e77c32169b3e1942a80d130309c13673"
"etag": "0x8DCD243F77B1340",
"checksum": "86086186099ac1aa149e4c680bf24c7336322691a28f04e848bd827c5afd8b4d"
}
}
}

78
manifests/cargo-lambda.json generated Normal file
View File

@@ -0,0 +1,78 @@
{
"rust_crate": "cargo-lambda",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.x86_64-unknown-linux-musl.tar.gz"
},
"x86_64_macos": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.x86_64-apple-darwin.tar.gz"
},
"x86_64_windows": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.windows-x64.zip",
"bin": "cargo-lambda.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.aarch64-unknown-linux-musl.tar.gz"
},
"aarch64_macos": {
"url": "https://github.com/cargo-lambda/cargo-lambda/releases/download/v${version}/cargo-lambda-v${version}.aarch64-apple-darwin.tar.gz"
}
},
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
"latest": {
"version": "1.4.0"
},
"1": {
"version": "1.4.0"
},
"1.4": {
"version": "1.4.0"
},
"1.4.0": {
"x86_64_linux_musl": {
"etag": "0x8DCCF7559ED57D5",
"checksum": "9ce70414d822e3b901403d63598581d2a35b7e16b1e2009308da0b120cb2f280"
},
"x86_64_macos": {
"etag": "0x8DCCF755A871607",
"checksum": "9c2a9e5427c1de759970d8d51efd50ec2a435ae348804cb4a660f1c3b9b43b16"
},
"x86_64_windows": {
"etag": "0x8DCCF755B9D1989",
"checksum": "a5ff21d73d42b89973c1d7d7d19ed119561dd98b6d784386d064b9807956a71a"
},
"aarch64_linux_musl": {
"etag": "0x8DCCF755DDBF6FB",
"checksum": "5cbb3e1291d4c20a5e988eb690a5153f86be44a2fd6bec6485d00ef1e1aa13aa"
},
"aarch64_macos": {
"etag": "0x8DCCF755E70162A",
"checksum": "ef1a8f5521d1d4d0f08b3de6149c48455395aec7328d7587abcdab83f80d736b"
}
},
"1.3": {
"version": "1.3.0"
},
"1.3.0": {
"x86_64_linux_musl": {
"etag": "0x8DC88F48F203CE3",
"checksum": "b96973d035b328413fd2a98881f01ab8de8dcaef56c6f826d05dee48925b340f"
},
"x86_64_macos": {
"etag": "0x8DC88F48FB3C08F",
"checksum": "49043e568b1d1817b0d7e14b7bd23d0938f37b5a951ad6dbd08e8057a1e2e60b"
},
"x86_64_windows": {
"etag": "0x8DC88F490E653BE",
"checksum": "46c19d2c0f977c27f918e24c6e362a080a63cdfbe0c97a79dabe6e375eee72c4"
},
"aarch64_linux_musl": {
"etag": "0x8DC88F4936FA250",
"checksum": "6e1f434d70a60180d80f6e61f0fd50272a0e849d5bfa7c64d8df066f85881627"
},
"aarch64_macos": {
"etag": "0x8DC88F493FF59BC",
"checksum": "8cd1d176a690d5b3704fae9c58e0e949e481e79eaa24cb5338f5cdfcf564ca05"
}
}
}

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.77"
"version": "0.9.78"
},
"0.9": {
"version": "0.9.77"
"version": "0.9.78"
},
"0.9.78": {
"previous_stable_version": "0.9.77",
"x86_64_linux_gnu": {
"etag": "0x8DCCDFBD47BF354",
"checksum": "8645c43d0116fc1608c9d149377b0fcffcf01ec12cba3da34567ab74e02049c9"
},
"x86_64_linux_musl": {
"etag": "0x8DCCDFC05E94BF4",
"checksum": "cb5c9565ba962f07262a267ad83aa4f755d2311a79b1b23d8783c8838d31347f"
},
"x86_64_macos": {
"etag": "0x8DCCDFC02DF9CF4",
"checksum": "26859987b4470ce80a93e017656034fb28217e135c6110fa66ab373f97670ccd"
},
"x86_64_windows": {
"etag": "0x8DCCDFC2F357FFE",
"checksum": "ef046ec2969c03558d7e2b2ee360a4ed58f92bc86a7f9b4e59c323d69aa2a602"
},
"aarch64_linux_gnu": {
"etag": "0x8DCCDFBEFE9BDF8",
"checksum": "dc8b62624a5f334a9b3fcd784008c39c412ef880158ba73e2f3abd156194cbab"
}
},
"0.9.77": {
"previous_stable_version": "0.9.76",

View File

@@ -3,13 +3,45 @@
"template": null,
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"latest": {
"version": "1.8.4"
"version": "1.8.5"
},
"1": {
"version": "1.8.4"
"version": "1.8.5"
},
"1.8": {
"version": "1.8.4"
"version": "1.8.5"
},
"1.8.5": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_linux_amd64",
"etag": "0x8DCD226445A20F7",
"checksum": "3f241e03861e25dc3f739794ba03ad3dffd68ef2c96c382a45df5fe734b5dc5f"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_darwin_amd64",
"etag": "0x8DCD2264451513A",
"checksum": "798954e5ef2fa71facc4463b1fe8ed81deceeaadc163f59792e39b5fdd7ae4d3"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_windows_amd64.exe",
"etag": "0x8DCD2264457D98F",
"checksum": "8f247683926cf62ac2ab67467b62e85f1059f45196f67ccd0e2e94d44c23e28e"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_linux_arm64",
"etag": "0x8DCD226450CC94A",
"checksum": "4d3c7df91eac9d0b2a51431008f7f4e156ca11ccf2bc2034fed836c4cc676797"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_darwin_arm64",
"etag": "0x8DCD226450FAC3A",
"checksum": "fec672000263f6d24fad3c545ff8da995073012ee7768a1efd9a31d3fbfb2bfd"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_windows_arm64.exe",
"etag": "0x8DCD22644616BB4",
"checksum": "64e3eb8e8a047bfe3d025e2bad79ac2eb1ecf82a7b5bc75bc1d60d084789bc36"
}
},
"1.8.4": {
"x86_64_linux_musl": {

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.28.0"
"version": "3.28.1"
},
"3": {
"version": "3.28.0"
"version": "3.28.1"
},
"3.28": {
"version": "3.28.0"
"version": "3.28.1"
},
"3.28.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-linux-x86_64.zip",
"etag": "0x8DCD285A6AB0E77",
"checksum": "58b1e2e45889187c22598bf5d9944d7c4f5f68407906f26cc4831911ae8ada53"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-osx-x86_64.zip",
"etag": "0x8DCD285A6E6751B",
"checksum": "f682d70c8382ddb0ad6b996a32db12eff098a2abd6b2db2caa9336d9c8069d54"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-win64.zip",
"etag": "0x8DCD285A725F5DF",
"checksum": "8ab709113bf3156e789d45e99401924ca5305267ad3fd9001727d945797e6748"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-linux-aarch_64.zip",
"etag": "0x8DCD285A655D422",
"checksum": "28c90edca27437bd892009a586ddc28a040e51f2c01bec29d22bede5d14a9e10"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-osx-aarch_64.zip",
"etag": "0x8DCD285A6C5A477",
"checksum": "1395bca972572ec2ce25bb773720ebf9bfd380159e8c71d987058e36ae6b000b"
}
},
"3.28.0": {
"x86_64_linux_gnu": {

33
manifests/rclone.json generated
View File

@@ -28,10 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)",
"latest": {
"version": "1.67.0"
"version": "1.68.0"
},
"1": {
"version": "1.67.0"
"version": "1.68.0"
},
"1.68": {
"version": "1.68.0"
},
"1.68.0": {
"x86_64_linux_musl": {
"etag": "0x8DCD021695DFEC9",
"checksum": "2462de3234dc581db6ed8353625926bfabdfa7286b37f99cd733a84eba70c17c"
},
"x86_64_macos": {
"etag": "0x8DCD02224137B7F",
"checksum": "3a7ac232883e1e90e9c2c72c327f6a73d4701c23b94f4dba4b09aed3ee5038fe"
},
"x86_64_windows": {
"etag": "0x8DCD0225941B88D",
"checksum": "b16769a2f839d0322db6d80d2bf7f7f0c13174a9482d2163384783a60113521c"
},
"aarch64_linux_musl": {
"etag": "0x8DCD0217EBFA66E",
"checksum": "1ff887245f07ce722b9245c9aa984a841b6ba47d719842b1ada6be85e08695dc"
},
"aarch64_macos": {
"etag": "0x8DCD0222BEF1202",
"checksum": "c037225f85a2fa7a78cc77a241de0a6a3d62dc6ea2b0a2fd668d50511244f559"
},
"aarch64_windows": {
"etag": "0x8DCD0226038A92C",
"checksum": "f0a29169078a443413e67d9decec3c468be7295ae84fe3313864fd4148f83ece"
}
},
"1.67": {
"version": "1.67.0"

29
manifests/syft.json generated
View File

@@ -24,10 +24,35 @@
},
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
"latest": {
"version": "1.11.1"
"version": "1.12.2"
},
"1": {
"version": "1.11.1"
"version": "1.12.2"
},
"1.12": {
"version": "1.12.2"
},
"1.12.2": {
"x86_64_linux_musl": {
"etag": "0x8DCD26CD2C44527",
"checksum": "a41c86cc51a15dbacdf431418b96ee051171b487fdddb7591f275b2d7a7ace1c"
},
"x86_64_macos": {
"etag": "0x8DCD26CD3CC00A5",
"checksum": "548bd4d88ce803a704d0ed301e74146299e76318a3a0ae6b8f076c11a9481d90"
},
"x86_64_windows": {
"etag": "0x8DCD26CD3C5ECF7",
"checksum": "86673ba78fed7c14c7aa8aaa1f5b01d1e3f9e414024ee2c625c504160e40bc77"
},
"aarch64_linux_musl": {
"etag": "0x8DCD26CD2C3A997",
"checksum": "31edc23ef0bcf0b879838cec5976677b05a75913387b35bef411c341289875f4"
},
"aarch64_macos": {
"etag": "0x8DCD26CD3D01AB2",
"checksum": "cae3236b253b0b360459bf64fe7d137a634e58e3f5d1acf46127dfd7f6f558d5"
}
},
"1.11": {
"version": "1.11.1"

View File

@@ -0,0 +1,17 @@
{
"repository": "https://github.com/cargo-lambda/cargo-lambda",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
"version_range": ">= 1.3.0",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-v${version}.windows-x64.zip",
"bin": "${package}${exe}"
},
"aarch64_linux_musl": {},
"aarch64_macos": {}
}
}