Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
9e7bc10665 Release 2.21.13 2023-11-17 10:36:40 +09:00
Taiki Endo
12669737fd Update syft@latest to 0.97.0 2023-11-17 09:20:14 +09:00
Taiki Endo
e2daa7c7c8 Release 2.21.12 2023-11-16 09:55:59 +09:00
Taiki Endo
bad6e0dafb Update protoc@latest to 3.25.1 2023-11-16 09:21:20 +09:00
3 changed files with 57 additions and 5 deletions

View File

@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.21.13] - 2023-11-17
- Update `syft@latest` to 0.97.0.
## [2.21.12] - 2023-11-16
- Update `protoc@latest` to 3.25.1.
## [2.21.11] - 2023-11-12
- Update `cargo-binstall@latest` to 1.4.5.
@@ -1421,7 +1429,9 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.11...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.13...HEAD
[2.21.13]: https://github.com/taiki-e/install-action/compare/v2.21.12...v2.21.13
[2.21.12]: https://github.com/taiki-e/install-action/compare/v2.21.11...v2.21.12
[2.21.11]: https://github.com/taiki-e/install-action/compare/v2.21.10...v2.21.11
[2.21.10]: https://github.com/taiki-e/install-action/compare/v2.21.9...v2.21.10
[2.21.9]: https://github.com/taiki-e/install-action/compare/v2.21.8...v2.21.9

28
manifests/protoc.json generated
View File

@@ -2,13 +2,35 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "3.25.0"
"version": "3.25.1"
},
"3": {
"version": "3.25.0"
"version": "3.25.1"
},
"3.25": {
"version": "3.25.0"
"version": "3.25.1"
},
"3.25.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-x86_64.zip",
"checksum": "ed8fca87a11c888fed329d6a59c34c7d436165f662a2c875246ddb1ac2b6dd50"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-osx-x86_64.zip",
"checksum": "72c6d6b2bc855ff8688c3b7fb31288ccafd0ab55256ff8382d5711ecfcc11f4f"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-win64.zip",
"checksum": "b55901fc748d1679f3a803bdc2a920e1897eb02433c501b5a589ea08c4623844"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-aarch_64.zip",
"checksum": "99975a8c11b83cd65c3e1151ae1714bf959abc0521acb659bf720524276ab0c8"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-osx-aarch_64.zip",
"checksum": "320308ce18c359564948754f51748de41cf02a4e7edf0cf47a805b9d38610f16"
}
},
"3.25.0": {
"x86_64_linux_gnu": {

22
manifests/syft.json generated
View File

@@ -23,7 +23,27 @@
}
},
"latest": {
"version": "0.96.0"
"version": "0.97.0"
},
"0.97": {
"version": "0.97.0"
},
"0.97.0": {
"x86_64_linux_musl": {
"checksum": "c17c905a2b687c1dac3fb96d7d30bcd6fbec1bdb5662372d0d9e2f8536b7ce04"
},
"x86_64_macos": {
"checksum": "46636177f41e8fe01941b786141a9cabd34453da2b245068925e0f8a56797a54"
},
"x86_64_windows": {
"checksum": "250cc21ad1538c575fa74d51230c20c7517af79d36b5271788ca4ebf038e4a26"
},
"aarch64_linux_musl": {
"checksum": "8cce25f7180c385de094936c40306f5efacf1ec5dc9e150076aa1b8a4844ff35"
},
"aarch64_macos": {
"checksum": "6bb8c10704c2d0de82e3e6dfd845391343c6d13737b71576f4c5d586b0eefbe1"
}
},
"0.96": {
"version": "0.96.0"