Skip to content

Commit

Permalink
bazeL: bump envoy to 1.30.4 (#353)
Browse files Browse the repository at this point in the history
* bazeL: bump envoy to 1.30.4

* changelog: naming
  • Loading branch information
nfuden authored Jul 8, 2024
1 parent 43b8aed commit 9460b8c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
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.30.2
commit = "d79f6e8d453ee260e9094093b8dd31af0056e67b",
# envoy v1.30.4
commit = "32113313a357829ba3a5dce0795b6780bf8cbf4d",
remote = "https://github.com/envoyproxy/envoy",
),
inja = dict(
Expand Down
11 changes: 11 additions & 0 deletions changelog/v1.30.4-patch1/bump-envoy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
changelog:
- type: DEPENDENCY_BUMP
issueLink: https://github.com/solo-io/solo-projects/issues/6290
dependencyOwner: envoyproxy
dependencyRepo: envoy
dependencyTag: v1.30.4-patch1
resolvesIssue: false
description: >-
Update Envoy to latest 1.30.4 release for cves.
- [CVE-2024-39305] https://github.com/envoyproxy/envoy/security/advisories/GHSA-fp35-g349-h66f
- Datadog https://github.com/envoyproxy/envoy/pull/34899
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ changelog:
issueLink: https://github.com/solo-io/gloo/issues/9313
resolvesIssue: false
description: >-
Fix status code and span names not being set correctly by the opentelemetry exporter
Fix status code and span names not being set correctly by the opentelemetry exporter.
Backports ac5dfa0c703787fe9c90be07efa610ec17bd3506 from upstream 1.31

0 comments on commit 9460b8c

Please sign in to comment.