Skip to content

Commit 20b4873

Browse files
authored
bump (#88)
* bump * fix line
1 parent d4a62e0 commit 20b4873

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,8 +1,8 @@
11
REPOSITORY_LOCATIONS = dict(
22
# envoy master
33
envoy = dict(
4-
# envoy v1.14.3
5-
commit = "8fed4856a7cfe79cf60aa3682eff3ae55b231e49",
4+
# envoy v1.14.5
5+
commit = "fa0371e658658625bcf4eb48f9874b07a852404f",
66
remote = "https://github.com/envoyproxy/envoy",
77
),
88
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 latest security release.
4+
dependencyOwner: envoyproxy
5+
dependencyRepo: envoy
6+
dependencyTag: fa0371e658658625bcf4eb48f9874b07a852404f

0 commit comments

Comments
 (0)