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 upstream to 1.31.2 and a bit for ci and checksum changes #370

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ REPOSITORY_LOCATIONS = dict(
# can't have more than one comment between envoy line and commit line in
# order to accommodate `check_extensions_build_config.sh`
envoy = dict(
# envoy v1.31.2
commit = "cc4a75482810de4b84c301d13deb551bd3147339",
# envoy v1.31.2++ ci and checksums
commit = "d599cb3320b890a6caef865b22d197a2314a5ac4",
remote = "https://github.com/envoyproxy/envoy",
),
inja = dict(
Expand Down
9 changes: 9 additions & 0 deletions changelog/v1.31.2-patch2/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
Loading