Compare commits

...

14 Commits

Author SHA1 Message Date
Taiki Endo
f1390fd0d8 Release 2.49.44 2025-04-04 07:34:59 +09:00
Taiki Endo
537312ee19 codegen: Exclude versions not released on crates.io from candidate for "latest" 2025-04-04 07:33:46 +09:00
Taiki Endo
95bd642ae8 Revert "codegen: Mark cargo-lambda 1.8.1 as broken"
It has been released in crates.io.
https://crates.io/crates/cargo-lambda/1.8.1

This reverts commit 3aab944b2c.
2025-04-04 07:33:46 +09:00
Taiki Endo
bd89d20437 Update grcov@latest to 0.8.24 2025-04-03 21:19:10 +09:00
Taiki Endo
418c945d4e Update osv-scanner@latest to 2.0.1 2025-04-03 15:16:15 +09:00
Taiki Endo
e46c0f3a1c Update cargo-lambda manifest 2025-04-03 15:16:15 +09:00
Taiki Endo
e207b95c76 Update release-plz@latest to 0.3.130 2025-04-03 06:15:48 +09:00
Taiki Endo
8595cc3e58 Update cargo-lambda@latest to 1.8.2 2025-04-03 06:15:48 +09:00
Taiki Endo
575f713d02 Release 2.49.43 2025-04-02 00:37:18 +09:00
Taiki Endo
605e7a5c6b Update syft@latest to 1.22.0 2025-04-02 00:15:52 +09:00
Taiki Endo
70b33e5b3b Release 2.49.42 2025-04-01 22:52:04 +09:00
Taiki Endo
3ed0b50109 Update grcov@latest to 0.8.23 2025-04-01 21:01:18 +09:00
Taiki Endo
e488b1709f Release 2.49.41 2025-04-01 20:54:40 +09:00
Taiki Endo
cc82eef035 Update mdbook@latest to 0.4.48 2025-04-01 09:34:32 +09:00
13 changed files with 226 additions and 25 deletions

View File

