Compare commits

...

37 Commits

Author SHA1 Message Date
Taiki Endo
c203664563 Release 2.44.55 2024-10-29 10:46:26 +09:00
Taiki Endo
a6f9c9f119 Update syft@latest to 1.15.0 2024-10-29 09:38:29 +09:00
Taiki Endo
cdcde4a098 Release 2.44.54 2024-10-29 00:20:56 +09:00
Taiki Endo
9efac91929 Update cargo-zigbuild@latest to 0.19.4 2024-10-29 00:20:02 +09:00
Taiki Endo
278aeeb6e3 Release 2.44.53 2024-10-28 00:18:39 +09:00
Taiki Endo
7de2f7d578 Update release-plz@latest to 0.3.105 2024-10-28 00:16:22 +09:00
Taiki Endo
de2de18dd2 Release 2.44.52 2024-10-27 13:12:01 +09:00
Taiki Endo
6dfe67795a ci: Auto approve auto-updated PR 2024-10-27 13:02:16 +09:00
Taiki Endo
02867b059c Update changelog 2024-10-27 12:59:13 +09:00
Taiki Endo
bfb935de17 Update dprint@latest to 0.47.5 2024-10-27 12:58:29 +09:00
Taiki Endo
693262ac89 Update cargo-udeps@latest to 0.1.52 2024-10-27 12:58:29 +09:00
Taiki Endo
6f2d433ebb Update parse-changelog@latest to 0.6.10 2024-10-27 01:37:08 +09:00
Taiki Endo
a9d6ee192a Update cargo-no-dev-deps@latest to 0.2.14 2024-10-27 01:37:08 +09:00
Taiki Endo
6629a8ab83 Update cargo-hack@latest to 0.6.32 2024-10-27 01:37:08 +09:00
Taiki Endo
86ec8296ca Release 2.44.51 2024-10-26 15:16:54 +09:00
Taiki Endo
a0de5d37be Update cargo-binstall@latest to 1.10.9 2024-10-26 15:15:44 +09:00
Taiki Endo
36d9228fc7 Update release-plz@latest to 0.3.104 2024-10-26 09:34:50 +09:00
dependabot[bot]
e37760a6c3 Update fs-err requirement from 2 to 3 (#712)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 03:05:54 +09:00
Taiki Endo
08d53d37a9 Update typos@latest to 1.26.8 2024-10-25 02:48:31 +09:00
Taiki Endo
a533731dca Release 2.44.50 2024-10-25 02:34:38 +09:00
Taiki Endo
8dd7be8721 Update typos@latest to 1.26.3 2024-10-25 02:34:12 +09:00
Taiki Endo
6740f9eca9 Release 2.44.49 2024-10-25 02:22:08 +09:00
Taiki Endo
410b8f9291 Update typos@latest to 1.26.2 2024-10-25 00:17:15 +09:00
Taiki Endo
87ebcd4923 Update cargo-rdme manifest 2024-10-24 20:37:04 +09:00
Taiki Endo
f9eee70b5f codegen: Mark cargo-rdme 1.4.5 as broken
Same as 3c1a9d610d and
a86757441d.
2024-10-24 20:26:51 +09:00
Taiki Endo
d2347103f7 Release 2.44.48 2024-10-23 21:26:20 +09:00
Taiki Endo
f30eae9f71 Update typos@latest to 1.26.1 2024-10-23 21:24:38 +09:00
Taiki Endo
5a168576ea Release 2.44.47 2024-10-23 09:51:37 +09:00
Taiki Endo
77a913ad27 Update protoc@latest to 3.28.3 2024-10-23 09:36:02 +09:00
Taiki Endo
ee156309c7 Release 2.44.46 2024-10-23 01:08:27 +09:00
Taiki Endo
02bd68d9a5 wasmtime now provides AArch64 Windows binary 2024-10-23 00:57:22 +09:00
Taiki Endo
9dbe705023 Update wasmtime@latest to 26.0.0 2024-10-23 00:39:23 +09:00
Taiki Endo
1b95e9e5c1 Release 2.44.45 2024-10-22 10:50:04 +09:00
Taiki Endo
444be83713 Update syft@latest to 1.14.2 2024-10-22 03:19:56 +09:00
Taiki Endo
437c908c7e Release 2.44.44 2024-10-21 10:19:50 +09:00
Taiki Endo
c130bf4f37 Update shfmt@latest to 3.10.0 2024-10-21 06:13:55 +09:00
Taiki Endo
c4eb96f432 ci: Auto-update cspell dictionary 2024-10-21 03:12:56 +09:00
20 changed files with 578 additions and 59 deletions

View File

@@ -34,6 +34,11 @@ concurrency:
jobs:
tidy:
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main
permissions:
contents: read
pull-requests: write # for gh pr edit --add-assignee
repository-projects: read # for gh pr edit --add-assignee
secrets: inherit
test:
strategy:
@@ -242,5 +247,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ steps.create-pull-request.outputs.pull-request-number }}
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false' && steps.create-pull-request.outputs.pull-request-operation == 'created'
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main') && steps.diff.outputs.success == 'false' && (steps.create-pull-request.outputs.pull-request-operation == 'created' || steps.create-pull-request.outputs.pull-request-operation == 'updated')
- run: git add -N . && git diff --exit-code

