Compare commits

...

7 Commits

Author SHA1 Message Date
Taiki Endo
f535147c22 Release 2.62.46 2025-11-04 10:14:19 +09:00
Taiki Endo
8ce5cdd6d6 Update vacuum@latest to 0.19.5 2025-11-04 10:12:54 +09:00
Taiki Endo
f1037e0c9d Update syft@latest to 1.37.0 2025-11-04 10:12:54 +09:00
Taiki Endo
a74bc76dc4 Update mise@latest to 2025.11.2 2025-11-04 10:12:54 +09:00
Taiki Endo
a1325eb59e Update knope@latest to 0.21.5 2025-11-04 10:12:54 +09:00
Taiki Endo
8f3ba53592 Update cargo-rdme manifest 2025-11-04 10:12:54 +09:00
Taiki Endo
0e0d09f938 codegen: Mark cargo-rdme 1.5.0 as broken
Same as c84a79430f.
(macOS binary is missing)
2025-11-04 10:01:18 +09:00
7 changed files with 154 additions and 11 deletions

View File

@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.62.46] - 2025-11-04
- Update `vacuum@latest` to 0.19.5.
- Update `syft@latest` to 1.37.0.
- Update `mise@latest` to 2025.11.2.
- Update `knope@latest` to 0.21.5.
## [2.62.45] - 2025-11-02
- Update `zizmor@latest` to 1.16.2.
@@ -4879,7 +4889,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.45...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.46...HEAD
[2.62.46]: https://github.com/taiki-e/install-action/compare/v2.62.45...v2.62.46
[2.62.45]: https://github.com/taiki-e/install-action/compare/v2.62.44...v2.62.45
[2.62.44]: https://github.com/taiki-e/install-action/compare/v2.62.43...v2.62.44
[2.62.43]: https://github.com/taiki-e/install-action/compare/v2.62.42...v2.62.43

View File

@@ -8,6 +8,18 @@
"1": {
"version": "1.4.2"
},
"1.5.0": {
"x86_64_linux_musl": {
"url": "https://github.com/orium/cargo-rdme/releases/download/v1.5.0/cargo-rdme_v1.5.0_x86_64-unknown-linux-musl.tar.bz2",
"etag": "0x8DE1A48C529E8DE",
"checksum": "95a4f5563045b2609ed5bb7c37e0224136e57876a5c6dc6e30c9b16628a4330c"
},
"x86_64_windows": {
"url": "https://github.com/orium/cargo-rdme/releases/download/v1.5.0/cargo-rdme_v1.5.0_x86_64-pc-windows-gnu.zip",
"etag": "0x8DE1A48ED60DAA9",
"checksum": "f9d59427989ae52ef31f41a66168c92f4965911388167b3086011a2795f9e7f3"
}
},
"1.4": {
"version": "1.4.2"
},

30
manifests/knope.json generated
View File

