Compare commits

...

4 Commits

Author SHA1 Message Date
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
Taiki Endo
4d8504289a Release 2.21.11 2023-11-12 21:19:24 +09:00
Taiki Endo
7319f907b0 Update cargo-binstall@latest to 1.4.5 2023-11-12 21:10:08 +09:00
3 changed files with 44 additions and 12 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.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.
## [2.21.10] - 2023-11-10
- Update `syft@latest` to 0.96.0.
@@ -1417,7 +1425,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.10...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.12...HEAD
[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
[2.21.8]: https://github.com/taiki-e/install-action/compare/v2.21.7...v2.21.8

View File

@@ -21,26 +21,26 @@
}
},
"latest": {
"version": "1.4.4"
"version": "1.4.5"
},
"1.4.4": {
"1.4.5": {
"x86_64_linux_musl": {
"checksum": "1ebe1ea7c17799af5b007fb129127493f1617bc3240b56463753cdaaa9df8f90"
"checksum": "7a9fa74ddaa48d989e7ef81f12890b0338af755fb88a0db9150c092a5aee42c0"
},
"x86_64_macos": {
"checksum": "0e9035c97d9f1a2a6707a07415d4b04b459b4f426e168b8742143f86b1272e42"
"checksum": "e8e335ccea16b1828589da92ebc77653be8bdfc27776e185be8bae96c99de24c"
},
"x86_64_windows": {
"checksum": "900ca1c7e31e734ecb760473cc8b1f363d96668f358a983a1d41a65b868bbf5d"
"checksum": "8b4c13c944e99a1907a19e2b5f4176ff3ecd6d1fdea0ab65eafd085517ed4f63"
},
"aarch64_linux_musl": {
"checksum": "00f3da8c996bbef968c6d081d909e7e85228b14206d46ac6b6ef88bdbe070a19"
"checksum": "6d4c33b27e7f12d27c231bf637ebab652a0b40e658560a4fb95a1db41e932bad"
},
"aarch64_macos": {
"checksum": "51511cd78b82321b4546a17fc82db0004fadb19cf2435381b72380c6bdf8a3dc"
"checksum": "1fbb8cb5b6f789ac856638aa2f43f0e8d3f9586dff67c0aab5bc07abf801f29a"
},
"aarch64_windows": {
"checksum": "52a5c59f8745c455674cf6465a04b2f2240d6267c90418e1f943134c2652b249"
"checksum": "4fcdfd5558fa3f0cfad5c29d07807e47dda45cae907f281a5316af0c4752ab45"
}
}
}

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": {