Skip to content

Commit

Permalink
[1.26] bump envoy-fork for Feb 8 patches (#308)
Browse files Browse the repository at this point in the history
* bump envoy-fork

* bump to release and add changelog
  • Loading branch information
jbohanon authored Feb 13, 2024
1 parent 206304f commit 0bae991
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 3 additions & 6 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
REPOSITORY_LOCATIONS = dict(
envoy = dict(
# envoy 1.26.5 forked with extproc changes
# sourced from release/v1.26-backportedfork
# should go back to upstream once 1.28or wherever the associated prs are merged
# additionally, add cherry-picked tap filter output sink changes on top
# of above-mentioned ext-proc changes
commit = "2d0040ccb6f24d69d4a5b101c9b95b3e192fc345",
# envoy 1.26.7 forked with extproc changes
# sourced from release v1.26.7-fork1
commit = "37f7ac716a3253001640ccb4a548d8dba0d6cf4f",
remote = "https://github.com/solo-io/envoy-fork",
),
inja = dict(
Expand Down
7 changes: 7 additions & 0 deletions changelog/v1.26.7-patch1/cve-envoy-bump.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
changelog:
- type: DEPENDENCY_BUMP
dependencyOwner: solo-io
dependencyRepo: envoy-fork
dependencyTag: v1.26.7-fork1
issueLink: https://github.com/solo-io/solo-projects/issues/5778
resolvesIssue: false

0 comments on commit 0bae991

Please sign in to comment.