Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: Fork 1.27 #293

Merged
merged 5 commits into from
Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
REPOSITORY_LOCATIONS = dict(
envoy = dict(
# envoy 1.27.1
commit = "6b9db09c69965d5bfb37bdd29693f8b7f9e9e9ec",
remote = "https://github.com/envoyproxy/envoy",
# envoy 1.27.2 from branch release/v1.27-backportedfork
commit = "dcf8bfb08a20fbbb4f4dd479d1e2bf6747b9f206",
remote = "https://github.com/solo-io/envoy-fork",
),
inja = dict(
# Includes unmerged modifications for
Expand Down
9 changes: 9 additions & 0 deletions changelog/v1.27.2-patch1/bump-envoy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
changelog:
- type: DEPENDENCY_BUMP
issueLink: https://github.com/solo-io/solo-projects/issues/5315
dependencyOwner: solo-io
dependencyRepo: envoy-fork
dependencyTag: v1.27.2
resolvesIssue: false
description: >-
Update Envoy to latest 1.27.2, including changing to envoy fork for our extproc and tap changes