Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Upgrade yarpc to 1.37.3 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev authored May 2, 2019
1 parent eb9d0e7 commit 429e8c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br>protoc-gen-swagger |
| [grpc-web] | 1.0.4 | protoc-gen-grpc-web |
| [twirp] | 5.7.0 | protoc-gen-twirp<br>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.
Expand Down
2 changes: 1 addition & 1 deletion etc/docker/testing/bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 429e8c9

Please sign in to comment.