Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git_repository(
)

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

http_archive(
name = "envoy",
Expand Down
6 changes: 3 additions & 3 deletions istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"name": "ISTIO_API",
"repoName": "api",
"file": "repositories.bzl",
"lastStableSHA": "636ea68d62bf143ee9f8067a31a7824804613440"
"lastStableSHA": "78da6e6eb4ad4f158fb58e02f94efde4abf4cabf"
},
{
"_comment": "",
"name": "ENVOY_SHA",
"repoName": "envoyproxy/envoy",
"file": "WORKSPACE",
"lastStableSHA": "2b2c299144600fb9e525d21aabf39bf48e64fb1f"
"lastStableSHA": "cf0cbc58a02996b53c63e41bfdcd76c02fece84e"
}
]
]
2 changes: 1 addition & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ cc_library(
actual = "@googletest_git//:googletest_prod",
)

ISTIO_API = "636ea68d62bf143ee9f8067a31a7824804613440"
ISTIO_API = "78da6e6eb4ad4f158fb58e02f94efde4abf4cabf"

def mixerapi_repositories(bind=True):
BUILD = """
Expand Down