Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
c12d62a803 Release 2.69.3 2026-03-20 14:32:37 +09:00
Taiki Endo
555a803617 Revert "Update trivy@latest to 0.69.4"
This reverts commit b6a52e440f.
2026-03-20 14:28:54 +09:00
Taiki Endo
9c9eabc351 Update uv@latest to 0.10.12 2026-03-20 14:28:54 +09:00
Taiki Endo
d4b98d62d9 Update protoc@latest to 3.34.1 2026-03-20 14:28:54 +09:00
4 changed files with 92 additions and 38 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] ## [Unreleased]
## [2.69.3] - 2026-03-20
- Update `uv@latest` to 0.10.12.
- Update `protoc@latest` to 3.34.1.
- Downgrade `trivy@latest` to 0.69.3.
## [2.69.2] - 2026-03-19 ## [2.69.2] - 2026-03-19
- Update `trivy@latest` to 0.69.4. - Update `trivy@latest` to 0.69.4.
@@ -5953,7 +5961,8 @@ 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.69.2...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.69.3...HEAD
[2.69.3]: https://github.com/taiki-e/install-action/compare/v2.69.2...v2.69.3
[2.69.2]: https://github.com/taiki-e/install-action/compare/v2.69.1...v2.69.2 [2.69.2]: https://github.com/taiki-e/install-action/compare/v2.69.1...v2.69.2
[2.69.1]: https://github.com/taiki-e/install-action/compare/v2.69.0...v2.69.1 [2.69.1]: https://github.com/taiki-e/install-action/compare/v2.69.0...v2.69.1
[2.69.0]: https://github.com/taiki-e/install-action/compare/v2.68.36...v2.69.0 [2.69.0]: https://github.com/taiki-e/install-action/compare/v2.68.36...v2.69.0

43
manifests/protoc.json generated
View File

