Skip to content

Commit

Permalink
envoy: proxy release 1.0 should use the istio/envoy with cve fix (#2168)
Browse files Browse the repository at this point in the history
* envoy: proxy release 1.0 should use the istio/envoy with cve fix

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* build: add bazel version in comment

Signed-off-by: Yuchen Dai <silentdai@gmail.com>
  • Loading branch information
lambdai authored and Joshua Blatt committed Apr 11, 2019
1 parent 930841c commit 7bb4e91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ bind(
actual = "//external:ssl",
)

# envoy commit date 04/09/2019
# bazel version: 0.15.0

# When updating envoy sha manually please update the sha in istio.deps file also
ENVOY_SHA = "2d8386532f68899ca1fe6476dc458b0df1260b29"
ENVOY_SHA = "fb9e49cbc9f136f3c49a5daa8fcdc96b2f245a51"

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": "istio/envoy",
"file": "WORKSPACE",
"lastStableSHA": "2d8386532f68899ca1fe6476dc458b0df1260b29"
"lastStableSHA": "fb9e49cbc9f136f3c49a5daa8fcdc96b2f245a51"
}
]

0 comments on commit 7bb4e91

Please sign in to comment.