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 d4a62e0 commit 20b4873Copy full SHA for 20b4873
bazel/repository_locations.bzl
@@ -1,8 +1,8 @@
1
REPOSITORY_LOCATIONS = dict(
2
# envoy master
3
envoy = dict(
4
- # envoy v1.14.3
5
- commit = "8fed4856a7cfe79cf60aa3682eff3ae55b231e49",
+ # envoy v1.14.5
+ commit = "fa0371e658658625bcf4eb48f9874b07a852404f",
6
remote = "https://github.com/envoyproxy/envoy",
7
),
8
inja = dict(
changelog/v1.14.3-patch2/update-envoy.yaml
@@ -0,0 +1,6 @@
+changelog:
+- type: DEPENDENCY_BUMP
+ description: Update envoy to latest security release.
+ dependencyOwner: envoyproxy
+ dependencyRepo: envoy
+ dependencyTag: fa0371e658658625bcf4eb48f9874b07a852404f
0 commit comments