@@ -3,13 +3,50 @@
"template": null, "template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)", "license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": { "latest": {
"version": "3.34.0" "version": "3.34.1"
}, },
"3": { "3": {
"version": "3.34.0" "version": "3.34.1"
}, },
"3.34": { "3.34": {
"version": "3.34.0" "version": "3.34.1"
},
"3.34.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-linux-x86_64.zip",
"etag": "0x8DE8605ADA93D68",
"checksum": "af27ea66cd26938fe48587804ca7d4817457a08350021a1c6e23a27ccc8c6904"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-osx-x86_64.zip",
"etag": "0x8DE8605ADC2EA11",
"checksum": "ab124429c1f49951f03b6c0c0e911fec04e2c7c20de5c935e0cde7353bbd016c"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-win64.zip",
"etag": "0x8DE8605AE11272C",
"checksum": "6d7ebdc75e9c1f0026d4fb28f17ef1d0aae77d36744d83a9e052d79ba493724f"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-linux-aarch_64.zip",
"etag": "0x8DE8605AD2C8376",
"checksum": "31c5e9e3c7bf013cf41fb97765ee255c140024a6b175b6cc9b64beddd7c23ba7"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-osx-aarch_64.zip",
"etag": "0x8DE8605ADA98B2D",
"checksum": "2c7e92b8b578916937df132b3032e2e8e6c170862ecf7a8333094a6f3d03650c"
},
"powerpc64le_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-linux-ppcle_64.zip",
"etag": "0x8DE8605AD694819",
"checksum": "9160f1336e266dd0b389a29c4ffabded6cc9b80ab29f2da423106d6fe75b2ce2"
},
"s390x_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-linux-s390_64.zip",
"etag": "0x8DE8605AD4DEF95",
"checksum": "70994942bc60e3ac10e6b363d320dec902385af8ceb4028ee979d4c2fc054a6f"
}
}, },
"3.34.0": { "3.34.0": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {

34
manifests/trivy.json generated
View File

@@ -32,40 +32,10 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)", "license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
"latest": { "latest": {
"version": "0.69.4" "version": "0.69.3"
}, },
"0.69": { "0.69": {
"version": "0.69.4" "version": "0.69.3"
},
"0.69.4": {
"x86_64_linux_gnu": {
"etag": "0x8DE85E4E29C4B2A",
"checksum": "385d498d18a3a7c67878ca7322716f9da25683eb1a4bf9e9592da0d5f2ab09f6"
},
"x86_64_macos": {
"etag": "0x8DE85E4E6ED32F0",
"checksum": "90d61cf37355b89fae9ff84867100e1721c1876007ef1771e465ce5a721141ad"
},
"x86_64_windows": {
"etag": "0x8DE85E4E734E799",
"checksum": "0376b98064636c30f5fbe60fb3b1225516e23e88dd7e909937f81d9265292e7d"
},
"aarch64_linux_gnu": {
"etag": "0x8DE85E4E7517726",
"checksum": "e401ae1e6d2442fa9a0c79dc0f3b0457ecfebf74a9c0a920159c49437f663aef"
},
"aarch64_macos": {
"etag": "0x8DE85E4E2B1DDBF",
"checksum": "1dc871b02cd7a1fd80babb1b8762a2fd9cc2b735d4d3759d012626de3ccc7a5b"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE85E4E335BB52",
"checksum": "52518d441fd6dd25fa5126683a330592d3be80d5ce3fb9e0b1becb806ff4f857"
},
"s390x_linux_gnu": {
"etag": "0x8DE85E4E7D92101",
"checksum": "16c855c398a8b185a907790054b70164358844a893bf9965651b88d6967c7c0a"
}
}, },
"0.69.3": { "0.69.3": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {

42
manifests/uv.json generated
View File

@@ -40,10 +40,48 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)", "license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
"latest": { "latest": {
"version": "0.10.11" "version": "0.10.12"
}, },
"0.10": { "0.10": {
"version": "0.10.11" "version": "0.10.12"
},
"0.10.12": {
"x86_64_linux_musl": {
"etag": "0x8DE86020F5F7DCE",
"checksum": "adccf40b5d1939a5e0093081ec2307ea24235adf7c2d96b122c561fa37711c46"
},
"x86_64_macos": {
"etag": "0x8DE86020E1FB29D",
"checksum": "17443e293f2ae407bb2d8d34b875ebfe0ae01cf1296de5647e69e7b2e2b428f0"
},
"x86_64_windows": {
"etag": "0x8DE86020E4F3FC2",
"checksum": "4c1d55501869b3330d4aabf45ad6024ce2367e0f3af83344395702d272c22e88"
},
"aarch64_linux_musl": {
"etag": "0x8DE86020B91AD77",
"checksum": "55bd1c1c10ec8b95a8c184f5e18b566703c6ab105f0fc118aaa4d748aabf28e4"
},
"aarch64_macos": {
"etag": "0x8DE86020ABEA8CB",
"checksum": "ae738b5661a900579ec621d3918c0ef17bdec0da2a8a6d8b161137cd15f25414"
},
"aarch64_windows": {
"etag": "0x8DE86020B1EAC61",
"checksum": "e79881e2c4f98a0f3a37b8770bf224e8fee70f6dcf8fc17055d8291bb1b0b867"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE86020D80F0AB",
"checksum": "3c8017d9112221c83f43e8a15a58099663c0b2bdeabc8b43bb800413dfa21218"
},
"riscv64_linux_gnu": {
"etag": "0x8DE86020D7DE6DC",
"checksum": "b1ca482b6b5dd7bf6ab733a3695cb0ab5b8e992ca96527efae93aa78fcc52a9b"
},
"s390x_linux_gnu": {
"etag": "0x8DE86020DDA4505",
"checksum": "e1a0345eefe6fd3300948cd6f18aab092f9b88a243782113e645ce96530a6693"
}
}, },
"0.10.11": { "0.10.11": {
"x86_64_linux_musl": { "x86_64_linux_musl": {