Compare commits

...

13 Commits

Author SHA1 Message Date
Taiki Endo
f0940d272d Release 2.26.9 2024-02-02 03:06:30 +09:00
Taiki Endo
6a6032c8d2 Update syft@latest to 0.103.1 2024-02-01 03:09:21 +09:00
Taiki Endo
7dcb31b803 Release 2.26.8 2024-02-01 00:50:22 +09:00
Taiki Endo
9546f7a9e6 Update osv-scanner@latest to 1.6.2 2024-01-31 15:10:44 +09:00
Taiki Endo
e6605310f9 Tweak comment in Cargo.toml 2024-01-28 01:46:28 +09:00
Taiki Endo
dd34dd71c2 tools: Tweak scripts 2024-01-27 23:57:26 +09:00
Taiki Endo
bee85d7ea7 Release 2.26.7 2024-01-27 00:34:18 +09:00
Taiki Endo
d342979ad8 Update syft@latest to 0.102.0 2024-01-27 00:21:10 +09:00
Taiki Endo
1f501f091c Release 2.26.6 2024-01-26 10:33:49 +09:00
Taiki Endo
a41a131e83 Update wasmtime@latest to 17.0.0 2024-01-26 06:11:37 +09:00
Taiki Endo
02279cb6b1 Release 2.26.5 2024-01-26 00:24:38 +09:00
Taiki Endo
eadff460de Update cargo-llvm-cov@latest to 0.6.4 2024-01-26 00:22:34 +09:00
Taiki Endo
e07d1180e7 Increase frequency of scheduled job
https://github.com/taiki-e/install-action/issues/348
2024-01-25 10:47:16 +09:00
9 changed files with 148 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ on:
- main
- dev
schedule:
- cron: '0 0,6,12,18 * * *'
- cron: '0 0,3,6,9,12,15,18,21 * * *'
workflow_dispatch:
env:

View File

@@ -10,6 +10,26 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.26.9] - 2024-02-01
- Update `syft@latest` to 0.103.1.
## [2.26.8] - 2024-01-31
- Update `osv-scanner@latest` to 1.6.2.
## [2.26.7] - 2024-01-26
- Update `syft@latest` to 0.102.0.
## [2.26.6] - 2024-01-26
- Update `wasmtime@latest` to 17.0.0.
## [2.26.5] - 2024-01-25
- Update `cargo-llvm-cov@latest` to 0.6.4.
## [2.26.4] - 2024-01-25
- Update `cargo-make@latest` to 0.37.8.
@@ -1691,7 +1711,12 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.4...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.9...HEAD
[2.26.9]: https://github.com/taiki-e/install-action/compare/v2.26.8...v2.26.9
[2.26.8]: https://github.com/taiki-e/install-action/compare/v2.26.7...v2.26.8
[2.26.7]: https://github.com/taiki-e/install-action/compare/v2.26.6...v2.26.7
[2.26.6]: https://github.com/taiki-e/install-action/compare/v2.26.5...v2.26.6
[2.26.5]: https://github.com/taiki-e/install-action/compare/v2.26.4...v2.26.5
[2.26.4]: https://github.com/taiki-e/install-action/compare/v2.26.3...v2.26.4
[2.26.3]: https://github.com/taiki-e/install-action/compare/v2.26.2...v2.26.3
[2.26.2]: https://github.com/taiki-e/install-action/compare/v2.26.1...v2.26.2

View File

@@ -2,7 +2,7 @@
resolver = "2"
members = ["tools/codegen"]
# This table is shared by projects under https://github.com/taiki-e.
# This table is shared by projects under github.com/taiki-e.
# It is not intended for manual editing.
[workspace.lints.rust]
improper_ctypes = "warn"

View File

