Skip to content

Commit

Permalink
bazel: Switch to envoy fork (#268)
Browse files Browse the repository at this point in the history
* bazel: Switch to envoy fork

* bazel: Updated hash

* bazel: Updated comments

* bazel: Update comment for correctness
  • Loading branch information
nfuden authored Sep 8, 2023
1 parent f778c21 commit 4b5b068
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
REPOSITORY_LOCATIONS = dict(
envoy = dict(
# envoy 1.26.4
commit = "cfa32deca25ac57c2bbecdad72807a9b13493fc1",
remote = "https://github.com/envoyproxy/envoy",
# envoy 1.26.4 forked with extproc changes
# sourced from release/v1.26-backportedfork
# should go back to upstream once 1.28or wherever the associated prs are merged
commit = "f854df5872c0a632774a78537a63d0f6ec4b370b",
remote = "https://github.com/solo-io/envoy-fork",
),
inja = dict(
# Includes unmerged modifications for
Expand Down
9 changes: 9 additions & 0 deletions changelog/v1.26.4-patch2/envoy-fork.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
changelog:
- type: DEPENDENCY_BUMP
dependencyRepo: envoy-fork
dependencyOwner: solo-io
dependencyTag: v1.26.4
description: >
Migrate to fork that is based off of 1.26.4. It includes long term backports.
These backports are not fully merged upstream but make external processing actually function as needed.
Notably this implements several long time api notes that were never implemeented before.

0 comments on commit 4b5b068

Please sign in to comment.