Skip to content

Commit

Permalink
Update SHA for WASM Segv and jwt_verify_lib (#189) (#107) (#106) (#2426)
Browse files Browse the repository at this point in the history
* Update SHA for WASM Segv (#189) (#107)

Signed-off-by: John Plevyak <jplevyak@gmail.com>

* Update dependency: jwt_verify_lib (#106)

Signed-off-by: John Plevyak <jplevyak@gmail.com>
  • Loading branch information
jplevyak authored and istio-testing committed Sep 18, 2019
1 parent 58eff22 commit e1b00dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ bind(
# Determine SHA256 `wget https://github.com/istio/envoy/archive/$COMMIT.tar.gz && sha256sum $COMMIT.tar.gz`
# envoy commit date: 09/10/2019
# bazel version: 0.28.1
ENVOY_SHA = "81a490a66eb44f43adc34f81d1ef0b2cfbdb55e5"
ENVOY_SHA = "bdb54fa3dc5c6e02a3746c8e2fd6c56640d17799"

ENVOY_SHA256 = "81c07a7c2e4677b17ad5963b10cabc4d1820943d61b4ce0b0293a3af9d2960be"
ENVOY_SHA256 = "16690d89b5e585299e4ddd7280a9e24f0408497bdbe8e0b5a787628a67e4ba24"

LOCAL_ENVOY_PROJECT = "/PATH/TO/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": "81a490a66eb44f43adc34f81d1ef0b2cfbdb55e5"
"lastStableSHA": "bdb54fa3dc5c6e02a3746c8e2fd6c56640d17799"
}
]

0 comments on commit e1b00dc

Please sign in to comment.