Skip to content

Commit

Permalink
Upgrade to grpc 1.10.1, http-parser 2.8.1, bazelbuild/rules_go 0.10.3…
Browse files Browse the repository at this point in the history
…, yaml-cpp 0.6.2. (envoyproxy#3047)

Signed-off-by: Michael Payne <[email protected]>
  • Loading branch information
moderation authored and mattklein123 committed Apr 10, 2018
1 parent 81740fd commit 498744d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ REPOSITORY_LOCATIONS = dict(
remote = "https://github.com/gcovr/gcovr",
),
com_github_grpc_grpc = dict(
commit = "474c5950686e3962bd339c93d27e369bf64f568f", # v1.10.0
commit = "66b9770a8ad326c1ee0dbedc5a8f32a52a604567", # v1.10.1
remote = "https://github.com/grpc/grpc.git",
),
io_opentracing_cpp = dict(
Expand All @@ -51,7 +51,7 @@ REPOSITORY_LOCATIONS = dict(
remote = "https://github.com/google/googleapis",
),
com_github_nodejs_http_parser = dict(
commit = "dd74753cf5cf8944438d6f49ddf46f9659993dfb", # v2.8.0
commit = "54f55a2f02a823e5f5c87abe853bb76d1170718d", # v2.8.1
remote = "https://github.com/nodejs/http-parser",
),
com_github_pallets_jinja = dict(
Expand Down Expand Up @@ -84,7 +84,7 @@ REPOSITORY_LOCATIONS = dict(
remote = "https://github.com/grpc-ecosystem/grpc-httpjson-transcoding",
),
io_bazel_rules_go = dict(
commit = "0.10.1",
commit = "0.10.3",
remote = "https://github.com/bazelbuild/rules_go",
),
# I'd love to name this `com_github_google_subpar`, but something in the Subpar
Expand Down
2 changes: 1 addition & 1 deletion ci/build_container/build_recipes/yaml-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION=0.6.1
VERSION=0.6.2

wget -O yaml-cpp-"$VERSION".tar.gz https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-"$VERSION".tar.gz
tar xf yaml-cpp-"$VERSION".tar.gz
Expand Down

0 comments on commit 498744d

Please sign in to comment.