View File

@@ -4,14 +4,72 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org).
Releases may yanked if there is a security bug, a soundness bug, or a regression.
<!--
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
-->
## [Unreleased]
## [2.44.55] - 2024-10-29
- Update `syft@latest` to 1.15.0.
## [2.44.54] - 2024-10-28
- Update `cargo-zigbuild@latest` to 0.19.4.
## [2.44.53] - 2024-10-27
- Update `release-plz@latest` to 0.3.105.
## [2.44.52] - 2024-10-27
- Update `dprint@latest` to 0.47.5.
- Update `cargo-udeps@latest` to 0.1.52.
- Update `parse-changelog@latest` to 0.6.10.
- Update `cargo-no-dev-deps@latest` to 0.2.14.
- Update `cargo-hack@latest` to 0.6.32.
## [2.44.51] - 2024-10-26
- Update `cargo-binstall@latest` to 1.10.9.
- Update `release-plz@latest` to 0.3.104.
- Update `typos@latest` to 1.26.8.
## [2.44.50] - 2024-10-24
- Update `typos@latest` to 1.26.3.
## [2.44.49] - 2024-10-24
- Update `typos@latest` to 1.26.2.
## [2.44.48] - 2024-10-23
- Update `typos@latest` to 1.26.1.
## [2.44.47] - 2024-10-23
- Update `protoc@latest` to 3.28.3.
## [2.44.46] - 2024-10-22
- Update `wasmtime@latest` to 26.0.0.
## [2.44.45] - 2024-10-22
- Update `syft@latest` to 1.14.2.
## [2.44.44] - 2024-10-21
- Update `shfmt@latest` to 3.10.0.
## [2.44.43] - 2024-10-19
- Update `dprint@latest` to 0.47.4.
@@ -2938,7 +2996,19 @@ 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.43...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.55...HEAD
[2.44.55]: https://github.com/taiki-e/install-action/compare/v2.44.54...v2.44.55
[2.44.54]: https://github.com/taiki-e/install-action/compare/v2.44.53...v2.44.54
[2.44.53]: https://github.com/taiki-e/install-action/compare/v2.44.52...v2.44.53
[2.44.52]: https://github.com/taiki-e/install-action/compare/v2.44.51...v2.44.52
[2.44.51]: https://github.com/taiki-e/install-action/compare/v2.44.50...v2.44.51
[2.44.50]: https://github.com/taiki-e/install-action/compare/v2.44.49...v2.44.50
[2.44.49]: https://github.com/taiki-e/install-action/compare/v2.44.48...v2.44.49
[2.44.48]: https://github.com/taiki-e/install-action/compare/v2.44.47...v2.44.48
[2.44.47]: https://github.com/taiki-e/install-action/compare/v2.44.46...v2.44.47
[2.44.46]: https://github.com/taiki-e/install-action/compare/v2.44.45...v2.44.46
[2.44.45]: https://github.com/taiki-e/install-action/compare/v2.44.44...v2.44.45
[2.44.44]: https://github.com/taiki-e/install-action/compare/v2.44.43...v2.44.44
[2.44.43]: https://github.com/taiki-e/install-action/compare/v2.44.42...v2.44.43
[2.44.42]: https://github.com/taiki-e/install-action/compare/v2.44.41...v2.44.42
[2.44.41]: https://github.com/taiki-e/install-action/compare/v2.44.40...v2.44.41

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.8"
"version": "1.10.9"
},
"1.10.8": {
"1.10.9": {
"x86_64_linux_musl": {
"etag": "0x8DCEB238A1A6DB8",
"checksum": "d5fa990d527a637176128df63456ef70f91062e9126dbacef6a341bdd5ce0b50"
"etag": "0x8DCF56CA2CE592B",
"checksum": "4ccfcd8e0ac8518790e5a49d640a7044448c7925622aa53f98101f4d1e449607"
},
"x86_64_macos": {
"etag": "0x8DCEB233DABA9F3",
"checksum": "ad0c4b4662154a57970a02adb70024bf6b89c51a315d45de49085fe4a42c1071"
"etag": "0x8DCF56C44B6A81B",
"checksum": "ee7ffbad9416dc03d1c666017a12d0425508ce44bef6173389ccac309f5b097f"
},
"x86_64_windows": {
"etag": "0x8DCEB24ED18DC49",
"checksum": "8e4c018a981e7148f13713c0a9bf7a15dd93f45bbae32a9527456c3d1ddb3ad0"
"etag": "0x8DCF56DF80C795E",
"checksum": "4da50466ee54a154e6990989cb06e978b2863023673dea6448ab6a0177e78375"
},
"aarch64_linux_musl": {
"etag": "0x8DCEB23513847DB",
"checksum": "8054586d376545e7296c9ce8b55d4aac9641d4a95a28330a08f40c336b12b6ba"
"etag": "0x8DCF56C5E2C5663",
"checksum": "25c46ed1e4df3762851d592e6393a51a5a2f4ac94eb81cbaeb31c5b949d293a9"
},
"aarch64_macos": {
"etag": "0x8DCEB237DC496B6",
"checksum": "23a27d534c98fed95e88c320fd7de154f851af7bce9100eed15e72fee316804c"
"etag": "0x8DCF56C9FD561A3",
"checksum": "18fe179cad3c90f21da0b983483452c94b910bce9ec05bd53ba9409157aa68f0"
},
"aarch64_windows": {
"etag": "0x8DCEB248B203E6A",
"checksum": "e21b1821e3964d58ac568da8d001f88fc858e3ce4632e6e3f18d0fb9dda5c14a"
"etag": "0x8DCF56D6C1573CF",
"checksum": "c712771b1ea1443374725039021a46860466c074e6cf7131c7b642252513dada"
}
}
}

