From 3758ed45101d8a3281037c108ed74f4d16b28a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Tue, 24 Sep 2024 16:23:59 -0400 Subject: [PATCH] version bump: protoc-gen-go-grpc, protoc-gen-grpc-gateway/openapiv2 --- packages/protoc-gen-go-grpc/Containerfile | 4 ++-- packages/protoc-gen-grpc-gateway/Containerfile | 4 ++-- packages/protoc-gen-openapiv2/Containerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/protoc-gen-go-grpc/Containerfile b/packages/protoc-gen-go-grpc/Containerfile index f44bc3b..39069ff 100644 --- a/packages/protoc-gen-go-grpc/Containerfile +++ b/packages/protoc-gen-go-grpc/Containerfile @@ -1,6 +1,6 @@ FROM scratch AS base -ENV VERSION=1.63.2 -ENV SRC_HASH=ffc7611e4989de79de4c17b015ff10db810b85f749b12520336314746e9d7095 +ENV VERSION=1.67.0 +ENV SRC_HASH=1d50c8df1935aae7d2c734a0ec1e9cead7552443af8a03852abd2244e0a7fb55 ENV SRC_FILE=v${VERSION}.tar.gz ENV SRC_SITE=https://github.com/grpc/grpc-go/archive/refs/tags/${SRC_FILE} diff --git a/packages/protoc-gen-grpc-gateway/Containerfile b/packages/protoc-gen-grpc-gateway/Containerfile index 711d69e..2727a87 100644 --- a/packages/protoc-gen-grpc-gateway/Containerfile +++ b/packages/protoc-gen-grpc-gateway/Containerfile @@ -1,6 +1,6 @@ FROM scratch AS base -ENV VERSION=2.19.1 -ENV SRC_HASH=89d78abbe4aca77ce7823223945e852aec31c87a8c7aac084340ef9f53fd9637 +ENV VERSION=2.22.0 +ENV SRC_HASH=509c86f389f4da5ac5ce06c6e2e85834070e4f774b4bb4c5c0536c464911ae25 ENV SRC_FILE=v${VERSION}.tar.gz ENV SRC_SITE=https://github.com/grpc-ecosystem/grpc-gateway/archive/refs/tags/${SRC_FILE} diff --git a/packages/protoc-gen-openapiv2/Containerfile b/packages/protoc-gen-openapiv2/Containerfile index a7c37e0..f1bb05e 100644 --- a/packages/protoc-gen-openapiv2/Containerfile +++ b/packages/protoc-gen-openapiv2/Containerfile @@ -1,6 +1,6 @@ FROM scratch AS base -ENV VERSION=2.17.1 -ENV SRC_HASH=092bc95544d6089ccea00fb124a0a81eadf212bf06d61a4ba422ad331bf3c6da +ENV VERSION=2.22.0 +ENV SRC_HASH=509c86f389f4da5ac5ce06c6e2e85834070e4f774b4bb4c5c0536c464911ae25 ENV SRC_FILE=v${VERSION}.tar.gz ENV SRC_SITE=https://github.com/grpc-ecosystem/grpc-gateway/archive/refs/tags/${SRC_FILE}