Skip to content

Commit

Permalink
Bump enoy version to pickup json access log fix (envoyproxy#2047)
Browse files Browse the repository at this point in the history
* Bump enoy version to pickup json access log fix

Signed-off-by: Christopher M. Luciano <[email protected]>

* Add sha256sum and note about how to retrieve the sum

Signed-off-by: Christopher M. Luciano <[email protected]>
  • Loading branch information
cmluciano authored and istio-testing committed Nov 29, 2018
1 parent 3538189 commit f032909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ bind(
)

# When updating envoy sha manually please update the sha in istio.deps file also
ENVOY_SHA = "fcc68f1165d0343891d3ce14c2952019fe403743"
ENVOY_SHA256 = "44b38c68be6f80deffb26c91151d3bf7e97575d286d5316770473dc1dc2198de"
#
# Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/COMMIT.zip && sha256sum COMMIT.zip`
ENVOY_SHA = "cc991fe653d1918256856ed8dc2323c5f4cd7979"
ENVOY_SHA256 = "800831b406bca1bbc45a86e6700332b8055d1e429ef38b1ec8015981c1c39d17"

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": "fcc68f1165d0343891d3ce14c2952019fe403743"
"lastStableSHA": "cc991fe653d1918256856ed8dc2323c5f4cd7979"
}
]

0 comments on commit f032909

Please sign in to comment.