@@ -18,10 +18,27 @@
}
},
"latest": {
"version": "0.6.3"
"version": "0.6.4"
},
"0.6": {
"version": "0.6.3"
"version": "0.6.4"
},
"0.6.4": {
"x86_64_linux_musl": {
"checksum": "ce41260f7359695a471a936ff8f101334918dda52cc9860ac2bda9c2ed2b72a1"
},
"x86_64_macos": {
"checksum": "aa0d329125318a2eeb082131eac7109be7c31adc093da790a7b98dc5da80a777"
},
"x86_64_windows": {
"checksum": "617c4bc210609392b342117d295ded9d5931399e6e767be0f388c4ab605a2c67"
},
"aarch64_linux_musl": {
"checksum": "a57681b63815c2cfa7113854eb95e234575d974d3065f4533512b1163ed2de18"
},
"aarch64_macos": {
"checksum": "0649b4240ec2d4d0987f43f490c91dfd75a3212007189e051de9a43e3898c683"
}
},
"0.6.3": {
"x86_64_linux_musl": {

View File

@@ -21,13 +21,33 @@
}
},
"latest": {
"version": "1.6.1"
"version": "1.6.2"
},
"1": {
"version": "1.6.1"
"version": "1.6.2"
},
"1.6": {
"version": "1.6.1"
"version": "1.6.2"
},
"1.6.2": {
"x86_64_linux_gnu": {
"checksum": "b8440f451509ea4a4f12b363352659e7c37718d8e170d537ffdd481b031cfd41"
},
"x86_64_macos": {
"checksum": "07cd355aa9b0bc3b1013b9e053cf79ebadfe51d48337707194d39807293d79c8"
},
"x86_64_windows": {
"checksum": "2bccba4c1b97906ec9dab4307d2ec701c5636f786e073707880ba91e57a71923"
},
"aarch64_linux_gnu": {
"checksum": "57821f223373d259469d5d08bd7710cd228e7c056aaa5ab70045ba3f9d32c991"
},
"aarch64_macos": {
"checksum": "646bf2564680ef776de5478ec5fd34f2ed3f945345d16aa01f64e388fa40c9d6"
},
"aarch64_windows": {
"checksum": "060270c5499d51890f97812ef92e751b7243e0a76503376d860d083712f62a7d"
}
},
"1.6.1": {
"x86_64_linux_gnu": {

42
manifests/syft.json generated
View File

@@ -23,7 +23,47 @@
}
},
"latest": {
"version": "0.101.1"
"version": "0.103.1"
},
"0.103": {
"version": "0.103.1"
},
"0.103.1": {
"x86_64_linux_musl": {
"checksum": "d128c3fbd86816e8c6f69df436b18a780a2b5d19f020c47a508ec2a2e88bef0b"
},
"x86_64_macos": {
"checksum": "5f0d8fdec61b2f81fa1974416b37bf80740bd1d83f06b55e7defca41558ee3f1"
},
"x86_64_windows": {
"checksum": "fd2204b44cbadbc84af50740b0005341c269420ec8c234f51250ea4c0b1a02e9"
},
"aarch64_linux_musl": {
"checksum": "4d424a5f3d9754e00fc1e374b493e22ee5da590ebcde29d02cef1013671cf28b"
},
"aarch64_macos": {
"checksum": "462d637405ebb02d49b03dd888dd4a7bca6a3efd2e4cef73a43111b1e4cbdf8e"
}
},
"0.102": {
"version": "0.102.0"
},
"0.102.0": {
"x86_64_linux_musl": {
"checksum": "35f52d22745fb9a60fd7023e9faf5088a9dd506de11a9e20bf8a73d9f8a2cadf"
},
"x86_64_macos": {
"checksum": "0aa08966ff4d46becdc7cbeadac858e4a6787e6bcc22994fd489338094bdddf3"
},
"x86_64_windows": {
"checksum": "70391850bc8c6bf9ccea5d67d2437217eaaa2303bfb34c9cea3b32231cbdae46"
},
"aarch64_linux_musl": {
"checksum": "9e55e48c89fe122452e175f0b769318e29585e079567c518781dd25a2af9f51e"
},
"aarch64_macos": {
"checksum": "16fcf55432dd04ab7bd553a32a04d73bccee9852fa3aecffe14012fe1a1f8764"
}
},
"0.101": {
"version": "0.101.1"

View File

@@ -2,7 +2,40 @@
"rust_crate": "wasmtime-cli",
"template": null,
"latest": {
"version": "16.0.0"
"version": "17.0.0"
},
"17": {
"version": "17.0.0"
},
"17.0": {
"version": "17.0.0"
},
"17.0.0": {
"x86_64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-linux.tar.xz",
"checksum": "d419e5280b0bd28084b3586950a90904eb0ea1d77a44464e528365db25f30ff7",
"bin": "wasmtime-v17.0.0-x86_64-linux/wasmtime"
},
"x86_64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-macos.tar.xz",
"checksum": "20e7d1f18d4763d1ce59f844ba6195c6ec387b76fe94015e473934ef8d918cfd",
"bin": "wasmtime-v17.0.0-x86_64-macos/wasmtime"
},
"x86_64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-x86_64-windows.zip",
"checksum": "bc0b837e258e2e7283da90edb9ffeaa7c3716d5b33c9a8c53d9baa957a687c8c",
"bin": "wasmtime-v17.0.0-x86_64-windows/wasmtime.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-aarch64-linux.tar.xz",
"checksum": "2871ae8151e0f93363f16a6f1202561dc15b2b646e5b96a67456f1c8a67caab5",
"bin": "wasmtime-v17.0.0-aarch64-linux/wasmtime"
},
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.0/wasmtime-v17.0.0-aarch64-macos.tar.xz",
"checksum": "4a3084e6a426246f2d9e54ea38c1a22418874b4f715d44a88e87668c05540785",
"bin": "wasmtime-v17.0.0-aarch64-macos/wasmtime"
}
},
"16": {
"version": "16.0.0"

View File

@@ -76,10 +76,10 @@ if [[ -n "${tags}" ]]; then
fi
# Update changelog.
remote_url=$(grep -E '^\[Unreleased\]: https://' "${changelog}" | sed 's/^\[Unreleased\]: //; s/\.\.\.HEAD$//')
before_tag="${remote_url#*/compare/}"
prev_tag="${remote_url#*/compare/}"
remote_url="${remote_url%/compare/*}"
sed -i "s/^## \\[Unreleased\\]/## [Unreleased]\\n\\n## [${version}] - ${release_date}/" "${changelog}"
sed -i "s#^\[Unreleased\]: https://.*#[Unreleased]: ${remote_url}/compare/${tag}...HEAD\\n[${version}]: ${remote_url}/compare/${before_tag}...${tag}#" "${changelog}"
sed -i "s#^\[Unreleased\]: https://.*#[Unreleased]: ${remote_url}/compare/${tag}...HEAD\\n[${version}]: ${remote_url}/compare/${prev_tag}...${tag}#" "${changelog}"
if ! grep -Eq "^## \\[${version//./\\.}\\] - ${release_date}$" "${changelog}"; then
bail "failed to update ${changelog}"
fi

View File

@@ -91,6 +91,7 @@ if [[ -n "$(git ls-files '*.rs')" ]]; then
error "please replace \`.cast()\` with \`.cast::<type_name>()\`:"
echo "${cast_without_turbofish}"
fi
# Sync readme and crate-level doc.
first='1'
for readme in $(git ls-files '*README.md'); do
if ! grep -q '^<!-- tidy:crate-doc:start -->' "${readme}"; then