Compare commits

...

26 Commits

Author SHA1 Message Date
Taiki Endo
2b51c05cf7 Release 2.45.7 2024-11-27 10:47:07 +09:00
Taiki Endo
3aaae1e038 Update changelog 2024-11-27 10:46:39 +09:00
Taiki Endo
8556ea401b Update cargo-nextest@latest to 0.9.85 2024-11-27 09:35:01 +09:00
Taiki Endo
2b9c32ad62 Update typos@latest to 1.28.1 2024-11-27 03:16:23 +09:00
Taiki Endo
96c8587cb5 Update typos@latest to 1.28.0 2024-11-26 11:01:31 +09:00
Taiki Endo
6d2c0be904 Update cargo-rdme manifest 2024-11-26 11:01:31 +09:00
Taiki Endo
d435865fa6 codegen: Mark cargo-rdme 1.4.8 as broken
Same as e72b7b51a2.
(macOS binary is missing)
2024-11-26 10:55:57 +09:00
Taiki Endo
182d494559 Update mdbook@latest to 0.4.43 2024-11-26 03:16:27 +09:00
Taiki Endo
6da51af621 Release 2.45.6 2024-11-24 15:22:07 +09:00
Taiki Endo
f1dbe47141 Update cargo-auditable@latest to 0.6.6 2024-11-24 15:13:46 +09:00
Taiki Endo
9957268b03 Update cargo-binstall@latest to 1.10.14 2024-11-23 15:26:17 +09:00
Taiki Endo
33e32f5507 Release 2.45.5 2024-11-22 22:58:15 +09:00
Taiki Endo
7de9c3b078 Update release-plz manifests 2024-11-22 22:51:56 +09:00
Taiki Endo
b147340aa2 Update release-plz@latest to 0.3.110 2024-11-22 21:18:58 +09:00
Taiki Endo
5b1c1a5544 Release 2.45.4 2024-11-22 00:19:03 +09:00
Taiki Endo
19a057f9c1 Update syft@latest to 1.17.0 2024-11-22 00:00:22 +09:00
Taiki Endo
dd2112f859 Update release-plz links 2024-11-21 23:55:04 +09:00
Taiki Endo
ca079cf073 Release 2.45.3 2024-11-21 10:50:51 +09:00
Taiki Endo
df8c31f9bf Update just@latest to 1.37.0 2024-11-21 09:37:09 +09:00
Taiki Endo
45e0b9c640 Release 2.45.2 2024-11-21 03:20:09 +09:00
Taiki Endo
9e8985f3cd Update wasmtime@latest to 27.0.0 2024-11-21 03:13:23 +09:00
Taiki Endo
ce24374b73 Release 2.45.1 2024-11-21 01:15:51 +09:00
Taiki Endo
137568b070 Update git-cliff@latest to 2.7.0 2024-11-20 21:16:42 +09:00
Taiki Endo
32cafa544d Release 2.45.0 2024-11-20 04:46:37 +09:00
Taiki Endo
df4e2c5813 Update changelog 2024-11-20 04:46:19 +09:00
simonsan
6662e50b58 Add cargo-auditable (#741)
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2024-11-20 04:43:47 +09:00
17 changed files with 415 additions and 42 deletions

View File

@@ -10,6 +10,44 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.45.7] - 2024-11-27
- Update `cargo-nextest@latest` to 0.9.85.
- Update `typos@latest` to 1.28.1.
- Update `mdbook@latest` to 0.4.43.
## [2.45.6] - 2024-11-24
- Update `cargo-auditable@latest` to 0.6.6.
- Update `cargo-binstall@latest` to 1.10.14.
## [2.45.5] - 2024-11-22
- Update `release-plz@latest` to 0.3.110.
## [2.45.4] - 2024-11-21
- Update `syft@latest` to 1.17.0.
## [2.45.3] - 2024-11-21
- Update `just@latest` to 1.37.0.
## [2.45.2] - 2024-11-20
- Update `wasmtime@latest` to 27.0.0.
## [2.45.1] - 2024-11-20
- Update `git-cliff@latest` to 2.7.0.
## [2.45.0] - 2024-11-19
- Support `cargo-auditable`. ([#741](https://github.com/taiki-e/install-action/pull/741), thanks @simonsan)
## [2.44.72] - 2024-11-19
- Update `cargo-dinghy@latest` to 0.8.0.
@@ -3084,7 +3122,15 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.72...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.45.7...HEAD
[2.45.7]: https://github.com/taiki-e/install-action/compare/v2.45.6...v2.45.7
[2.45.6]: https://github.com/taiki-e/install-action/compare/v2.45.5...v2.45.6
[2.45.5]: https://github.com/taiki-e/install-action/compare/v2.45.4...v2.45.5
[2.45.4]: https://github.com/taiki-e/install-action/compare/v2.45.3...v2.45.4
[2.45.3]: https://github.com/taiki-e/install-action/compare/v2.45.2...v2.45.3
[2.45.2]: https://github.com/taiki-e/install-action/compare/v2.45.1...v2.45.2
[2.45.1]: https://github.com/taiki-e/install-action/compare/v2.45.0...v2.45.1
[2.45.0]: https://github.com/taiki-e/install-action/compare/v2.44.72...v2.45.0
[2.44.72]: https://github.com/taiki-e/install-action/compare/v2.44.71...v2.44.72
[2.44.71]: https://github.com/taiki-e/install-action/compare/v2.44.70...v2.44.71
[2.44.70]: https://github.com/taiki-e/install-action/compare/v2.44.69...v2.44.70

View File

@@ -13,6 +13,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| ---- | -------------------------------- | ------------------------------- | ------------------ | ------- |
| [**biome**](https://biomejs.dev) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/biomejs/biome/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT) |
| [**cargo-audit**](https://github.com/rustsec/rustsec/tree/HEAD/cargo-audit) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustsec/rustsec/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-MIT) |
| [**cargo-auditable**](https://github.com/rust-secure-code/cargo-auditable) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-secure-code/cargo-auditable/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-MIT) |
| [**cargo-binstall**](https://github.com/cargo-bins/cargo-binstall) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cargo-bins/cargo-binstall/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE) |
| [**cargo-careful**](https://github.com/RalfJung/cargo-careful) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/RalfJung/cargo-careful/releases) | Linux, macOS, Windows | [MIT](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-APACHE) |
| [**cargo-cyclonedx**](https://github.com/CycloneDX/cyclonedx-rust-cargo) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/CycloneDX/cyclonedx-rust-cargo/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/CycloneDX/cyclonedx-rust-cargo/blob/main/LICENSE) |
@@ -53,7 +54,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT) |
| [**protoc**](https://github.com/protocolbuffers/protobuf) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/protocolbuffers/protobuf/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE) |
| [**rclone**](https://github.com/rclone/rclone) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/rclone/rclone/releases) | Linux, macOS, Windows | [MIT](https://github.com/rclone/rclone/blob/master/COPYING) |
| [**release-plz**](https://release-plz.ieni.dev/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/MarcoIeni/release-plz/releases) | Linux, macOS, Windows | [MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE) |
| [**release-plz**](https://release-plz.dev/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/release-plz/release-plz/releases) | Linux, macOS, Windows | [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) |
| [**sccache**](https://github.com/mozilla/sccache) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/mozilla/sccache/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/mozilla/sccache/blob/main/LICENSE) |
| [**shellcheck**](https://www.shellcheck.net) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/koalaman/shellcheck/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/koalaman/shellcheck/blob/master/LICENSE) |
| [**shfmt**](https://github.com/mvdan/sh) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE) |

View File

@@ -790,7 +790,7 @@ for tool in "${tools[@]}"; do
# wait-for-them up to 0.4.0 does not support --version flag.
biome | cargo-machete | wait-for-them) rx "${tool_bin_stem}" --version || true ;;
# these packages support neither --version nor --help flag.
cargo-careful | wasm-bindgen-test-runner) ;;
cargo-auditable | cargo-careful | wasm-bindgen-test-runner) ;;
# wasm2es6js does not support --version flag and --help flag doesn't contains version info.
wasm2es6js) ;;
# cargo-zigbuild has no --version flag on `cargo zigbuild` subcommand.

82
manifests/cargo-auditable.json generated Normal file
View File

@@ -0,0 +1,82 @@
{
"rust_crate": "cargo-auditable",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/rust-secure-code/cargo-auditable/releases/download/v${version}/cargo-auditable-x86_64-unknown-linux-musl.tar.xz",
"bin": "cargo-auditable-x86_64-unknown-linux-musl/cargo-auditable"
},
"x86_64_macos": {
"url": "https://github.com/rust-secure-code/cargo-auditable/releases/download/v${version}/cargo-auditable-x86_64-apple-darwin.tar.xz",
"bin": "cargo-auditable-x86_64-apple-darwin/cargo-auditable"
},
"x86_64_windows": {
"url": "https://github.com/rust-secure-code/cargo-auditable/releases/download/v${version}/cargo-auditable-x86_64-pc-windows-msvc.zip",
"bin": "cargo-auditable.exe"
},
"aarch64_macos": {
"url": "https://github.com/rust-secure-code/cargo-auditable/releases/download/v${version}/cargo-auditable-aarch64-apple-darwin.tar.xz",
"bin": "cargo-auditable-aarch64-apple-darwin/cargo-auditable"
}
},
"license_markdown": "[Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-MIT)",
"latest": {
"version": "0.6.6"
},
"0.6": {
"version": "0.6.6"
},
"0.6.6": {
"x86_64_linux_musl": {
"etag": "0x8DD0C3D4484F0AE",
"checksum": "ccbec5ea7b120b27da34e267065110cc208a19d5e7bc15b41ef545a25e0e52c2"
},
"x86_64_macos": {
"etag": "0x8DD0C3D45AF01FA",
"checksum": "6da9ff7263e2cc96c20400e34e2131ebce3610451e52cdfa1ae86b49211b03da"
},
"x86_64_windows": {
"etag": "0x8DD0C3D454FE855",
"checksum": "cc9fedabae5097a755fab5c435cd616a0458894e01b8c5de6eceb189e784299b"
},
"aarch64_macos": {
"etag": "0x8DD0C3D4664DB40",
"checksum": "fe7351c3fe4070da48901aee6d2661c2df1c6068dfef4b0b44a353d537e9cc66"
}
},
"0.6.5": {
"x86_64_linux_musl": {
"etag": "0x8DD026635663221",
"checksum": "1c8f1079d49ec7d29c134ed5e833c56552391db2eb8968a5a8e3cffebb160454"
},
"x86_64_macos": {
"etag": "0x8DD0266371D1878",
"checksum": "6b7f9ae0eb0a70ab01fe37f776e901f86f22a270491944db1f169b6cc2a6162c"
},
"x86_64_windows": {
"etag": "0x8DD026636A97BCE",
"checksum": "4aa3d953cb90c177a46e5c70cbb4050e2e06d756cfd14a0d6fd28daf7d38967b"
},
"aarch64_macos": {
"etag": "0x8DD02663824ADB8",
"checksum": "635fe55a50e6dbb65caa1e45b5703c75a1a00a5dadddf40862c7e91012b06f94"
}
},
"0.6.4": {
"x86_64_linux_musl": {
"etag": "0x8DC7C39FA3B2719",
"checksum": "e75d161e101be7f501e71e9dddd3f0c823e6776a45f884340ad42ec268321ea3"
},
"x86_64_macos": {
"etag": "0x8DC7C39FB75C7E7",
"checksum": "02572f75d434ea03da5eac8b82230e4b3b9e2974549e22092bccb1ef92ac28ef"
},
"x86_64_windows": {
"etag": "0x8DC7C39FB1638FE",
"checksum": "ea452ae7d3dbc2dd1f747861245be8fd6740da12b351f65c59a212df370b144c"
},
"aarch64_macos": {
"etag": "0x8DC7C39FC410D14",
"checksum": "02e0faa19a9e9ceee43f83b2b557c536624a0c868307b9b2b3a5f617ef3b7cfb"
}
}
}

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.13"
"version": "1.10.14"
},
"1.10.13": {
"1.10.14": {
"x86_64_linux_musl": {
"etag": "0x8DD07B8CE73D43F",
"checksum": "0e649badc8b9ade5f32be2afe1df9144fc4c1bb548b92eca71f0709baa240633"
"etag": "0x8DD0B84B02EDDEC",
"checksum": "e1a045ccac90f4a18cb5e9bd79fe5016d50edba16242a767dbcf4a07d4de040e"
},
"x86_64_macos": {
"etag": "0x8DD07B85D21C2C5",
"checksum": "e550b5ee473377eba343476e348998cc00f8f1785901c31cfe238ac0c7ba0be3"
"etag": "0x8DD0B842EA0757C",
"checksum": "79db7b7677916d04e91537eabb381cac6f850ad626ac9f9a4a98bb04af033123"
},
"x86_64_windows": {
"etag": "0x8DD07B96F140678",
"checksum": "6c5272909b50bf93758a294c32195e8874494e5fa1ac5c741a103070c8d1d599"
"etag": "0x8DD0B84FEDF1757",
"checksum": "a7c112428da6b384356e564889164ec4e24071885730139a76c5271a85273b55"
},
"aarch64_linux_musl": {
"etag": "0x8DD07B8676B234D",
"checksum": "0aa68df492b79c07fd7764587200d8c85df61afbf8177b7471509792f043ab98"
"etag": "0x8DD0B84329F3056",
"checksum": "845998eec64a373f92c95c1236219b8a192a2a833817122d1b2bf36af25668f0"
},
"aarch64_macos": {
"etag": "0x8DD07B88FD92077",
"checksum": "b3057055d33e443e6e07b23fea851a420dcb8c29338d1cb1e14401f91162bfe9"
"etag": "0x8DD0B84612A05D7",
"checksum": "a0e0c7d7bfa0e18c89047ae8f095dfe2eb3d6947125733383203055c1bb2211b"
},
"aarch64_windows": {
"etag": "0x8DD07B958CFF416",
"checksum": "87704964c58847c9bf7f8fd5c9706dca67f4b20573d41c934bbf0194a19b5054"
"etag": "0x8DD0B851F4EEC37",
"checksum": "ce00a1ef088b2441d78dd02053225b958ca4c9dccf40c427405c63bf471e00c1"
}
}
}

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.84"
"version": "0.9.85"
},
"0.9": {
"version": "0.9.84"
"version": "0.9.85"
},
"0.9.85": {
"previous_stable_version": "0.9.84",
"x86_64_linux_gnu": {
"etag": "0x8DD0E6D31D7F900",
"checksum": "1b0934dd04e0c06c8249c6cc394e2685367c4a9712e6da2d0f7ab5ae13fa0c89"
},
"x86_64_linux_musl": {
"etag": "0x8DD0E6D83BC9749",
"checksum": "24977b2d3a42ad6517b8ac0b748ec04269670740ac0ab29fcad881cfc231e60f"
},
"x86_64_macos": {
"etag": "0x8DD0E6D5E7C4778",
"checksum": "c4d987bbcaec5ba5ffe4975b88de8da8051e54f1f33c962210b571dcec56e257"
},
"x86_64_windows": {
"etag": "0x8DD0E6DC747F66F",
"checksum": "53e762019966805a57d61059ccf56f66e42ebfe9212c037e3dfbd3bde2e4ca32"
},
"aarch64_linux_gnu": {
"etag": "0x8DD0E6D451472B2",
"checksum": "ef89e6af390dcccce98ffd8da08380912fa036325d0aefea4dee89b771195030"
}
},
"0.9.84": {
"previous_stable_version": "0.9.83",

View File

@@ -21,6 +21,16 @@
"1.4": {
"version": "1.4.2"
},
"1.4.8": {
"x86_64_linux_musl": {
"etag": "0x8DD0D8E946C15EC",
"checksum": "b3a3e141b128d3dfffe3806d9c65a001818355a515111c946775d9e2c7112ab4"
},
"x86_64_windows": {
"etag": "0x8DD0D8EC01F6FC1",
"checksum": "7ddb73756f780151c3616777faeea1c0c8b577614c1ea3dea4bbea13b5cdf4c0"
}
},
"1.4.7": {
"x86_64_linux_musl": {
"etag": "0x8DCFF8CF498DEEF",

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.6.1"
"version": "2.7.0"
},
"2": {
"version": "2.6.1"
"version": "2.7.0"
},
"2.7": {
"version": "2.7.0"
},
"2.7.0": {
"x86_64_linux_musl": {
"etag": "0x8DD0952B0DB39CC",
"checksum": "54360b4fb80d2a8e50c2a605517d7b6a435dd2a37db70579781a0598f45a3062"
},
"x86_64_macos": {
"etag": "0x8DD0952630F624A",
"checksum": "0ef07ded47fd4a4f9a704341d10e9bc3daef7054bae49d20ce4c76cb4bd01092"
},
"x86_64_windows": {
"etag": "0x8DD0953277A3FD1",
"checksum": "3afecbfb8b2a1145f6321fa6fc6bf0fabb8dff5dd7fa1bfa46bafa9f7484f47c"
},
"aarch64_linux_musl": {
"etag": "0x8DD0952A53E4C8D",
"checksum": "64db75d63e8f43ea830836bc110bebc1d80a5fe86d0e9a700a7350eb748fe9f6"
},
"aarch64_macos": {
"etag": "0x8DD095260B5EEE0",
"checksum": "3c67edc958a8209c30c86de22a4aa0bac1a1d554481f647aa9a7fe304a3339ed"
},
"aarch64_windows": {
"etag": "0x8DD095334EDFA8D",
"checksum": "3020caa170c7c63517bfb16a9ae142b493bdd35903ccd4663509aa7e231aa7c0"
}
},
"2.6": {
"version": "2.6.1"

29
manifests/just.json generated
View File

@@ -19,10 +19,35 @@
},
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": {
"version": "1.36.0"
"version": "1.37.0"
},
"1": {
"version": "1.36.0"
"version": "1.37.0"
},
"1.37": {
"version": "1.37.0"
},
"1.37.0": {
"x86_64_linux_musl": {
"etag": "0x8DD09AFEAC870E8",
"checksum": "9e301da1a46153b4c9adf9efe20d05361467b5591b1b3cf8880db59a1d019963"
},
"x86_64_macos": {
"etag": "0x8DD09AFF022729B",
"checksum": "be9b503be9c50a280b92431035adc20a64a84dd1889f97b4e2f2844c77650fc7"
},
"x86_64_windows": {
"etag": "0x8DD09B0518B8377",
"checksum": "fc62b5dc04e103de15e04caeeb0398d286129353ff24302dd5e4da1fbd7badac"
},
"aarch64_linux_musl": {
"etag": "0x8DD09AFF2DC5D3D",
"checksum": "96a75ed35ef2cb227d921fa71cd8c8dfb5828ca197e2740ca8626546d393b04e"
},
"aarch64_macos": {
"etag": "0x8DD09AFE5108C4F",
"checksum": "613a7c96398fcccc2a5334a63bb525e865e74abee28d0df1869824a8c0c0dbeb"
}
},
"1.36": {
"version": "1.36.0"

22
manifests/mdbook.json generated
View File

@@ -19,10 +19,28 @@
},
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
"latest": {
"version": "0.4.42"
"version": "0.4.43"
},
"0.4": {
"version": "0.4.42"
"version": "0.4.43"
},
"0.4.43": {
"x86_64_linux_musl": {
"etag": "0x8DD0D77E3D21BB6",
"checksum": "3058914071a6f22dbd1b8ea734a96d8e86489743ae0bc8d6bbd9e923f191b038"
},
"x86_64_macos": {
"etag": "0x8DD0D77F4A24C97",
"checksum": "03cb822f7080a1fd6a687409281fe2cad745748120cdc8f5a68c736c831d01db"
},
"x86_64_windows": {
"etag": "0x8DD0D781F32BDB6",
"checksum": "a8bbc1920e43dc88d2d10d0e3a271af863bb6f76545c6cdecc35dd1b30852a86"
},
"aarch64_linux_musl": {
"etag": "0x8DD0D77EB210014",
"checksum": "647d71951fc696adc8c499a4363bb1a21045a0c734818f077add8ec4477ad814"
}
},
"0.4.42": {
"x86_64_linux_musl": {

View File

@@ -2,30 +2,56 @@
"rust_crate": "release-plz",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/MarcoIeni/release-plz/releases/download/release-plz-v${version}/release-plz-x86_64-unknown-linux-musl.tar.gz"
"url": "https://github.com/release-plz/release-plz/releases/download/release-plz-v${version}/release-plz-x86_64-unknown-linux-musl.tar.gz"
},
"x86_64_macos": {
"url": "https://github.com/MarcoIeni/release-plz/releases/download/release-plz-v${version}/release-plz-x86_64-apple-darwin.tar.gz"
"url": "https://github.com/release-plz/release-plz/releases/download/release-plz-v${version}/release-plz-x86_64-apple-darwin.tar.gz"
},
"x86_64_windows": {
"url": "https://github.com/MarcoIeni/release-plz/releases/download/release-plz-v${version}/release-plz-x86_64-pc-windows-msvc.tar.gz"
"url": "https://github.com/release-plz/release-plz/releases/download/release-plz-v${version}/release-plz-x86_64-pc-windows-msvc.tar.gz"
},
"aarch64_linux_musl": {
"url": "https://github.com/MarcoIeni/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-unknown-linux-musl.tar.gz"
"url": "https://github.com/release-plz/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-unknown-linux-musl.tar.gz"
},
"aarch64_macos": {
"url": "https://github.com/MarcoIeni/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-apple-darwin.tar.gz"
"url": "https://github.com/release-plz/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-apple-darwin.tar.gz"
},
"aarch64_windows": {
"url": "https://github.com/MarcoIeni/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-pc-windows-msvc.tar.gz"
"url": "https://github.com/release-plz/release-plz/releases/download/release-plz-v${version}/release-plz-aarch64-pc-windows-msvc.tar.gz"
}
},
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
"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.108"
"version": "0.3.110"
},
"0.3": {
"version": "0.3.108"
"version": "0.3.110"
},
"0.3.110": {
"x86_64_linux_musl": {
"etag": "0x8DD0ACB6D1E9B4D",
"checksum": "49a7f792e588cb611c57ee885d70609fadb3b997b417a39801b17085c7cdd236"
},
"x86_64_macos": {
"etag": "0x8DD0ACBCC9197C7",
"checksum": "0cff9810899966a63accaa0157f6bc7ebf1b9e6d647b97a3b9ac11004427c62e"
},
"x86_64_windows": {
"etag": "0x8DD0ACC4A969A53",
"checksum": "af06ad3abfffe184b308ee776865ce8cf757e18ce162ae3edf3593cfe74bc312"
},
"aarch64_linux_musl": {
"etag": "0x8DD0ACB7139492D",
"checksum": "9febf7053a5793b1068cb575886f3783bd2824798f636ba001b51072a48bbe57"
},
"aarch64_macos": {
"etag": "0x8DD0ACBEA3D2654",
"checksum": "cd2a0cb2e69ca77c9e73c5f7e81b64fba6a9d3d0aabeedb1e0398a7a068ac1c7"
},
"aarch64_windows": {
"etag": "0x8DD0ACC07AA43C8",
"checksum": "914cb659a816c87bdc6b123adab16ffa698bf1727a63ea3f95d3600d878b42a3"
}
},
"0.3.108": {
"x86_64_linux_musl": {

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.16.0"
"version": "1.17.0"
},
"1": {
"version": "1.16.0"
"version": "1.17.0"
},
"1.17": {
"version": "1.17.0"
},
"1.17.0": {
"x86_64_linux_musl": {
"etag": "0x8DD0A3B49E31597",
"checksum": "3485e831c21fd80b41fa3fc1f72e10367989b2d1aee082d642b5b0e658a02b44"
},
"x86_64_macos": {
"etag": "0x8DD0A3B4AA1BE3A",
"checksum": "81fb22678eba3380c28e0f425e0e7ff0a41ba57a8e1e98825ad92a7fa5698c78"
},
"x86_64_windows": {
"etag": "0x8DD0A3B4AA0ADEE",
"checksum": "a533ce601ed66a2be3b3418fe914baa1cf946e80e47dfbd71a58d8f7894c0a0e"
},
"aarch64_linux_musl": {
"etag": "0x8DD0A3B49EC80DD",
"checksum": "7f3e0cf3f8bc5dc320e56b0e133c854c8000d5f473bd61d247341a1b7bfa27ea"
},
"aarch64_macos": {
"etag": "0x8DD0A3B4A945FC7",
"checksum": "2cb79ecdc62d453912e299e7b814107700250ffeffdb3a9ea5dc9099af7b6dba"
}
},
"1.16": {
"version": "1.16.0"

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.27.3"
"version": "1.28.1"
},
"1": {
"version": "1.27.3"
"version": "1.28.1"
},
"1.28": {
"version": "1.28.1"
},
"1.28.1": {
"x86_64_linux_musl": {
"etag": "0x8DD0E3E78CB5699",
"checksum": "621e1fa08354f987334c68d915614220916ddd28205d2cefc8b9caeabad21997"
},
"x86_64_macos": {
"etag": "0x8DD0E3E7B3814E1",
"checksum": "0c5d792f13cdb28312ad7a01806ca1bf7dfff1b69376505a4e9b92140578e648"
},
"x86_64_windows": {
"etag": "0x8DD0E3EAFAD028C",
"checksum": "28941cddb150a929e9ab7c21bf505fad4b24b07be92c143bf0bd2e49b18e8f94"
},
"aarch64_macos": {
"etag": "0x8DD0E3E7BC8B581",
"checksum": "4e386811d942338364123fe7736e8ded3fc566eb41b72fc3c42f090afb430825"
}
},
"1.28.0": {
"x86_64_linux_musl": {
"etag": "0x8DD0D95953E85EE",
"checksum": "d79367a9ebcb96e0f30390b449cafdadfd020148799697883247e55bcc63aca5"
},
"x86_64_macos": {
"etag": "0x8DD0D95D166A948",
"checksum": "81cc96177058b761d3509884ebcbf81a51cf78df342a90f54fa4f65a61e5ad8b"
},
"x86_64_windows": {
"etag": "0x8DD0D95CC33FE95",
"checksum": "24238988d89295a8e1860d88bf4ebb69f29d33638954ff6c356b077622f80132"
},
"aarch64_macos": {
"etag": "0x8DD0D95B8737D3B",
"checksum": "25033e6eafcb1b2137e77b09e1a848c298ba52dd621b33f1f074711abcfd077d"
}
},
"1.27": {
"version": "1.27.3"

View File

@@ -28,7 +28,39 @@
},
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"latest": {
"version": "26.0.1"
"version": "27.0.0"
},
"27": {
"version": "27.0.0"
},
"27.0": {
"version": "27.0.0"
},
"27.0.0": {
"x86_64_linux_gnu": {
"etag": "0x8DD097F1EE2EA9F",
"checksum": "74678f6ec49d8b858ca5181d5492b967245f6c072b5763ea14a75eee1ad3c2d7"
},
"x86_64_macos": {
"etag": "0x8DD097F20045326",
"checksum": "286a2bd9dec59ade83ee9440f2034843309e00dc5895b135bf5fcf182733a486"
},
"x86_64_windows": {
"etag": "0x8DD097F24CA1174",
"checksum": "fc75d3cae018ab433387d72487b2d111c4614c0442ab7941b67ad49ce3631b60"
},
"aarch64_linux_gnu": {
"etag": "0x8DD097F147C8338",
"checksum": "b4b5a47d4856e508a20d6ba6aeb32444fdaaa13771f1794b19e7f56fa6ef8d3a"
},
"aarch64_macos": {
"etag": "0x8DD097F15BFF367",
"checksum": "c908ea6dd7638f5d2bba057a51f13e6c90bbe28105704a7d6691438bc95491a3"
},
"aarch64_windows": {
"etag": "0x8DD097F17166118",
"checksum": "a13d88ada8ba76129305f6d162d87598279718bc10f385ccce23533212f76fdd"
}
},
"26": {
"version": "26.0.1"

View File

@@ -0,0 +1,17 @@
{
"repository": "https://github.com/rust-secure-code/cargo-auditable",
"license_markdown": "[Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.xz",
"bin": "${package}-${rust_target}/${package}${exe}",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${rust_target}.zip",
"bin": "${package}${exe}"
},
"aarch64_macos": {}
}
}

View File

@@ -2,7 +2,7 @@
"repository": "https://github.com/orium/cargo-rdme",
"tag_prefix": "v",
"rust_crate": "${package}",
"broken": ["1.4.3", "1.4.4", "1.4.5", "1.4.6", "1.4.7"],
"broken": ["1.4.3", "1.4.4", "1.4.5", "1.4.6", "1.4.7", "1.4.8"],
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/MarcoIeni/release-plz",
"website": "https://release-plz.ieni.dev/",
"repository": "https://github.com/release-plz/release-plz",
"website": "https://release-plz.dev/",
"tag_prefix": "release-plz-v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",