Skip to content

Commit

Permalink
1.31 ci stuff (#374)
Browse files Browse the repository at this point in the history
sha updates from upstream
  • Loading branch information
nfuden authored Oct 29, 2024
1 parent 0886e23 commit 145e1ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bazel/extensions/extensions_build_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ EXTENSIONS = {
#
# HTTP Early Header Mutation
#
# "envoy.http.early_header_mutation.header_mutation": "//source/extensions/http/early_header_mutation/header_mutation:config",
"envoy.http.early_header_mutation.header_mutation": "//source/extensions/http/early_header_mutation/header_mutation:config",

#
# Config Subscription
Expand Down
2 changes: 1 addition & 1 deletion bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REPOSITORY_LOCATIONS = dict(
# order to accommodate `check_extensions_build_config.sh`
envoy = dict(
# envoy v1.31.2++ ci and checksums
commit = "d599cb3320b890a6caef865b22d197a2314a5ac4",
commit = "418f3b1ab891d14c110132e10178282fdf4c5081",
remote = "https://github.com/envoyproxy/envoy",
),
inja = dict(
Expand Down
9 changes: 9 additions & 0 deletions changelog/v1.31.2-patch3/bumpforci.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/envoy-gloo-ee/issues/845
dependencyOwner: envoyproxy
dependencyRepo: envoy
dependencyTag: d599cb3320b890a6caef865b22d197a2314a5ac4
resolvesIssue: false
description: >-
Bump to unblock ci due to checksums. Also enable early header mutation

0 comments on commit 145e1ce

Please sign in to comment.