@@ -10,6 +10,30 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.49.44] - 2025-04-03
- Update `grcov@latest` to 0.8.24.
- Update `osv-scanner@latest` to 2.0.1.
- Update `release-plz@latest` to 0.3.130.
- Update `cargo-lambda@latest` to 1.8.1.
- Downgrade `cargo-spellcheck@latest` to 0.15.1. ([#932](https://github.com/taiki-e/install-action/pull/932))
## [2.49.43] - 2025-04-01
- Update `syft@latest` to 1.22.0.
## [2.49.42] - 2025-04-01
- Update `grcov@latest` to 0.8.23.
## [2.49.41] - 2025-04-01
- Update `mdbook@latest` to 0.4.48.
## [2.49.40] - 2025-03-31
- Update `typos@latest` to 1.31.1.
@@ -3758,7 +3782,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.49.40...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.44...HEAD
[2.49.44]: https://github.com/taiki-e/install-action/compare/v2.49.43...v2.49.44
[2.49.43]: https://github.com/taiki-e/install-action/compare/v2.49.42...v2.49.43
[2.49.42]: https://github.com/taiki-e/install-action/compare/v2.49.41...v2.49.42
[2.49.41]: https://github.com/taiki-e/install-action/compare/v2.49.40...v2.49.41
[2.49.40]: https://github.com/taiki-e/install-action/compare/v2.49.39...v2.49.40
[2.49.39]: https://github.com/taiki-e/install-action/compare/v2.49.38...v2.49.39
[2.49.38]: https://github.com/taiki-e/install-action/compare/v2.49.37...v2.49.38

View File

@@ -20,13 +20,35 @@
},
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
"latest": {
"version": "1.8.0"
"version": "1.8.1"
},
"1": {
"version": "1.8.0"
"version": "1.8.1"
},
"1.8": {
"version": "1.8.0"
"version": "1.8.1"
},
"1.8.2": {
"x86_64_linux_musl": {
"etag": "0x8DD72477E803414",
"checksum": "ab8f9c195247e6a2b0c08914935717cecae051e0f968e3ba4619cbfb514fb80c"
},
"x86_64_macos": {
"etag": "0x8DD72477F2B6AA0",
"checksum": "be195b446a7ffbfad4fd35da8cf50e0d5427d4a29ca5a724cee8565a34b65f66"
},
"x86_64_windows": {
"etag": "0x8DD72477FCA79EF",
"checksum": "21b45fa237d65e8ee8948b6da0f5c2494d5c838d5c6bb874a28a15b32dd72d7a"
},
"aarch64_linux_musl": {
"etag": "0x8DD72478060B98B",
"checksum": "f050e4df9e8bf7edb6d375672c80a9ee9ffb1bd6129ff9c5fbfb08d0318b1c0c"
},
"aarch64_macos": {
"etag": "0x8DD724780F96761",
"checksum": "08f2fb15270ca9e7ed80635d8ec96c5dcf63cc7322c23b9bbeb417690fb83495"
}
},
"1.8.1": {
"x86_64_linux_musl": {

View File

@@ -10,10 +10,10 @@
},
"license_markdown": "[LGPLv2.1](https://github.com/drahnr/cargo-spellcheck/blob/master/LICENSE-LGPL)",
"latest": {
"version": "0.15.2"
"version": "0.15.1"
},
"0.15": {
"version": "0.15.2"
"version": "0.15.1"
},
"0.15.2": {
"x86_64_linux_gnu": {

48
manifests/grcov.json generated
View File

@@ -19,10 +19,54 @@
},
"license_markdown": "[MPL-2.0](https://github.com/mozilla/grcov/blob/HEAD/LICENSE-MPL-2.0)",
"latest": {
"version": "0.8.20"
"version": "0.8.24"
},
"0.8": {
"version": "0.8.20"
"version": "0.8.24"
},
"0.8.24": {
"x86_64_linux_musl": {
"etag": "0x8DD72A122202C81",
"checksum": "10a0fbcdac3e8758ee50dac0259987650f4ac76094cad4caf0489d2db07156da"
},
"x86_64_macos": {
"etag": "0x8DD72A1209617EC",
"checksum": "6032d7c74cddd81d3fa8d6796299224f3a2b3ef0f3e43cb5ec0aa4006e162dcb"
},
"x86_64_windows": {
"etag": "0x8DD72A121205735",
"checksum": "7b9a77c1825556acf1554f5eee0cacfcd66cd0168edc9b66863266f36ba7cd68"
},
"aarch64_linux_musl": {
"etag": "0x8DD72A11FFCA77A",
"checksum": "1b0ecec3e1bc44b864392c09e2041007cc8ae746c0f699a31aac12ffce542d90"
},
"aarch64_macos": {
"etag": "0x8DD72A11E683E48",
"checksum": "55d0f221f0d26dba113fc7f2c9ee02c1a3fbe7e1ee72c2ce5d36bb8bdd6642d1"
}
},
"0.8.23": {
"x86_64_linux_musl": {
"etag": "0x8DD6E5CEEBD1DC6",
"checksum": "26c0f50f2240d90a20f6019be3d5e816ea44f5affe34c421a3330a382850d7d8"
},
"x86_64_macos": {
"etag": "0x8DD6E5CEDC0528A",
"checksum": "4e492d938d7ce79544b7479a64e3af303bdb6637db4ef33f8ae1f5434898f7e3"
},
"x86_64_windows": {
"etag": "0x8DD6E5CEE145575",
"checksum": "2d88ff36782792e9fbde3d77bacfa426be1cfec3e34ff5ed7fbfba598a985365"
},
"aarch64_linux_musl": {
"etag": "0x8DD6E5CED73C146",
"checksum": "59284b236c8b274ce6e1bef232e2a294a24fc0bed4e215cab2df06e5fc4ae150"
},
"aarch64_macos": {
"etag": "0x8DD6E5CEC5E0BD8",
"checksum": "6b2ece0bacdb0d06307062284d33dca61bfc1abcd48e96a5ed82bd232facaf4d"
}
},
"0.8.20": {
"x86_64_linux_musl": {

26
manifests/mdbook.json generated
View File

@@ -22,10 +22,32 @@
},
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
"latest": {
"version": "0.4.47"
"version": "0.4.48"
},
"0.4": {
"version": "0.4.47"
"version": "0.4.48"
},
"0.4.48": {
"x86_64_linux_musl": {
"etag": "0x8DD70986420EBE3",
"checksum": "202aa83dcbe63629f229c8bb7ad18b974ad524c9676d10e6794dc2e176d47980"
},
"x86_64_macos": {
"etag": "0x8DD70984ACFD943",
"checksum": "c609fcc53261689e2b1da93c194c175f8f18ca297f4af83a43c5c0cbb39a165b"
},
"x86_64_windows": {
"etag": "0x8DD7098B38BD07A",
"checksum": "4cf46efda130de406619d7480983afdb2dd6e2e91e33100d6c75aac6940bc772"
},
"aarch64_linux_musl": {
"etag": "0x8DD70986140DE12",
"checksum": "348ad43e18d05685bf03080e30ee1f559709166d628e67cda23fae3d051e5dce"
},
"aarch64_macos": {
"etag": "0x8DD70985B84B5A7",
"checksum": "d53e314bf1aeb9914bdec89d24a3a7904d3174d034846b5476750a0c6a5a57c5"
}
},
"0.4.47": {
"x86_64_linux_musl": {

View File

@@ -3,13 +3,45 @@
"template": null,
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"latest": {
"version": "2.0.0"
"version": "2.0.1"
},
"2": {
"version": "2.0.0"
"version": "2.0.1"
},
"2.0": {
"version": "2.0.0"
"version": "2.0.1"
},
"2.0.1": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_linux_amd64",
"etag": "0x8DD725E03A64AF2",
"checksum": "1b6866956362cd98449972b9ec6268674f2a83db1515ce08fea1fef8e4e4555b"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_darwin_amd64",
"etag": "0x8DD725E0493BEAF",
"checksum": "64a0a9e7a08ec9eca1c78fd4f4e951356e9f394429f5406dfc6429e3df1b4863"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_windows_amd64.exe",
"etag": "0x8DD725E038E4A06",
"checksum": "9094d0ee105820cfa3c0ee45ab6506a456b4415d013e8d7475f23f7cf28b50f0"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_linux_arm64",
"etag": "0x8DD725E039A4A78",
"checksum": "9ce9c96e3ae4526f8e077e6b456bc82bb2070abd5bbfac966a8dbbbb93a50fd2"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_darwin_arm64",
"etag": "0x8DD725E03954716",
"checksum": "9ba35760edf0781253286ef8d6fa2322f2b189b5e68e7a3caba3ce6e78324ed5"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v2.0.1/osv-scanner_windows_arm64.exe",
"etag": "0x8DD725E047F8A16",
"checksum": "920ffdc33d9d59222d423b245bd7077c50c916b4ce8d4e92483f1c2681e23565"
}
},
"2.0.0": {
"x86_64_linux_musl": {

View File

@@ -22,10 +22,36 @@
},
"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.129"
"version": "0.3.130"
},
"0.3": {
"version": "0.3.129"
"version": "0.3.130"
},
"0.3.130": {
"x86_64_linux_musl": {
"etag": "0x8DD720FDEB9E5C7",
"checksum": "1e897c80bab204859085e64da306c98383be13e3819c7decd53d935284a26ed5"
},
"x86_64_macos": {
"etag": "0x8DD721085BD547D",
"checksum": "98aca6dc4472259c0c2ade4bf1040a7ba5fbe0c3557aab79eccfdf9d0a2e8f1f"
},
"x86_64_windows": {
"etag": "0x8DD7210AC2E9505",
"checksum": "7ac5f0018a67456b420ea4afb9c7a95f00b4c17e8919e500207d940cecd61a9b"
},
"aarch64_linux_musl": {
"etag": "0x8DD720FF68B39D3",
"checksum": "f6b34ddd2fbaa73443dd9d6d9c002ddc05800929f515ed3891531f10c51e4896"
},
"aarch64_macos": {
"etag": "0x8DD72118A6668CF",
"checksum": "faf31d29126505c77a0379c3cb46b466b547ead46341a7061f082eecc822a418"
},
"aarch64_windows": {
"etag": "0x8DD7210B59DD006",
"checksum": "0799f6fd3ec9b8f1734d9950b140b6a35f4eb2bc4f15961cf939b278b31fad77"
}
},
"0.3.129": {
"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.21.0"
"version": "1.22.0"
},
"1": {
"version": "1.21.0"
"version": "1.22.0"
},
"1.22": {
"version": "1.22.0"
},
"1.22.0": {
"x86_64_linux_musl": {
"etag": "0x8DD712BE951116D",
"checksum": "90ac44b173bd5db36142b351c2e83f89ecdee403285513d4586303dbf8b6bea1"
},
"x86_64_macos": {
"etag": "0x8DD712BEA303CB6",
"checksum": "a0f08e2e333d23c520cc9a5131de4a79039654eeff653259ee7b058aa362febd"
},
"x86_64_windows": {
"etag": "0x8DD712BEA3015CA",
"checksum": "656e1dd6007d24f1d276f789650bd014082b2fff5ff3708dda7fdd1d9b27c77b"
},
"aarch64_linux_musl": {
"etag": "0x8DD712BE93213A3",
"checksum": "bbda61966ebbe22acdcdb0ab5b867c11d0c71bc38dd38697e570f9d7f66fa696"
},
"aarch64_macos": {
"etag": "0x8DD712BE9FF9F7F",
"checksum": "10315364b32a1f7af40611ba31c1ce45782e1d0ead756a4fe2eb065622fc71a3"
}
},
"1.21": {
"version": "1.21.0"

View File

@@ -2775,7 +2775,7 @@
}
},
"0.22": {
"version": "0.22.1"
"version": "0.22.0"
},
"0.22.1": {
"x86_64_linux_gnu": {

2
manifests/zola.json generated
View File

@@ -1,5 +1,5 @@
{
"rust_crate": "zola",
"rust_crate": null,
"template": {
"x86_64_linux_gnu": {
"url": "https://github.com/getzola/zola/releases/download/v${version}/zola-v${version}-x86_64-unknown-linux-gnu.tar.gz"

View File

@@ -4,7 +4,6 @@
"rust_crate": "${package}",
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",
"version_range": ">= 1.3.0",
"broken": ["1.8.1"],
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},

View File

@@ -1,7 +1,6 @@
{
"repository": "https://github.com/getzola/zola",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"platform": {
"x86_64_linux_gnu": {},

View File

@@ -490,12 +490,14 @@ fn main() -> Result<()> {
if let Some(crates_io_info) = &crates_io_info {
if let Some(v) = crates_io_info.versions.iter().find(|v| v.num == *version) {
if v.yanked {
continue;
continue; // Exclude yanked version from candidate for "latest".
}
} else {
continue; // Exclude version not released on crates.io from candidate for "latest".
}
}
if base_info.broken.contains(version) {
continue;
continue; // Exclude version marked as broken from candidate for "latest".
}
if !(version.major == 0 && version.minor == 0) {
manifests.map.insert(
@@ -618,15 +620,17 @@ fn replace_vars(
platform: Option<HostPlatform>,
rust_crate: Option<&str>,
) -> Result<String> {
const RUST_SPECIFIC: &[(&str, fn(HostPlatform) -> &'static str)] = &[
static RUST_SPECIFIC: &[(&str, fn(HostPlatform) -> &'static str)] = &[
("${rust_target}", HostPlatform::rust_target),
("${rust_target_arch}", HostPlatform::rust_target_arch),
("${rust_target_os}", HostPlatform::rust_target_os),
];
// zola is Rust crate, but is not released on crates.io.
static KNOWN_RUST_CRATE_NOT_IN_CRATES_IO: &[&str] = &["zola"];
let mut s = s.replace("${package}", package).replace("${tool}", package);
if let Some(platform) = platform {
s = s.replace("${exe}", platform.exe_suffix());
if rust_crate.is_some() {
if rust_crate.is_some() || KNOWN_RUST_CRATE_NOT_IN_CRATES_IO.contains(&package) {
for &(var, f) in RUST_SPECIFIC {
s = s.replace(var, f(platform));
}