Skip to content

Commit 618f34c

Browse files
authored
bump (#87)
* bump
1 parent a5c8ce8 commit 618f34c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

bazel/repository_locations.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REPOSITORY_LOCATIONS = dict(
2-
# envoy v1.15.0
2+
# envoy v1.15.1
33
envoy = dict(
4-
commit = "50ef0945fa2c5da4bff7627c3abf41fdd3b7cffd",
4+
commit = "670a4a60080f5889d9f7c022a009dcf25f1062ca",
55
remote = "https://github.com/envoyproxy/envoy",
66
),
77
inja = dict(
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
- type: DEPENDENCY_BUMP
3+
description: Update envoy to pull in the latest security fix.
4+
dependencyOwner: envoyproxy
5+
dependencyRepo: envoy
6+
dependencyTag: 670a4a60080f5889d9f7c022a009dcf25f1062ca

0 commit comments

Comments
 (0)