Compare commits

...

29 Commits

Author SHA1 Message Date
Taiki Endo
25435dc8dd Release 2.81.3 2026-06-03 01:54:38 +00:00
Taiki Endo
f336fb46d1 Update vacuum@latest to 0.28.3 2026-06-03 10:53:43 +09:00
Taiki Endo
ce475cd8c9 Update uv@latest to 0.11.18 2026-06-03 10:53:43 +09:00
Taiki Endo
66f04bcc95 Update trivy@latest to 0.71.0 2026-06-03 10:53:43 +09:00
Taiki Endo
bfdaa8c55b Update syft manifest 2026-06-03 10:53:43 +09:00
Taiki Endo
b174fe7542 Update cargo-neat manifest 2026-06-03 10:53:43 +09:00
Taiki Endo
3e020ca20c Update cargo-mutants manifest 2026-06-03 10:53:43 +09:00
Taiki Endo
6887963ccf Release 2.81.2 2026-06-02 10:21:40 +00:00
Taiki Endo
bb72efb184 Update vacuum manifest 2026-06-02 18:21:29 +09:00
Taiki Endo
8d10620a5f Update vacuum manifest 2026-06-02 09:28:14 +09:00
Taiki Endo
2e5e28e056 Update uv manifest 2026-06-02 09:28:14 +09:00
Taiki Endo
2c1919ff58 Update trivy manifest 2026-06-02 09:28:14 +09:00
Taiki Endo
6e3b030edd Update mise@latest to 2026.5.18 2026-06-02 09:28:14 +09:00
Taiki Endo
4b333daa98 Update cargo-semver-checks@latest to 0.48.0 2026-06-02 09:28:14 +09:00
Taiki Endo
e49978b799 Release 2.81.1 2026-05-31 17:38:40 +00:00
Taiki Endo
7a37f81460 Update cargo-semver-checks manifest 2026-06-01 02:28:34 +09:00
Taiki Endo
77ebca8299 Update cargo-no-dev-deps@latest to 0.2.24 2026-06-01 02:28:34 +09:00
Taiki Endo
266cf25587 Update cargo-hack@latest to 0.6.45 2026-06-01 02:28:34 +09:00
Taiki Endo
9ccf417bb2 codegen: Mark coreutils 0.9.0 as broken
Same as 14ee01d8e3 and
0bb270a59a.
2026-06-01 02:00:36 +09:00
Taiki Endo
3d832235cb Release 2.81.0 2026-05-31 13:07:08 +00:00
Taiki Endo
e846e3af79 Update vacuum@latest to 0.28.0 2026-05-31 22:00:12 +09:00
Taiki Endo
cc10c9674d Update changelog 2026-05-31 20:46:02 +09:00
Jesse Black
d93043e1af Support docgarden (#1830) 2026-05-31 20:42:32 +09:00
Taiki Endo
9cdebc223d Update vacuum@latest to 0.27.3 2026-05-31 19:55:05 +09:00
Taiki Endo
8cc2c85989 Update comment in action.yml 2026-05-31 19:22:07 +09:00
Taiki Endo
541bb3636d Update changelog 2026-05-31 19:21:47 +09:00
Taiki Endo
66d7fef310 Revert "codegen: Pin cargo-binstall version in base manifest"
This partially reverts commit 57f2d4f754.
2026-05-31 19:20:09 +09:00
Taiki Endo
4500296a33 Touch up PR 1831 2026-05-31 19:18:28 +09:00
graelo
6e83879549 Support convco (#1831) 2026-05-31 19:08:05 +09:00
21 changed files with 511 additions and 33 deletions

View File

@@ -3,12 +3,14 @@ archlinux
binstall
callgrind
CDPATH
convco
coreutils
covgate
cyclonedx
cygdrive
deadlinks
deepsource
docgarden
doas
enablerepo
epel

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.81.3] - 2026-06-03
- Update `vacuum@latest` to 0.28.3.
- Update `uv@latest` to 0.11.18.
- Update `trivy@latest` to 0.71.0.
## [2.81.2] - 2026-06-02
- Update `mise@latest` to 2026.5.18.
- Update `cargo-semver-checks@latest` to 0.48.0.
## [2.81.1] - 2026-05-31
- Update `cargo-no-dev-deps@latest` to 0.2.24.
- Update `cargo-hack@latest` to 0.6.45.
## [2.81.0] - 2026-05-31
- Support `convco`. ([#1831](https://github.com/taiki-e/install-action/pull/1831), thanks @graelo)
- Support `docgarden` ([#1830](https://github.com/taiki-e/install-action/pull/1830), thanks @jesse-black)
- Update `vacuum@latest` to 0.28.0.
- Update `cargo-binstall@latest` to 1.19.1.
## [2.80.0] - 2026-05-30
- Support `kingfisher`. ([#1874](https://github.com/taiki-e/install-action/pull/1874), thanks @SAY-5)
@@ -6708,7 +6738,11 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.80.0...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.81.3...HEAD
[2.81.3]: https://github.com/taiki-e/install-action/compare/v2.81.2...v2.81.3
[2.81.2]: https://github.com/taiki-e/install-action/compare/v2.81.1...v2.81.2
[2.81.1]: https://github.com/taiki-e/install-action/compare/v2.81.0...v2.81.1
[2.81.0]: https://github.com/taiki-e/install-action/compare/v2.80.0...v2.81.0
[2.80.0]: https://github.com/taiki-e/install-action/compare/v2.79.15...v2.80.0
[2.79.15]: https://github.com/taiki-e/install-action/compare/v2.79.14...v2.79.15
[2.79.14]: https://github.com/taiki-e/install-action/compare/v2.79.13...v2.79.14

View File

@@ -48,12 +48,14 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**cargo-valgrind**](https://github.com/jfrimmel/cargo-valgrind) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jfrimmel/cargo-valgrind/releases) | Linux, macOS, Windows | [MIT](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-APACHE) | |
| [**cargo-xwin**](https://github.com/rust-cross/cargo-xwin) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-cross/cargo-xwin/releases) | Linux, macOS, Windows | [MIT](https://github.com/rust-cross/cargo-xwin/blob/main/LICENSE) | |
| [**cargo-zigbuild**](https://github.com/rust-cross/cargo-zigbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-cross/cargo-zigbuild/releases) | Linux, macOS, Windows | [MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE) | |
| [**convco**](https://github.com/convco/convco) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/convco/convco/releases) | Linux, macOS, Windows | [MIT](https://github.com/convco/convco/blob/main/LICENSE) | |
| [**coreutils**](https://github.com/uutils/coreutils) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/uutils/coreutils/releases) | Linux, macOS, Windows | [MIT](https://github.com/uutils/coreutils/blob/main/LICENSE) | |
| [**cosign**](https://github.com/sigstore/cosign) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/sigstore/cosign/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/sigstore/cosign/blob/main/LICENSE) | |
| [**covgate**](https://github.com/jesse-black/covgate) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jesse-black/covgate/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/jesse-black/covgate/blob/main/LICENSE) | |
| [**cross**](https://github.com/cross-rs/cross) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/cross-rs/cross/releases) | Linux, macOS, Windows | [MIT](https://github.com/cross-rs/cross/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/cross-rs/cross/blob/main/LICENSE-APACHE) | |
| [**cyclonedx**](https://github.com/CycloneDX/cyclonedx-cli) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/CycloneDX/cyclonedx-cli/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/CycloneDX/cyclonedx-cli/blob/main/LICENSE) | |
| [**deepsource**](https://github.com/DeepSourceCorp/cli) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/DeepSourceCorp/cli/releases) | Linux, macOS, Windows | [BSD-2-Clause](https://github.com/DeepSourceCorp/cli/blob/master/LICENSE) | |
| [**docgarden**](https://github.com/jesse-black/docgarden) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/jesse-black/docgarden/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/jesse-black/docgarden/blob/main/LICENSE) | |
| [**dprint**](https://github.com/dprint/dprint) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/dprint/dprint/releases) | Linux, macOS, Windows | [MIT](https://github.com/dprint/dprint/blob/main/LICENSE) | |
| [**earthly**](https://github.com/earthly/earthly) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/earthly/earthly/releases) | Linux, macOS, Windows | [MPL-2.0](https://github.com/earthly/earthly/blob/main/LICENSE) | |
| [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/editorconfig-checker/editorconfig-checker/releases) | Linux, macOS, Windows | [MIT](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE) | |

View File

@@ -17,7 +17,7 @@ inputs:
# Note:
# - inputs.* should be manually mapped to INPUT_* due to https://github.com/actions/runner/issues/665
# - Use GITHUB_*/RUNNER_* instead of github.*/runner.* due to https://github.com/actions/runner/issues/2185
# - For context containing path, use GITHUB_*/RUNNER_* instead of github.*/runner.* due to https://github.com/actions/runner/issues/2185
runs:
using: composite
steps:

View File

@@ -24,36 +24,36 @@
}
},
"latest": {
"version": "1.18.1"
"version": "1.19.1"
},
"1.18.1": {
"1.19.1": {
"x86_64_linux_musl": {
"etag": "0x8DE9959D5E8FE78",
"hash": "cf2a4b54494ea8555d6349685e9a301efc1051d9fba6308c76914b2486f8700f"
"etag": "0x8DEAB7EEDE4CA0D",
"hash": "4a50fcf01418862e2fa8e4076cb6cb80ff4061b0c0b1464e71a63ce01ee29bde"
},
"x86_64_macos": {
"etag": "0x8DE9959DBCBBA2C",
"hash": "e06370bec7143668653bb7c09d0b8b689fc703dd4fa58ec5847c4b571d8a490d"
"etag": "0x8DEAB7EF6F4C522",
"hash": "39257851fe4fd8cc9dd81fb318f15d589b7178b74165879eddeda8062bd9fcf2"
},
"x86_64_windows": {
"etag": "0x8DE9959D9E5BCF3",
"hash": "89706aa5215c164d8d091597a470fee72308ac87e8553af395ea77db844a888c"
"etag": "0x8DEAB7EF412E434",
"hash": "dd1f425c177aa1a57c9b17883ff76257f913a5f0afb35424f0767c6984164b7f"
},
"aarch64_linux_musl": {
"etag": "0x8DE9959E60E685D",
"hash": "c55962a0115f9716b709216de7f8bdd59d6ba8738779e60b051b4593f677717a"
"etag": "0x8DEAB7F07E646A8",
"hash": "2001eee8da26705ad9627e57a25c23eb4639647521205f3e4a7b4e09d067d199"
},
"aarch64_macos": {
"etag": "0x8DE9959ED2C11A4",
"hash": "955abf167994c90f3547e233edace4c0f794465dd4aa408249b38999aa5ca3cf"
"etag": "0x8DEAB7F12DFC0D8",
"hash": "bf9da6a27e432784f361cfbc70a6d04e548abc548470ae9a7587c3cffb8fb0a7"
},
"aarch64_windows": {
"etag": "0x8DE9959EAAC5732",
"hash": "c6873e81457d9e44973a8e9a849795f2c83765fce0af8ad68b597b5b40dec418"
"etag": "0x8DEAB7F0F0A30F8",
"hash": "e3c5225e8a84d55ed35741e22b4dee422d863f09a9eb2f2b12ab1013ee9dd148"
},
"riscv64_linux_musl": {
"etag": "0x8DE9959DFE57CE6",
"hash": "3eb039f14fa71dd27b614bf692f0bffd4ba087204829805d54b014646aed7c14"
"etag": "0x8DEAB7EFD6F72B7",
"hash": "870d4dafb569948605d013c700b9f3af3bf7177e2845563e9111be327121e391"
}
}
}

View File

@@ -2,10 +2,10 @@
"rust_crate": "cargo-hack",
"template": null,
"latest": {
"version": "0.6.44"
"version": "0.6.45"
},
"0.6": {
"version": "0.6.44"
"version": "0.6.45"
},
"0.6.45": {
"x86_64_linux_musl": {

View File

@@ -7,6 +7,23 @@
"27": {
"version": "27.0.0"
},
"27.1.0": {
"x86_64_linux_gnu": {
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.1.0/cargo-mutants-x86_64-unknown-linux-gnu.tar.gz",
"etag": "0x8DEC0BA45C43216",
"hash": "dfe6dc37d0342c891d2829b5a695aa57c2d0edecef7e7d0399a30cc6e206411e"
},
"x86_64_macos": {
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.1.0/cargo-mutants-x86_64-apple-darwin.tar.gz",
"etag": "0x8DEC0BA5ABB13BF",
"hash": "7109a9e9673fe0b977f622e6f32383b6d1cbbf3fbb63b7c30db3267462c74670"
},
"x86_64_windows": {
"url": "https://github.com/sourcefrog/cargo-mutants/releases/download/v27.1.0/cargo-mutants-x86_64-pc-windows-msvc.zip",
"etag": "0x8DEC0BA9D2E7495",
"hash": "2a2f00e47d4b458262a41501b0820aa26015fd35779903d2c8b30b2993f36791"
}
},
"27.0": {
"version": "27.0.0"
},

View File

@@ -25,6 +25,28 @@
"latest": {
"version": "0.3.2"
},
"0.4.0": {
"x86_64_linux_musl": {
"etag": "0x8DEC093F0706080",
"hash": "d8af0ceebd1030aba4448bd422b5f51a840ffa339ccc395dae5ae161c4913ade"
},
"x86_64_macos": {
"etag": "0x8DEC093D7EED1D1",
"hash": "8c3ae605d94825b29556bb7430bdd2920be486d2f3145cf4c65d3c20b79a45bc"
},
"x86_64_windows": {
"etag": "0x8DEC0943FA29945",
"hash": "f8d84eaa1f8729d7fb8a7c8b5ff5bb1bc6c041b847027b89095943f7b5372b88"
},
"aarch64_linux_musl": {
"etag": "0x8DEC093EFF41B2C",
"hash": "29dd1de53be532aefb04084220b7fe7f9b874791626e3b54d5007e5a64b3e431"
},
"aarch64_macos": {
"etag": "0x8DEC093D86B8BE9",
"hash": "fde37b1341fb718be75495b6daac43ad0a1a24c56e8ee0826ea50f7d861cf835"
}
},
"0.3": {
"version": "0.3.2"
},

View File

@@ -30,10 +30,10 @@
}
},
"latest": {
"version": "0.2.23"
"version": "0.2.24"
},
"0.2": {
"version": "0.2.23"
"version": "0.2.24"
},
"0.2.24": {
"x86_64_linux_musl": {

View File

@@ -18,7 +18,32 @@
}
},
"latest": {
"version": "0.47.0"
"version": "0.48.0"
},
"0.48": {
"version": "0.48.0"
},
"0.48.0": {
"x86_64_linux_musl": {
"etag": "0x8DEBF214B367463",
"hash": "b95e7fdaad0d49a3c8e5986332f29fa03d001663e16ff428d9906fad00c4c11d"
},
"x86_64_macos": {
"etag": "0x8DEBF210CAD8D89",
"hash": "3ceb449af52955e96f96d2fafb528baa8b64f822e694a9a3bbf878665983696f"
},
"x86_64_windows": {
"etag": "0x8DEBF21D3C9FDF7",
"hash": "c91332f2e2ee18828d8044784ca3a255d23882e6a13e33ea744f3e388341691f"
},
"aarch64_linux_musl": {
"etag": "0x8DEBF21329C24EA",
"hash": "198a3a003e75c15cd143ad9e98f148f09e963d4a63649d690c6b4c0917400dfd"
},
"aarch64_macos": {
"etag": "0x8DEBF21106D628F",
"hash": "4ec2693d8d26126bde3d61dd99d4fb8b19a7e3908dea0283d5d4b58450a7dc80"
}
},
"0.47": {
"version": "0.47.0"

45
manifests/convco.json generated Normal file
View File

@@ -0,0 +1,45 @@
{
"rust_crate": "convco",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu.zip",
"bin": "convco"
},
"x86_64_windows": {
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-windows.zip",
"bin": "convco.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-ubuntu-aarch64.zip",
"bin": "convco"
},
"aarch64_macos": {
"url": "https://github.com/convco/convco/releases/download/v${version}/convco-macos.zip",
"bin": "convco"
}
},
"latest": {
"version": "0.6.4"
},
"0.6": {
"version": "0.6.4"
},
"0.6.4": {
"x86_64_linux_musl": {
"etag": "0x8DEB96EA68FD07C",
"hash": "d6e43a1975949ef05d31bb1ac64fdd7c2dbc18b0b65df075c16dc296b8153be7"
},
"x86_64_windows": {
"etag": "0x8DEB96EA51CABCF",
"hash": "268f1c80abcb2cdc31174984a0a824f06705b5f62485e780f04008c5765219bd"
},
"aarch64_linux_musl": {
"etag": "0x8DEB96EA5E3148D",
"hash": "1e626914c90cf60314a8ef50d97566ebabb0ad5daf405fa7e4ca3193df1c73c3"
},
"aarch64_macos": {
"etag": "0x8DEB96EA769D246",
"hash": "88901e63aa26b601b6726bff8e05cab89d16ebcb772f719bad431a40b12caa54"
}
}
}

45
manifests/docgarden.json generated Normal file
View File

@@ -0,0 +1,45 @@
{
"rust_crate": "docgarden",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-x86_64-unknown-linux-musl.tar.gz",
"bin": "docgarden-v${version}-x86_64-unknown-linux-musl/docgarden"
},
"x86_64_windows": {
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-x86_64-pc-windows-msvc.zip",
"bin": "docgarden-v${version}-x86_64-pc-windows-msvc/docgarden.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-aarch64-unknown-linux-musl.tar.gz",
"bin": "docgarden-v${version}-aarch64-unknown-linux-musl/docgarden"
},
"aarch64_macos": {
"url": "https://github.com/jesse-black/docgarden/releases/download/v${version}/docgarden-v${version}-aarch64-apple-darwin.tar.gz",
"bin": "docgarden-v${version}-aarch64-apple-darwin/docgarden"
}
},
"latest": {
"version": "0.1.0"
},
"0.1": {
"version": "0.1.0"
},
"0.1.0": {
"x86_64_linux_musl": {
"etag": "0x8DEB1081EA0A5CC",
"hash": "0c648e38e96e003d071014ca4cb17f195e4675ba7de9a94091ac1c34d584d45e"
},
"x86_64_windows": {
"etag": "0x8DEB1081E947E7A",
"hash": "32cd6cbc6208bccf8bc06fa33a18adcdd110f5351e5e67151ea84cbd8b135090"
},
"aarch64_linux_musl": {
"etag": "0x8DEB1081E95DC7B",
"hash": "4f341a72ec58518c0821dd0c948314077a198b9ead76140a90a04e22514ea0a1"
},
"aarch64_macos": {
"etag": "0x8DEB1081E8FC8D5",
"hash": "237613efe2cdf65f62e8b8eb9270df30522536f791809db912864958a7bae312"
}
}
}

32
manifests/mise.json generated
View File

@@ -27,13 +27,39 @@
}
},
"latest": {
"version": "2026.5.16"
"version": "2026.5.18"
},
"2026": {
"version": "2026.5.16"
"version": "2026.5.18"
},
"2026.5": {
"version": "2026.5.16"
"version": "2026.5.18"
},
"2026.5.18": {
"x86_64_linux_musl": {
"etag": "0x8DEBF5D7BD1FE23",
"hash": "3078e9f0dc9a65cdd873abea9713cbdbeef97fcf8c28dac70b57bf64f1d7f219"
},
"x86_64_macos": {
"etag": "0x8DEBF5D7EE2D0BF",
"hash": "1e202d6a4dbba53b395cebe8227f74c31d3e7641328189f1ec141cd4460215d9"
},
"x86_64_windows": {
"etag": "0x8DEBF5D8101A0DA",
"hash": "8cd368e73308c6f650ba5ee08230c781e4a76fc022177bc8cc4dee2dec8a2f7d"
},
"aarch64_linux_musl": {
"etag": "0x8DEBF5D761C5CF0",
"hash": "fdabce5f26ffbaa9ce6d0ff6e34a5ed719b7b7936c4da996a1ccdbeead04a3c1"
},
"aarch64_macos": {
"etag": "0x8DEBF5D7E292B11",
"hash": "5a33a37924af58b0e6e983b69447b90a4e1f33f4ee503600a943d99f6c08b2df"
},
"aarch64_windows": {
"etag": "0x8DEBF5D802A3464",
"hash": "c65fc20c623f10a73f62a00c3b0e4d3929d3d7f1d30928a8cca69b940dea9531"
}
},
"2026.5.16": {
"x86_64_linux_musl": {

34
manifests/syft.json generated
View File

@@ -40,6 +40,40 @@
"1": {
"version": "1.44.0"
},
"1.45.0": {
"x86_64_linux_musl": {
"etag": "0x8DEC0E61FCEA1B5",
"hash": "cd5efa489e93ecde99c03a218db5dee8b3f03610466d7565cefd735610d1b28b"
},
"x86_64_macos": {
"etag": "0x8DEC0E61FDDD2E5",
"hash": "719e4b479b77b85cf2321ad0d1c04314163b8c14832cb8da9379d6aba7f6dc4a"
},
"x86_64_windows": {
"etag": "0x8DEC0E61F785734",
"hash": "d50095a7d125ac8c0e27f1e2ce770ef8696d6452d08fde61f5adb863c16341fd"
},
"aarch64_linux_musl": {
"etag": "0x8DEC0E61FB9D18D",
"hash": "3101fc588a6662ab3d46eda470159f82d6c6c0fd59f618fdd29928ed1c1197bb"
},
"aarch64_macos": {
"etag": "0x8DEC0E61FB935FC",
"hash": "a3be0f0329b45f87908eda10cfeab261936b2bfbc47eaa36694ca8d613f9ca7e"
},
"aarch64_windows": {
"etag": "0x8DEC0E61FF08296",
"hash": "04c75a5f6ed818115871083ba4ba032b4146c8dbc2c8ab5af8378ccb353a4e02"
},
"powerpc64le_linux_musl": {
"etag": "0x8DEC0E61FC5D201",
"hash": "d128705a76f3880eb4829792aac3b24df14a0c38e3a4c372a65b411404f9f49e"
},
"s390x_linux_musl": {
"etag": "0x8DEC0E6201E3D01",
"hash": "c1a6280cc388d53271d8a91e2d229fc38a749b5b40a0e5b10e302ea17caf7c91"
}
},
"1.44": {
"version": "1.44.0"
},

35
manifests/trivy.json generated
View File

@@ -31,7 +31,40 @@
}
},
"latest": {
"version": "0.70.0"
"version": "0.71.0"
},
"0.71": {
"version": "0.71.0"
},
"0.71.0": {
"x86_64_linux_gnu": {
"etag": "0x8DEBFE4888C71CB",
"hash": "30a3d22b23f88c233f1658f562fb477cae3b3e8b4761109d515b7698daf85814"
},
"x86_64_macos": {
"etag": "0x8DEBFE48DF50A78",
"hash": "4558afb13d017615ca85011901caab78b4f09196e320b05a56c9fdc5615a1428"
},
"x86_64_windows": {
"etag": "0x8DEBFE488928575",
"hash": "382250158fb9431ff9b87904205027b066a544234b8952b2dd764bd712d55387"
},
"aarch64_linux_gnu": {
"etag": "0x8DEBFE4886E5D48",
"hash": "2561be394a3199c911f82fced606cbc05e1cb23eb6ce1da6935540adb76f4252"
},
"aarch64_macos": {
"etag": "0x8DEBFE48DF83B37",
"hash": "95d4e896b120816edd0995a2df8adca26a8621b7bf62036a89b1d54a7b718a74"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DEBFE48B3A0EE9",
"hash": "d3604b97aab85aa4f51e86c829b5f28c8c90e6954066705faa973c4ea3ad1874"
},
"s390x_linux_gnu": {
"etag": "0x8DEBFE48B165B6A",
"hash": "f415a9b1429131cb95897bd90f272cee2b76f719ce44f93a7bf4c3b47976c139"
}
},
"0.70": {
"version": "0.70.0"

42
manifests/uv.json generated
View File

@@ -68,10 +68,48 @@
}
},
"latest": {
"version": "0.11.17"
"version": "0.11.18"
},
"0.11": {
"version": "0.11.17"
"version": "0.11.18"
},
"0.11.18": {
"x86_64_linux_musl": {
"etag": "0x8DEC0163240445D",
"hash": "a095a969fc8357f42e35652e0554525a47a29010ddb814bd82650c2ffa7d6d62"
},
"x86_64_macos": {
"etag": "0x8DEC0163166B7A6",
"hash": "00a61e3db99b53c927a7e6c4ccdccb898aa3253d07928822211e9dc570a25661"
},
"x86_64_windows": {
"etag": "0x8DEC01631C0CE56",
"hash": "bf8e0021336b7c77bd80a078b612125f385b08f541437edaea8c8ca9e574db0d"
},
"aarch64_linux_musl": {
"etag": "0x8DEC0162E865C58",
"hash": "6d895725333680bf7633ad635baff8e49dc45d3b52e00b2b3adf6ced41f2ebe2"
},
"aarch64_macos": {
"etag": "0x8DEC0162DA20659",
"hash": "1a7adf8dadae3b55853115d13a8bf564d219597ad13824b93b213706933863e5"
},
"aarch64_windows": {
"etag": "0x8DEC0162DF09146",
"hash": "0689e1a40d36b387522d2b1b865cd98a15ddd4a7507e256ad93be6f6a335fec1"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DEC016308ED6D1",
"hash": "fc8f46a198e540ca2d89fd9480da0648d673ff3e25b4048c82ca5c292a478052"
},
"riscv64_linux_gnu": {
"etag": "0x8DEC016308F4B72",
"hash": "cdb0555db7828bbd1dc24e55171b8ac3dbbc24fe17b6a7387783cd4d543a1538"
},
"s390x_linux_gnu": {
"etag": "0x8DEC01631163323",
"hash": "7a91aa963680f2fe14ebf89291cf8eafcff634eccdeb6d301e0252b282171818"
}
},
"0.11.17": {
"x86_64_linux_musl": {

111
manifests/vacuum.json generated
View File

@@ -21,7 +21,114 @@
}
},
"latest": {
"version": "0.27.2"
"version": "0.28.3"
},
"0.28": {
"version": "0.28.3"
},
"0.28.4": {
"x86_64_linux_musl": {
"etag": "0x8DEC0F2EB61F4E1",
"hash": "7632fc8860920a6d50bb0158299c07196ea57b1b5e6ef2e46ed0a7da32fa6a4a"
},
"x86_64_macos": {
"etag": "0x8DEC0F2EC56D9F7",
"hash": "26cde93cc557752dfb62fbb10953d75956aad27810368f88c83b492be95b488c"
},
"x86_64_windows": {
"etag": "0x8DEC0F2EB703CB3",
"hash": "19f72e41d6c8698444d0e847aa4d92041ca9f1d55286a06b021bc5972d9642e9"
},
"aarch64_linux_musl": {
"etag": "0x8DEC0F2EC6375F7",
"hash": "3aff0e1e15f927c1f4822547de8482a276e11e1761a9bb7cc7b4489cdef90c65"
},
"aarch64_macos": {
"etag": "0x8DEC0F2EB5D3F3F",
"hash": "6fa1604579a1b971699e3efff5855942fea96e7a0898d5da134fe38276f49f08"
},
"aarch64_windows": {
"etag": "0x8DEC0F2EC3ED922",
"hash": "0ceac68641eef411caffb11a713b4c80f69adc4fb0d6af761414f2f4093a46ba"
}
},
"0.28.3": {
"x86_64_linux_musl": {
"etag": "0x8DEC036D98BAE92",
"hash": "9e2f7a6d372662c2213a1e09044d9b562a50eff9ae0c87ed3c8a4ac072c18c9f"
},
"x86_64_macos": {
"etag": "0x8DEC036D8AA14BF",
"hash": "767d89731ec663084cdf8f44d67751eb4be40875e154f67f7edcf301486862fe"
},
"x86_64_windows": {
"etag": "0x8DEC036D8E8106F",
"hash": "c891a4d92b7c53f37b3d45c4a4952e429591a9e3cc743d02c2e95fef18701699"
},
"aarch64_linux_musl": {
"etag": "0x8DEC036D8172C9C",
"hash": "091c94e995b14ed6f7facc65340cbf60b60e48e1dc65902311f5c1f880d71f8e"
},
"aarch64_macos": {
"etag": "0x8DEC036D83B2DE2",
"hash": "7ee12d4f88b97b3218a2a420749875033174663b190d3ccaa935b7aeea07b3f9"
},
"aarch64_windows": {
"etag": "0x8DEC036D92A7408",
"hash": "9f280427f7b9ef9fc80cb5a7e4932b11ea60ae0ce06fd8e46a70f9bfc96d75b4"
}
},
"0.28.2": {
"x86_64_linux_musl": {
"etag": "0x8DEC00AE494A712",
"hash": "e63be71053c1145b1c4baf5d303fb03d75c8c1da774b9395881a5f116bf950e7"
},
"x86_64_macos": {
"etag": "0x8DEC00AE57509C6",
"hash": "fdbd95edf56afa965a07e0ff8bb9ee822586f4b1ae57af86c8ae8e4aacd9446d"
},
"x86_64_windows": {
"etag": "0x8DEC00AE497D7C3",
"hash": "fd2c59598b41d8534451d6956cc2c2c4371c389dc72d1935059b8705732f40ee"
},
"aarch64_linux_musl": {
"etag": "0x8DEC00AE5779EF3",
"hash": "a40035044b74e90d6d6f6e9b4c87138ff4ce0a295abd37ad5c1b287600ee5dfc"
},
"aarch64_macos": {
"etag": "0x8DEC00AE5871DDF",
"hash": "6b92a70c7dd96dc5b3eecbd6e6b5ed6c7fe96df464db063388bdcc6d1ecd58d9"
},
"aarch64_windows": {
"etag": "0x8DEC00AE49EADE1",
"hash": "dbc159c0799a4a881a4fa728a20a2e7d74e7d3176ec0dbe3f8427027e9bc28ff"
}
},
"0.28.1": {
"x86_64_linux_musl": {
"etag": "0x8DEBFFF976166DF",
"hash": "4f6bc778c827033cffb33eef29ba465af8809c08d12aac3f6f04ea5db36aed82"
},
"x86_64_macos": {
"etag": "0x8DEBFFF967AA2AF",
"hash": "af4c5f430a860cd1655ac36926b17c9316621d68f7c09e9cfb3831898e26e27f"
},
"x86_64_windows": {
"etag": "0x8DEBFFF967C9C46",
"hash": "2e64794d8de03dce494e2251ba4e5ec7f2d1d10bc4475e20562afd30f86210c0"
},
"aarch64_linux_musl": {
"etag": "0x8DEBFFF9752AA66",
"hash": "e2b3d158e8e919b7e2c7550a40c8f46ff7870291cf822d45c7f2239f87617bd3"
},
"aarch64_macos": {
"etag": "0x8DEBFFF974E1BA5",
"hash": "e1b6f7114de731a1f3fa2abdd538132c3ef098d46a30739e2f6ba5391140a879"
},
"aarch64_windows": {
"etag": "0x8DEBFFF96900E6A",
"hash": "f1f4984a965249d65c83ea049ed5f1858d8a9ac30d69a8a07755d4c77c005c3d"
}
},
"0.28.0": {
"x86_64_linux_musl": {
@@ -50,7 +157,7 @@
}
},
"0.27": {
"version": "0.27.2"
"version": "0.27.3"
},
"0.27.3": {
"x86_64_linux_musl": {

View File

@@ -4,7 +4,7 @@
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.zip",
"version_range": "=1.18.1",
"version_range": "latest",
"signing": {
"kind": "minisign-binstall"
},

View File

@@ -0,0 +1,25 @@
{
"repository": "https://github.com/convco/convco",
"license_markdown": "[MIT](https://github.com/convco/convco/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"version_range": ">= 0.6.4",
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}-ubuntu.zip",
"bin": "${package}"
},
"x86_64_windows": {
"asset_name": "${package}-windows.zip",
"bin": "${package}.exe"
},
"aarch64_linux_musl": {
"asset_name": "${package}-ubuntu-aarch64.zip",
"bin": "${package}"
},
"aarch64_macos": {
"asset_name": "${package}-macos.zip",
"bin": "${package}"
}
}
}

View File

@@ -6,7 +6,7 @@
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
"bin": "${package}-${version}-${rust_target}/${package}${exe}",
"version_range": ">= 0.1.0",
"broken": ["0.7.0", "0.8.0"],
"broken": ["0.7.0", "0.8.0", "0.9.0"],
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},

View File

@@ -0,0 +1,23 @@
{
"repository": "https://github.com/jesse-black/docgarden",
"license_markdown": "[Apache-2.0](https://github.com/jesse-black/docgarden/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"bin": "${package}-v${version}-${rust_target}/${package}${exe}",
"signing": {
"kind": {
"gh-attestation": {
"signer-workflow": "${repo}/.github/workflows/release.yml"
}
}
},
"platform": {
"x86_64_linux_musl": {},
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target}.zip"
},
"aarch64_linux_musl": {},
"aarch64_macos": {}
}
}