From 0f71c82ca6454db9932424631e7395266fd4a7ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:36:41 +1000 Subject: [PATCH] Update manifest (#139) * Update `protoc@latest` to 3.23.3 * Update `syft@latest` to 0.83.1 --------- Co-authored-by: Taiki Endo --- CHANGELOG.md | 4 ++++ manifests/protoc.json | 28 +++++++++++++++++++++++++--- manifests/syft.json | 21 +++++++++++++++++++-- 3 files changed, 48 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6100b9..b36efd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `syft@latest` to 0.83.1. + +- Update `protoc@latest` to 3.23.3. + ## [2.11.1] - 2023-06-14 - Update `wasmtime@latest` to 9.0.4. diff --git a/manifests/protoc.json b/manifests/protoc.json index fcf28f49..0c501b04 100644 --- a/manifests/protoc.json +++ b/manifests/protoc.json @@ -1,13 +1,35 @@ { "template": null, "latest": { - "version": "3.23.2" + "version": "3.23.3" }, "3": { - "version": "3.23.2" + "version": "3.23.3" }, "3.23": { - "version": "3.23.2" + "version": "3.23.3" + }, + "3.23.3": { + "x86_64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.3/protoc-23.3-linux-x86_64.zip", + "checksum": "8f5abeb19c0403a7bf6e48f4fa1bb8b97724d8701f6823a327922df8cc1da4f5" + }, + "x86_64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.3/protoc-23.3-osx-x86_64.zip", + "checksum": "82becd1c2dc887a7b3108981d5d6bb5f5b66e81d7356e3e2ab2f36c7b346914f" + }, + "x86_64_windows": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.3/protoc-23.3-win64.zip", + "checksum": "a55295e95fd803351eacd40143d11c037a917beceb4db5894dfd188224627239" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.3/protoc-23.3-linux-aarch_64.zip", + "checksum": "4e5154e51744c288ca1362f9cca942188003fc7b860431a984a30cb1e73aed9e" + }, + "aarch64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v23.3/protoc-23.3-osx-aarch_64.zip", + "checksum": "edb432e4990c23fea1040a2a76b87ab0f738e384cd25d650cc35683603fe8cdc" + } }, "3.23.2": { "x86_64_linux_gnu": { diff --git a/manifests/syft.json b/manifests/syft.json index ac0d74d3..5f0f81e5 100644 --- a/manifests/syft.json +++ b/manifests/syft.json @@ -27,10 +27,27 @@ } }, "latest": { - "version": "0.83.0" + "version": "0.83.1" }, "0.83": { - "version": "0.83.0" + "version": "0.83.1" + }, + "0.83.1": { + "x86_64_linux_musl": { + "checksum": "59b761dc495dd56e32e744cb4403bfcca6a9c0aed810b618664e36530a01f253" + }, + "x86_64_macos": { + "checksum": "fa51fe155bc19f047663a6dbd2cc82fd35533a1601be55abb39c50ecff1e461a" + }, + "x86_64_windows": { + "checksum": "035fdcc70f38479de7a3d67525f5154e2acd9748e92fe37ef1814766f478b59b" + }, + "aarch64_linux_musl": { + "checksum": "1df595ac70f29be7683857f585a4cdf583245b36f98b362a4da8276f08dcb640" + }, + "aarch64_macos": { + "checksum": "8a7ec7450a7f6d0f894bcad946e06ce70d455269191dc706ca671b3d698d6a1d" + } }, "0.83.0": { "x86_64_linux_musl": {