View File

@@ -3,10 +3,42 @@
"template": null,
"license_markdown": "[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)",
"latest": {
"version": "0.6.31"
"version": "0.6.32"
},
"0.6": {
"version": "0.6.31"
"version": "0.6.32"
},
"0.6.32": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.32/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DCF5D594974259",
"checksum": "f25ed304ed4fb86baab8dc18233d7df962c4287d944f8d8a7400bec111296b9c"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.32/cargo-hack-x86_64-apple-darwin.tar.gz",
"etag": "0x8DCF5D598E96228",
"checksum": "f4c88566057f33b2bd630240ad96fbc2e2a58c836f1446c758d1ba55588a71e4"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.32/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
"etag": "0x8DCF5D58ACEDEC8",
"checksum": "da33aa9044eb5e50611a7f2843fde289bb792b2554f479a012838537af880abf"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.32/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DCF5D579E74C5E",
"checksum": "4a74e22f8db380e57fe3f6c393f1caa5b22bacbcffa425df79a81115e92d8079"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.32/cargo-hack-aarch64-apple-darwin.tar.gz",
"etag": "0x8DCF5D57FE5D5AF",
"checksum": "ce0194964f7c1ead05cfdebb7223ae8848f04385e23ff7377821a28bada4047e"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.32/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
"etag": "0x8DCF5D5A60DC982",
"checksum": "029f8675c18ffbaf365175e55a383859ef013a97041e05b7e2738df5258696d0"
}
},
"0.6.31": {
"x86_64_linux_musl": {

View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.2.13"
"version": "0.2.14"
},
"0.2": {
"version": "0.2.13"
"version": "0.2.14"
},
"0.2.14": {
"x86_64_linux_musl": {
"etag": "0x8DCF5D41DEDA9BA",
"checksum": "9103ae582bec788ba374cbe3c658863b3516de88dd3a00e459f7217992f3f37f"
},
"x86_64_macos": {
"etag": "0x8DCF5D454176742",
"checksum": "b50b0daf1642e910e250038b5f76ea83ced2f592ec1700d110a5dc8b4c46372f"
},
"x86_64_windows": {
"etag": "0x8DCF5D420551744",
"checksum": "3465a9e7d3a74f03a5351b5433702756e43f1d1759e97fab0cdd63455ec549e0"
},
"aarch64_linux_musl": {
"etag": "0x8DCF5D41499A1E3",
"checksum": "f2f5c98d3c1c1e08423c9ef56211a5043ee1e0ef00a70c528c0394ee1217e43a"
},
"aarch64_macos": {
"etag": "0x8DCF5D4324DD629",
"checksum": "6b3b96420dcc05ea7ae48d5722768f4d9b9aabfd84e3917c6d07b27d9060ed88"
},
"aarch64_windows": {
"etag": "0x8DCF5D452D727F0",
"checksum": "e975d222c0606c454193bc1b91fb3cb7055a8c25b0539a53c3c522de17ebda6b"
}
},
"0.2.13": {
"x86_64_linux_musl": {

View File

@@ -21,6 +21,12 @@
"1.4": {
"version": "1.4.2"
},
"1.4.5": {
"x86_64_windows": {
"etag": "0x8DCF3B9BC0D4C9C",
"checksum": "d3a7d8952c2b71159af47ac88bdbc61de91a36382f810663f35499e5a830e033"
}
},
"1.4.4": {
"x86_64_windows": {
"etag": "0x8DC897D83E337FF",

View File

@@ -32,10 +32,36 @@
},
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE)",
"latest": {
"version": "0.1.50"
"version": "0.1.52"
},
"0.1": {
"version": "0.1.50"
"version": "0.1.52"
},
"0.1.52": {
"x86_64_linux_musl": {
"etag": "0x8DCF62B151CCB34",
"checksum": "3ea2d7ad7470d4c0d67c8ffb897faf79baaa26d708146285243e43855bb133b1"
},
"x86_64_macos": {
"etag": "0x8DCF62ABBBA5092",
"checksum": "36ef3dd823e230247b42ab2c514f55a65ab831805f127d230005a47157fceb95"
},
"x86_64_windows": {
"etag": "0x8DCF62B67486994",
"checksum": "d3765154cae292e6f9ace271cecd87a6158024667c2f7317eb399737e236fe3f"
},
"aarch64_linux_musl": {
"etag": "0x8DCF62B10DCBE13",
"checksum": "8015ebda2fed2d6346ec49961e2476fce7460c383ead182e12d4b86a5fe45b4d"
},
"aarch64_macos": {
"etag": "0x8DCF62ABA382277",
"checksum": "cb9c24c11ff1d4e9e954b53ccfa954312e4e81ba9b043a7bbb6059418eb839b0"
},
"aarch64_windows": {
"etag": "0x8DCF62BA3359AE4",
"checksum": "636828aac4a212af88f97afda0e69825771a938302ffc15a2dfcabfd20f80acd"
}
},
"0.1.50": {
"x86_64_linux_musl": {

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
"latest": {
"version": "0.19.3"
"version": "0.19.4"
},
"0.19": {
"version": "0.19.3"
"version": "0.19.4"
},
"0.19.4": {
"x86_64_linux_musl": {
"etag": "0x8DCF74715BF6C29",
"checksum": "3fbf6d78dc23d413c3c1196cc790598e6162baaf523f3ceebf565d6ed1738545"
},
"x86_64_windows": {
"etag": "0x8DCF7472F0600BC",
"checksum": "bfc9c836fce7d0f0ca829b63a53f646b6f0ba35e6e0518ebbc18bcb5dee83020"
},
"aarch64_linux_musl": {
"etag": "0x8DCF74713191958",
"checksum": "2f84b923075b0fb62a5069b485c80005888e4ffba7ecf984f327b2d2fc8f3c6f"
},
"aarch64_macos": {
"etag": "0x8DCF7471D5CB591",
"checksum": "51b376a3b1a41dc09eeb197c4d25e6fd23e6a440e2a58956a52ecf88c8177679"
},
"aarch64_windows": {
"etag": "0x8DCF747939158DE",
"checksum": "39d64a306be35497d66325983974db9d16d1dda3de8fd30ba7bf4799ff280fc8"
}
},
"0.19.3": {
"x86_64_linux_musl": {

26
manifests/dprint.json generated
View File

@@ -25,10 +25,32 @@
},
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
"latest": {
"version": "0.47.4"
"version": "0.47.5"
},
"0.47": {
"version": "0.47.4"
"version": "0.47.5"
},
"0.47.5": {
"x86_64_linux_musl": {
"etag": "0x8DCF638F76E5D84",
"checksum": "94fb93bb59236efd5302959662d9f3a0b16bb17e26e967052b5c598995e6b516"
},
"x86_64_macos": {
"etag": "0x8DCF638F733B94A",
"checksum": "f1284d78a556d530241e382915263484f590418f12dd7608ecc7dd0c8f78615c"
},
"x86_64_windows": {
"etag": "0x8DCF638F78464CF",
"checksum": "561e95d6ffccae1ab99f55c308fa74df3d960d3cb7ebec601fd3ddd503ee42a5"
},
"aarch64_linux_musl": {
"etag": "0x8DCF638FC0E96C6",
"checksum": "97c2a0f4f240e5b95faff1502b8284db7598efe5aee7f785db03e41345f0a335"
},
"aarch64_macos": {
"etag": "0x8DCF638F7347BCB",
"checksum": "5e333931f3cfe43bb8924a1c2c5b3021cbb983294fa020f67858b93689fd805d"
}
},
"0.47.4": {
"x86_64_linux_musl": {

View File

@@ -3,10 +3,42 @@
"template": null,
"license_markdown": "[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)",
"latest": {
"version": "0.6.9"
"version": "0.6.10"
},
"0.6": {
"version": "0.6.9"
"version": "0.6.10"
},
"0.6.10": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.10/parse-changelog-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DCF5D67AA4A176",
"checksum": "9868ce309083557683a9091fcfeaa106d1f08a504f2a9c9c9b9437562a7f4291"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.10/parse-changelog-x86_64-apple-darwin.tar.gz",
"etag": "0x8DCF5D696875BD4",
"checksum": "3db852258cf4319a87d84905ce1a31f09890631a806cf8d3a69fc2fab1a1bf9f"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.10/parse-changelog-x86_64-pc-windows-msvc.tar.gz",
"etag": "0x8DCF5D6B26F8E17",
"checksum": "2fb33affc3c7d59061ade35372804af1d1c310b8bb3cce09e73646e854e8fc6b"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.10/parse-changelog-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DCF5D6799D337C",
"checksum": "1ec4a711a2cc4933861c15eb9c7597588cbb168d194f31a1a5c36baf4e151879"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.10/parse-changelog-aarch64-apple-darwin.tar.gz",
"etag": "0x8DCF5D68151BB8A",
"checksum": "eab58102d2d3aaeff5ff38c7b529948e9955d3ec1f6a4b5033dc72cf1d1883ee"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.10/parse-changelog-aarch64-pc-windows-msvc.tar.gz",
"etag": "0x8DCF5D6A993D7DE",
"checksum": "09a618dc129b35668cbb5c8d305611670a2b7ab8bab8dc217c1677fb4b29525c"
}
},
"0.6.9": {
"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.2"
"version": "3.28.3"
},
"3": {
"version": "3.28.2"
"version": "3.28.3"
},
"3.28": {
"version": "3.28.2"
"version": "3.28.3"
},
"3.28.3": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-x86_64.zip",
"etag": "0x8DCF2F223B49540",
"checksum": "0ad949f04a6a174da83cdcbdb36dee0a4925272a5b6d83f79a6bf9852076d53f"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-osx-x86_64.zip",
"etag": "0x8DCF2F223D3455C",
"checksum": "97fe5d442090b4dbc23cd1384fb9b444fa1dc6e67d15bb5e1fe4de0da7638b20"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-win64.zip",
"etag": "0x8DCF2F2244708C9",
"checksum": "ce64f49bdeddef49ce4bd313a8f59bcf92fcf67b5831efbf66170386d2e66948"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-aarch_64.zip",
"etag": "0x8DCF2F2236D550C",
"checksum": "1de522032a8b194002fe35cab86d747848238b5e4de4f99648372079f5b46f9a"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-osx-aarch_64.zip",
"etag": "0x8DCF2F223BAA8DC",
"checksum": "92ceefda6a7293ec014e6ecac82d64719357145cb6fc2865badadeb5e62c0431"
}
},
"3.28.2": {
"x86_64_linux_gnu": {

View File

@@ -22,10 +22,62 @@
},
"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)",
"latest": {
"version": "0.3.103"
"version": "0.3.105"
},
"0.3": {
"version": "0.3.103"
"version": "0.3.105"
},
"0.3.105": {
"x86_64_linux_musl": {
"etag": "0x8DCF69082540F13",
"checksum": "b00999bb1f2006eac7f9e511074ced9df09ceadec5324371aae3c3900a2c34f2"
},
"x86_64_macos": {
"etag": "0x8DCF690FE966FB4",
"checksum": "71bb7e39563a564fb07caafb1eb9ecc1d23d719bc2f3655eac796bedd4145cef"
},
"x86_64_windows": {
"etag": "0x8DCF69121CC69D9",
"checksum": "14b016e0d73ef923f90cc2764dabb5020348f8bd9504daa2c34fc86090bddef5"
},
"aarch64_linux_musl": {
"etag": "0x8DCF6908AB02568",
"checksum": "ec47ff5af505d61cf2bc423190e90bdc94b22bb6ace5c7120463c74ab7bd03d0"
},
"aarch64_macos": {
"etag": "0x8DCF690BDA4FFD2",
"checksum": "d699dbcc374c5bd0e9033f1d1aa38cd923e6cc4143500a4674a94f6a3282e75e"
},
"aarch64_windows": {
"etag": "0x8DCF69155189E0D",
"checksum": "e904a6e78d31ae5c2ab011e64e9a4216d100cf553e82b67068b6a631540a489b"
}
},
"0.3.104": {
"x86_64_linux_musl": {
"etag": "0x8DCF532AD4656E9",
"checksum": "eb5237e84019cc1f9eb3946a0dbb2e934d780372fa4c1672533adb54582e854c"
},
"x86_64_macos": {
"etag": "0x8DCF5341EAD8397",
"checksum": "6aef4de6bcbe41ef0bd8c1aec7d46ae116b369a4c8b5d870869676a7f4516665"
},
"x86_64_windows": {
"etag": "0x8DCF533A181203E",
"checksum": "4156d73cd661248ae738917dd07904bb362e3e016d029d99c60eae8a75da9ff0"
},
"aarch64_linux_musl": {
"etag": "0x8DCF532BE699CE5",
"checksum": "9a10392f053fb61be4fc6d9283b30e4ba01e72c098de1f23461e40d21166c8b7"
},
"aarch64_macos": {
"etag": "0x8DCF534022E0686",
"checksum": "587d37703b43d941f645f946c75c8c5b2b44e968ead2a266d3799cb62910d224"
},
"aarch64_windows": {
"etag": "0x8DCF533A20268C8",
"checksum": "69d59eb0e4085af353cc9da66484ccc57be72f209d6898e7d88cc1278f3290ef"
}
},
"0.3.103": {
"x86_64_linux_musl": {

29
manifests/shfmt.json generated
View File

@@ -19,10 +19,35 @@
},
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
"latest": {
"version": "3.9.0"
"version": "3.10.0"
},
"3": {
"version": "3.9.0"
"version": "3.10.0"
},
"3.10": {
"version": "3.10.0"
},
"3.10.0": {
"x86_64_linux_musl": {
"etag": "0x8DCF147B60D9F66",
"checksum": "1f57a384d59542f8fac5f503da1f3ea44242f46dff969569e80b524d64b71dbc"
},
"x86_64_macos": {
"etag": "0x8DCF147B5BEC692",
"checksum": "ef8d970b3f695a7e8e7d40730eedd2d935ab9599f78a365f319c515bc59d4c83"
},
"x86_64_windows": {
"etag": "0x8DCF147B43AEC35",
"checksum": "6e4c6acd38de7b4b1ba8f8082b9e688df8c9b861d3f8b2e7bb1b7270201a3587"
},
"aarch64_linux_musl": {
"etag": "0x8DCF147B4F57B2C",
"checksum": "9d23013d56640e228732fd2a04a9ede0ab46bc2d764bf22a4a35fb1b14d707a8"
},
"aarch64_macos": {
"etag": "0x8DCF147B56378B6",
"checksum": "86030533a823c0a7cd92dee0f74094e5b901c3277b43def6337d5e19e56fe553"
}
},
"3.9": {
"version": "3.9.0"

53
manifests/syft.json generated
View File

@@ -24,13 +24,60 @@
},
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
"latest": {
"version": "1.14.1"
"version": "1.15.0"
},
"1": {
"version": "1.14.1"
"version": "1.15.0"
},
"1.15": {
"version": "1.15.0"
},
"1.15.0": {
"x86_64_linux_musl": {
"etag": "0x8DCF796174EFD03",
"checksum": "bd7215c3e0bfaec1139c3c46908b65ae01bc8d745723a3ce42b9659c2b62e428"
},
"x86_64_macos": {
"etag": "0x8DCF79617E5FED9",
"checksum": "c6fbbc3ccb4291e3698813fa1862f2ca0a4659573e8228d8932b6a6a8b4bc8f0"
},
"x86_64_windows": {
"etag": "0x8DCF79617D1CA5B",
"checksum": "98dc570512728afb97cb57cb53fc0d5871c16b0b468ecfe3dbe9dff76c7f0d3b"
},
"aarch64_linux_musl": {
"etag": "0x8DCF796174D9EF9",
"checksum": "98fc03dbba3de4f9c4227598c6ac185e7e78704a2638962f3973a6a0aa270208"
},
"aarch64_macos": {
"etag": "0x8DCF79617DB8358",
"checksum": "e9da47f1b32d6c7609be4f2c02d100489e9ff6123b08b6f8fc83cd8788f4b9da"
}
},
"1.14": {
"version": "1.14.1"
"version": "1.14.2"
},
"1.14.2": {
"x86_64_linux_musl": {
"etag": "0x8DCF1F59B5B0BA5",
"checksum": "8fea5191eb749805dc891e4cc7942341ebc95e40b32a4d74647fa7bf6b00cd26"
},
"x86_64_macos": {
"etag": "0x8DCF1F59BDDD94F",
"checksum": "425657cb763ed262e69460eee07b0e8332e54c3daca771237b4a88c3de7f1648"
},
"x86_64_windows": {
"etag": "0x8DCF1F59BED3161",
"checksum": "376e54218258a8aa0dbfae1e1574586c113b9a0c09291957c444a43f1280cfe5"
},
"aarch64_linux_musl": {
"etag": "0x8DCF1F59B54F806",
"checksum": "c095dcf3cb3407e74a6481f67d24eb6a589e8aa88c1d0a4e4626b5c025be78bf"
},
"aarch64_macos": {
"etag": "0x8DCF1F59BE65B44",
"checksum": "db7397a6d607531cfd730a7c2359ebce748f112dd92a99744b8a6f6af6525d03"
}
},
"1.14.1": {
"x86_64_linux_musl": {

78
manifests/typos.json generated
View File

@@ -16,13 +16,85 @@
},
"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.26.0"
"version": "1.26.8"
},
"1": {
"version": "1.26.0"
"version": "1.26.8"
},
"1.26": {
"version": "1.26.0"
"version": "1.26.8"
},
"1.26.8": {
"x86_64_linux_musl": {
"etag": "0x8DCF451261661C8",
"checksum": "fdacfac9540ac2412305a4b9db0ee85fa6db20caf878ef2f1ee4f89f826fc71e"
},
"x86_64_macos": {
"etag": "0x8DCF4511C763F76",
"checksum": "5403d47865b172311f78455f54ae37de02288f8dcdb7eef5dcb5a1e396955dbd"
},
"x86_64_windows": {
"etag": "0x8DCF451F633673E",
"checksum": "22774e4d20f7315defd2a7230e7c2ea0e71aab8af7517fcd55c083efd0f8fb37"
},
"aarch64_macos": {
"etag": "0x8DCF4513994C8AA",
"checksum": "a7be34ae7141ec5eb0fb2043e65ae249794b3f4650801f71081d411b4e788159"
}
},
"1.26.3": {
"x86_64_linux_musl": {
"etag": "0x8DCF4453499601B",
"checksum": "5e6441a9211c2953b03e9a7830d53f8b0374a48a596fab0ea41536c02d714e31"
},
"x86_64_macos": {
"etag": "0x8DCF445286E91CC",
"checksum": "8d1fbbb1396eb18451e1a0695cce7d15d49fe74de5220c29e95bc86ec949f0eb"
},
"x86_64_windows": {
"etag": "0x8DCF44580EC2EE7",
"checksum": "e43e1e47509eb7db569f144ba4683f0d0e372ab6ba2eaa30172870f445dfacfb"
},
"aarch64_macos": {
"etag": "0x8DCF44521FA71BF",
"checksum": "17ca055d27739c22bebb5ce35d11daa4be5b4b6150aa70c4be077e2f02e508ef"
}
},
"1.26.2": {
"x86_64_linux_musl": {
"etag": "0x8DCF4332DD2D11A",
"checksum": "e064c78de2cd25b229b79953285b9b1e9547c098ed3d9854fe16cafe2705acd9"
},
"x86_64_macos": {
"etag": "0x8DCF4333F16F1A7",
"checksum": "aae19a7b044f846ac9ecf920e1678465ce34a15a6243073e9e10acc36c92e553"
},
"x86_64_windows": {
"etag": "0x8DCF4336C8EEB45",
"checksum": "adb0eb1d548fef2a62592a29b1ae1b67c71b00403b6486e78fca621808ae6a3f"
},
"aarch64_macos": {
"etag": "0x8DCF4333E560148",
"checksum": "a0e49f4e6750c40b699b1037fe463ca86c6ce2b2de4cf34f2363284306d5d3e0"
}
},
"1.26.1": {
"x86_64_linux_musl": {
"etag": "0x8DCF34D5F2D8CE1",
"checksum": "a81c5db90ec72072ddcaa2e5bc1af1b43ba57cd47e4217016408b57e37b96174"
},
"x86_64_macos": {
"etag": "0x8DCF34D56F43F31",
"checksum": "93db2d42d9b033cc907f705d36fa919801c4711ce201bd8ed66fd7a5d94827c8"
},
"x86_64_windows": {
"etag": "0x8DCF34D9629D61C",
"checksum": "902bdf73f4871d0ba00d8b50419ad88cb1eb693373dd795ff87d5f223ef45c13"
},
"aarch64_macos": {
"etag": "0x8DCF34D66759AFC",
"checksum": "be4af63226e32a1b50d0905246680fca272c030c830fdb7ed139fbe4e081b6d0"
}
},
"1.26.0": {
"x86_64_linux_musl": {

View File

@@ -20,11 +20,47 @@
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz",
"bin": "wasmtime-v${version}-aarch64-macos/wasmtime"
},
"aarch64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-windows.zip",
"bin": "wasmtime-v${version}-aarch64-windows/wasmtime.exe"
}
},
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"latest": {
"version": "25.0.2"
"version": "26.0.0"
},
"26": {
"version": "26.0.0"
},
"26.0": {
"version": "26.0.0"
},
"26.0.0": {
"x86_64_linux_gnu": {
"etag": "0x8DCF2AD897282BD",
"checksum": "0ec6d1b8c51a7e3c5b2d4533eb79c42ec704148cee11b09b67afb52a3dbe77e9"
},
"x86_64_macos": {
"etag": "0x8DCF2AD8A94FB9D",
"checksum": "bd9801daaad23a908fbba2d42ca9deadb27a7d3d9f6e0353067edbcff8728c5f"
},
"x86_64_windows": {
"etag": "0x8DCF2AD8F83E609",
"checksum": "7774ba583bf3a6016a202bcfce3fe12f2bf27095493e8e1988bc9f4debb1f619"
},
"aarch64_linux_gnu": {
"etag": "0x8DCF2AD7A0DD7A1",
"checksum": "98166181950ec4f9591081468f7b94f176fe2e8f57c46b82328f9d68cd750d60"
},
"aarch64_macos": {
"etag": "0x8DCF2AD7B1152B6",
"checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0"
},
"aarch64_windows": {
"etag": "0x8DCF2AD81EA559A",
"checksum": "af88a82d1af8b63291ae9b92412363e132d9b15b56a4be17022c3728d50728e0"
}
},
"25": {
"version": "25.0.2"

View File

@@ -6,7 +6,7 @@ default-run = "generate-manifest"
[dependencies]
anyhow = "1"
flate2 = "1"
fs-err = "2"
fs-err = "3"
minisign-verify = "0.2"
semver = { version = "1", features = ["serde"] }
serde = "1"

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"],
"broken": ["1.4.3", "1.4.4", "1.4.5"],
"platform": {
"x86_64_linux_musl": {
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"

View File

@@ -11,6 +11,9 @@
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
},
"aarch64_linux_gnu": {},
"aarch64_macos": {}
"aarch64_macos": {},
"aarch64_windows": {
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
}
}
}

View File

@@ -418,8 +418,10 @@ EOF
if [[ -n "${dependencies_words:-}" ]]; then
echo $'\n'"${dependencies_words}" >>.github/.cspell/rust-dependencies.txt
fi
check_diff .github/.cspell/rust-dependencies.txt
if ! grep -Eq "^\.github/\.cspell/rust-dependencies.txt linguist-generated" .gitattributes; then
if [[ -z "${REMOVE_UNUSED_WORDS:-}" ]]; then
check_diff .github/.cspell/rust-dependencies.txt
fi
if ! grep -Fq '.github/.cspell/rust-dependencies.txt linguist-generated' .gitattributes; then
error "you may want to mark .github/.cspell/rust-dependencies.txt linguist-generated"
fi
@@ -443,17 +445,31 @@ EOF
done
# Make sure the project-specific dictionary does not contain unused words.
unused=''
for word in $(grep -v '//.*' "${project_dictionary}" || true); do
if ! grep <<<"${all_words}" -Eq -i "^${word}$"; then
unused+="${word}"$'\n'
if [[ -n "${REMOVE_UNUSED_WORDS:-}" ]]; then
grep_args=()
for word in $(grep -Ev '^//.*' "${project_dictionary}" || true); do
if ! grep -Eqi "^${word}$" <<<"${all_words}"; then
grep_args+=(-e "^${word}$")
fi
done
if [[ ${#grep_args[@]} -gt 0 ]]; then
info "removing unused words from ${project_dictionary}"
res=$(grep -Ev "${grep_args[@]}" "${project_dictionary}")
printf '%s\n' "${res}" >|"${project_dictionary}"
fi
else
unused=''
for word in $(grep -Ev '^//.*' "${project_dictionary}" || true); do
if ! grep -Eqi "^${word}$" <<<"${all_words}"; then
unused+="${word}"$'\n'
fi
done
if [[ -n "${unused}" ]]; then
error "unused words in dictionaries; please remove the following words from ${project_dictionary} or run ${0##*/} with REMOVE_UNUSED_WORDS=1"
printf '=======================================\n'
printf '%s' "${unused}"
printf '=======================================\n'
fi
done
if [[ -n "${unused}" ]]; then
error "unused words in dictionaries; please remove the following words from ${project_dictionary}"
echo "======================================="
echo -n "${unused}"
echo "======================================="
fi
fi
fi