Skip to content

Commit

Permalink
update envoy SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
quanjielin committed Aug 24, 2018
1 parent 2416e39 commit 7aa0501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bind(
)

# When updating envoy sha manually please update the sha in istio.deps file also
ENVOY_SHA = "c1cc68dda009452e90d485da22ee9c74c08b328d"
ENVOY_SHA = "28d5f4118d60f828b1453cd8ad25033f2c8e38ab"

http_archive(
name = "envoy",
Expand Down
2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"name": "ENVOY_SHA",
"repoName": "envoyproxy/envoy",
"file": "WORKSPACE",
"lastStableSHA": "c1cc68dda009452e90d485da22ee9c74c08b328d"
"lastStableSHA": "28d5f4118d60f828b1453cd8ad25033f2c8e38ab"
}
]

0 comments on commit 7aa0501

Please sign in to comment.