@@ -3,10 +3,36 @@
"template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": {
"version": "0.21.3"
"version": "0.21.5"
},
"0.21": {
"version": "0.21.3"
"version": "0.21.5"
},
"0.21.5": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.5/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DE1AA7ED11F0FD",
"checksum": "06023d690ddbf43f28dc7d8a6a808de5076634cdd3ac141575d11fab8c739678",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.5/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DE1AA7ED041DDF",
"checksum": "698fc4d2bdba4bfba7767540086a66a6800acfa15dfbe4d37eaec30910e99e91",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.5/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DE1AA7ED26258F",
"checksum": "1f53333145e80446e0f4f2ff02f8fc80bda778cc0d8d44e17fabbcdce3eeb44d",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.21.5/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DE1AA7ED00C639",
"checksum": "a24b17016369d9e083f5c6244b6c3ba671dacb5793e237a1eb7f53ca09e3c262",
"bin": "knope-aarch64-apple-darwin/knope"
}
},
"0.21.3": {
"x86_64_linux_musl": {

32
manifests/mise.json generated
View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2025.11.1"
"version": "2025.11.2"
},
"2025": {
"version": "2025.11.1"
"version": "2025.11.2"
},
"2025.11": {
"version": "2025.11.1"
"version": "2025.11.2"
},
"2025.11.2": {
"x86_64_linux_musl": {
"etag": "0x8DE1AEF1305A0DA",
"checksum": "e00811c66fa8ec2f5033b4ce92ca6166e861b5c428dbbf4d056995fd15029c8b"
},
"x86_64_macos": {
"etag": "0x8DE1AEF15E979C2",
"checksum": "8843e32d7c013b21ba998ff49e814a1f8efd2676812a3a552db4c0ffd692d2a4"
},
"x86_64_windows": {
"etag": "0x8DE1AEF16BA0F92",
"checksum": "3049975bca81220f2d886eb171e1a1ab5771ced11d46211615da4ac3fdf14592"
},
"aarch64_linux_musl": {
"etag": "0x8DE1AEF0E39D0D4",
"checksum": "245b009fad7c8c6b5d32c6a4027189428b89d79cd5919f0962f1fcce6eea454a"
},
"aarch64_macos": {
"etag": "0x8DE1AEF153096EE",
"checksum": "6c7e7f44dd9936926dd35e6b9feb3365f4c14343cecf1b27e3c34b2fff42e849"
},
"aarch64_windows": {
"etag": "0x8DE1AEF16ACD84D",
"checksum": "eba2d6507f4afe921ad94b3f9048f99dab91932aaf482406f742d49c0547c455"
}
},
"2025.11.1": {
"x86_64_linux_musl": {

37
manifests/syft.json generated
View File

@@ -32,10 +32,43 @@
},
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/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": "0x8DE1B0686F8032E",
"checksum": "b81a0dc81b92265f4597659bba5509e014c78228182804bb1bc97856af26e326"
},
"x86_64_macos": {
"etag": "0x8DE1B0687E8F530",
"checksum": "70e00d20e3d0a72d90fdee607986f680cfaccc50c51a66e12030b96df62770cf"
},
"x86_64_windows": {
"etag": "0x8DE1B0688008167",
"checksum": "7e3602f4b95fd916080ec9348805d79b33e6bb37c693d83aa2d3c85423ceaea5"
},
"aarch64_linux_musl": {
"etag": "0x8DE1B068711621B",
"checksum": "52980b7fd4829ab9561527c775c5adc7ece43eb7f9026e456351cd5b5252fdda"
},
"aarch64_macos": {
"etag": "0x8DE1B0687DD9059",
"checksum": "b676cb2e112fcf5ec25638cca129f5de92f4786a6c4628cd3c307992f1a6a50d"
},
"powerpc64le_linux_musl": {
"etag": "0x8DE1B0686F4F95C",
"checksum": "d1ca6ceaa20a63f7c4a7c344a17d88412cf951b3085b826d6b64b352cb5ed6d8"
},
"s390x_linux_musl": {
"etag": "0x8DE1B068700AC07",
"checksum": "9fcc21abe6bc89fe9c72043286191f7b4bc0dd8fd3a8b20c2a18bda981b294ad"
}
},
"1.36": {
"version": "1.36.0"

30
manifests/vacuum.json generated
View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
"latest": {
"version": "0.19.4"
"version": "0.19.5"
},
"0.19": {
"version": "0.19.4"
"version": "0.19.5"
},
"0.19.5": {
"x86_64_linux_musl": {
"etag": "0x8DE1ADA9A75A8A5",
"checksum": "da9010e2a4b0300ced7d86fbbe70871bf2d2780b38a974c39e0c001624fd018e"
},
"x86_64_macos": {
"etag": "0x8DE1ADA99EFF853",
"checksum": "0c208477f53945923afbad2d9c19008c8f17188aac464f0b0eeb52b6a9e2d194"
},
"x86_64_windows": {
"etag": "0x8DE1ADA9A9431D4",
"checksum": "019c5bd95cc138c3072abe7185208d028e545ae78b42d0cc42367a4e16313017"
},
"aarch64_linux_musl": {
"etag": "0x8DE1ADA99E11508",
"checksum": "c09b90ae87518a85ff287604e211729a1e22c4ffc2bb5619cd6e4d82cd4d6e28"
},
"aarch64_macos": {
"etag": "0x8DE1ADA99E4937F",
"checksum": "fde49f7613494f980747930448c24d73ae07a2a80f1ba841feea765efe6a49a6"
},
"aarch64_windows": {
"etag": "0x8DE1ADA9A898F69",
"checksum": "b9c53f47f9df0c23cd0fe80f9e3471bdc5c7ba56b8e452a5410029dd672ba061"
}
},
"0.19.4": {
"x86_64_linux_musl": {

View File

@@ -2,7 +2,16 @@
"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", "1.4.8", "1.4.9"],
"broken": [
"1.4.3",
"1.4.4",
"1.4.5",
"1.4.6",
"1.4.7",
"1.4.8",
"1.4.9",
"1.5.0"
],
"asset_name": [
"${package}_v${version}_${rust_target}.tar.bz2",
"${package}_v${version}_${rust_target}.zip"