mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-18 18:00:21 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9448815031 | ||
|
|
6fc7a8306e | ||
|
|
254997108a | ||
|
|
f8cedcbbda |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [2.22.8] - 2023-12-20
|
||||||
|
|
||||||
- Update `just@latest` to 1.17.0.
|
- Update `just@latest` to 1.17.0.
|
||||||
@@ -1533,7 +1541,9 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.8...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.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.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.6]: https://github.com/taiki-e/install-action/compare/v2.22.5...v2.22.6
|
||||||
|
|||||||
22
manifests/syft.json
generated
22
manifests/syft.json
generated
@@ -23,7 +23,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"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": {
|
"0.98": {
|
||||||
"version": "0.98.0"
|
"version": "0.98.0"
|
||||||
|
|||||||
35
manifests/wasmtime.json
generated
35
manifests/wasmtime.json
generated
@@ -2,7 +2,40 @@
|
|||||||
"rust_crate": "wasmtime-cli",
|
"rust_crate": "wasmtime-cli",
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"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": {
|
"15": {
|
||||||
"version": "15.0.1"
|
"version": "15.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user