mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 10:50:25 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9448815031 | ||
|
|
6fc7a8306e | ||
|
|
254997108a | ||
|
|
f8cedcbbda | ||
|
|
57fbff3bfb | ||
|
|
900d5c4607 |
17
CHANGELOG.md
17
CHANGELOG.md
@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.22.10] - 2023-12-21
|
||||
|
||||
- Update `syft@latest` to 0.99.0.
|
||||
|
||||
## [2.22.9] - 2023-12-21
|
||||
|
||||
- Update `wasmtime@latest` to 16.0.0.
|
||||
|
||||
## [2.22.8] - 2023-12-20
|
||||
|
||||
- Update `just@latest` to 1.17.0.
|
||||
|
||||
## [2.22.7] - 2023-12-19
|
||||
|
||||
- Update `zola@latest` to 0.18.0.
|
||||
@@ -1529,7 +1541,10 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.7...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.10...HEAD
|
||||
[2.22.10]: https://github.com/taiki-e/install-action/compare/v2.22.9...v2.22.10
|
||||
[2.22.9]: https://github.com/taiki-e/install-action/compare/v2.22.8...v2.22.9
|
||||
[2.22.8]: https://github.com/taiki-e/install-action/compare/v2.22.7...v2.22.8
|
||||
[2.22.7]: https://github.com/taiki-e/install-action/compare/v2.22.6...v2.22.7
|
||||
[2.22.6]: https://github.com/taiki-e/install-action/compare/v2.22.5...v2.22.6
|
||||
[2.22.5]: https://github.com/taiki-e/install-action/compare/v2.22.4...v2.22.5
|
||||
|
||||
24
manifests/just.json
generated
24
manifests/just.json
generated
@@ -18,10 +18,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.16.0"
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.16.0"
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1.17": {
|
||||
"version": "1.17.0"
|
||||
},
|
||||
"1.17.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "dac0ae3850b6a68c927930b956be5bc17250f01853be4338bd3277c3f57df743"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "3dd5b14275b940f26b0a6223d9f4cb41a93acfe22282d7ff3fd4bb3e1e742e84"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "7e2fd34d9be9247a8f962954e1d47aede2774bbd3aa1619015fa822150943ef3"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "11c5822d0826034b129ee80af687a3934622fcf6127920b814567202d0000e93"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "1e04d68431762b8898e73f5c9a34e1541132789b719d95063cbf2ac259dffb27"
|
||||
}
|
||||
},
|
||||
"1.16": {
|
||||
"version": "1.16.0"
|
||||
|
||||
22
manifests/syft.json
generated
22
manifests/syft.json
generated
@@ -23,7 +23,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.98.0"
|
||||
"version": "0.99.0"
|
||||
},
|
||||
"0.99": {
|
||||
"version": "0.99.0"
|
||||
},
|
||||
"0.99.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "e18580d1d55370431503a6dc17082e53ce0195cec498d025c09e3a201f492911"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ab38b1f15f5503777961494fa2d027a1c47bfc9e83550ab07a3a4a6354db9dfa"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "39adaae48cf1158c1181c3948bd4823e3fdd84f3411fb3cf0e466a29a1355732"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "f198faf502e9fd6161a4236c365ff5f95e23f0b26d5e18fd6b245a5e2a1cb94c"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "43a4267e540766a4a9205802b69713b0dd76e08e4c6828b0b7b51363a72ba498"
|
||||
}
|
||||
},
|
||||
"0.98": {
|
||||
"version": "0.98.0"
|
||||
|
||||
35
manifests/wasmtime.json
generated
35
manifests/wasmtime.json
generated
@@ -2,7 +2,40 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "15.0.1"
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16": {
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16.0": {
|
||||
"version": "16.0.0"
|
||||
},
|
||||
"16.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-linux.tar.xz",
|
||||
"checksum": "7bb4c78977a711b3af820e7e120e05b63124b0c9707f82b39ec02252caa01504",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-macos.tar.xz",
|
||||
"checksum": "5a0f814a7124407166212866bc5fa381a2e615bc05152e5c749986a2697c5a61",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-x86_64-windows.zip",
|
||||
"checksum": "c6a4a247fbe50ba306dcaf91327e3f4eceac007554739648cf09542f87c12efb",
|
||||
"bin": "wasmtime-v16.0.0-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-aarch64-linux.tar.xz",
|
||||
"checksum": "b21cc534b3dc89e6abcfca9981f9a0a156291b2418d2ef45390dd59013a98adc",
|
||||
"bin": "wasmtime-v16.0.0-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasmtime-v16.0.0-aarch64-macos.tar.xz",
|
||||
"checksum": "a9d5b7e75d7b8877390b9b0b078fe995d721d86ea9f11fc97a43fc1a3352b0c3",
|
||||
"bin": "wasmtime-v16.0.0-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"version": "15.0.1"
|
||||
|
||||
Reference in New Issue
Block a user