Skip to content

Commit

Permalink
Update Envoy SHA to version 1.6.0 (envoyproxy#1220)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Update Envoy SHA to version 1.6.0

Signed-off-by: Gary Brown <gary@brownuk.com>

**What this PR does / why we need it**:
This PR updates the Envoy SHA to use the commit associated with version 1.6.0. This version includes an update to propagate the B3 sampled header value.

**Release note**:

```release-note
NONE
```
  • Loading branch information
objectiser authored and Istio Auto Merge Robot committed Mar 21, 2018
1 parent 0a539af commit f6942b9
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 = "9d4ca6dbc8808daf8dc4d8fdf52094191444af98"
ENVOY_SHA = "4dd49d8809f7aaa580538b3c228dd99a2fae92a4"

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 @@
"repoName": "envoyproxy/envoy",
"prodBranch": "master",
"file": "WORKSPACE",
"lastStableSHA": "9d4ca6dbc8808daf8dc4d8fdf52094191444af98"
"lastStableSHA": "4dd49d8809f7aaa580538b3c228dd99a2fae92a4"
}
]

0 comments on commit f6942b9

Please sign in to comment.