We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c8ce8 commit 618f34cCopy full SHA for 618f34c
bazel/repository_locations.bzl
@@ -1,7 +1,7 @@
1
REPOSITORY_LOCATIONS = dict(
2
- # envoy v1.15.0
+ # envoy v1.15.1
3
envoy = dict(
4
- commit = "50ef0945fa2c5da4bff7627c3abf41fdd3b7cffd",
+ commit = "670a4a60080f5889d9f7c022a009dcf25f1062ca",
5
remote = "https://github.com/envoyproxy/envoy",
6
),
7
inja = dict(
changelog/v1.15.0-patch4/update-envoy.yaml
@@ -0,0 +1,6 @@
+changelog:
+- type: DEPENDENCY_BUMP
+ description: Update envoy to pull in the latest security fix.
+ dependencyOwner: envoyproxy
+ dependencyRepo: envoy
+ dependencyTag: 670a4a60080f5889d9f7c022a009dcf25f1062ca
0 commit comments