From 3fd961a2d1b24e245b0d3acb7dfd51883ebdb8e4 Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Sat, 5 Mar 2022 16:36:43 +0100 Subject: [PATCH 1/2] Updated gRPC gateway version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce013c6..45611ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache build-base curl automake autoconf libtool git zlib-dev un ENV PROTOBUF_VERSION=v3.19.4 ENV GRPC_VERSION=v1.44.0 ENV GRPC_GEN_GO_VERSION=v1.5.2 -ENV GRPC_GATEWAY_VERSION=v2.7.3 +ENV GRPC_GATEWAY_VERSION=v2.8.0 ENV GRPC_WEB_VERSION=1.3.1 ENV OUTDIR=/out From 0ade73171c2b9b2d1a822f979a45d63e1c2e8a61 Mon Sep 17 00:00:00 2001 From: Igor Dolzhikov Date: Sun, 6 Mar 2022 00:06:10 +0100 Subject: [PATCH 2/2] Bumped version number to v0.4.13 --- Makefile | 2 +- README.md | 2 +- docs/CHANGELOG.md | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 24a04fe..18561de 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Use the v0.0.0 tag for testing, it shouldn't clobber any release builds -RELEASE ?= v0.4.12 +RELEASE ?= v0.4.13 CONTAINER_IMAGE ?= takama/protoc all: build push diff --git a/README.md b/README.md index a200899..09c7be1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # protoc Protocol Buffer compiler and Go/gRPC gateway/swagger generators -## Version v0.4.12 +## Version v0.4.13 See details in the [changelog](docs/CHANGELOG.md) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1d7b2fa..0cc9302 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,8 @@ -# Version v0.4.12 +# Version v0.4.13 + +## v0.4.13 + +- Used gRPC gateway version [v2.8.0](https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.8.0) ## v0.4.12