From 429e8c9253fee26df5f969fdf222b2b806841720 Mon Sep 17 00:00:00 2001 From: peter-edge Date: Thu, 2 May 2019 11:08:28 -0400 Subject: [PATCH] Upgrade yarpc to 1.37.3 (#445) --- CHANGELOG.md | 1 + Dockerfile | 4 ++-- docs/docker.md | 2 +- etc/docker/testing/bin/test.sh | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e93c6d..35bca0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - Fix issue where `config init --document` produced an invalid YAML file. +- Dependency updates. ## [1.6.0] - 2019-04-05 diff --git a/Dockerfile b/Dockerfile index c2c65278..9c4697df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN curl -sSL \ -o /usr/local/bin/protoc-gen-grpc-web && \ chmod +x /usr/local/bin/protoc-gen-grpc-web -ENV YARPC_VERSION=1.37.2 +ENV YARPC_VERSION=1.37.3 RUN git clone --depth 1 -b v${YARPC_VERSION} https://github.com/yarpc/yarpc-go.git /go/src/go.uber.org/yarpc && \ cd /go/src/go.uber.org/yarpc && \ GO111MODULE=on go mod init && \ @@ -91,4 +91,4 @@ ENV GOGO_PROTOBUF_VERSION=1.2.1 \ GRPC_GATEWAY_VERSION=1.8.5 \ GRPC_WEB_VERSION=1.0.4 \ TWIRP_VERSION=5.7.0 \ - YARPC_VERSION=1.37.2 + YARPC_VERSION=1.37.3 diff --git a/docs/docker.md b/docs/docker.md index d35de646..0c4172f8 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -40,7 +40,7 @@ to add additional plugins - our recommendation is to instead build your own imag | [grpc-gateway] | 1.8.5 | protoc-gen-grpc-gateway
protoc-gen-swagger | | [grpc-web] | 1.0.4 | protoc-gen-grpc-web | | [twirp] | 5.7.0 | protoc-gen-twirp
protoc-gen-twirp_python | -| [yarpc] | 1.37.2 | protoc-gen-yarpc-go | +| [yarpc] | 1.37.3 | protoc-gen-yarpc-go | The Well-Known Types are copied to `/usr/include`. The packages `bash`, `curl`, and `git` are also installed. diff --git a/etc/docker/testing/bin/test.sh b/etc/docker/testing/bin/test.sh index 9f6299cc..f75a630f 100644 --- a/etc/docker/testing/bin/test.sh +++ b/etc/docker/testing/bin/test.sh @@ -64,7 +64,7 @@ check_env GRPC_GATEWAY_VERSION 1.8.5 check_env GRPC_WEB_VERSION 1.0.4 check_env PROTOBUF_VERSION 3.6.1 check_env TWIRP_VERSION 5.7.0 -check_env YARPC_VERSION 1.37.2 +check_env YARPC_VERSION 1.37.3 check_env PROTOTOOL_PROTOC_BIN_PATH /usr/bin/protoc check_env PROTOTOOL_PROTOC_WKT_PATH /usr/include check_command_output "libprotoc 3.6.1" protoc --version