Skip to content

Commit 5afe27f

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.37.2
**Summary of changes**: - Fixed a crash on listener removal with a process-level access log rate limiter - Dynamic module filters could send incomplete request/response bodies when adjacent filters in the chain performed buffering. - Internal redirect logic could hang a request when the request buffer overflows. - Update/fix Docker release images. - Updates to stats. **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.37.2 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.37.2/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.37.2/version_history/v1.37/v1.37.2 **Full changelog**: v1.37.1...v1.37.2
1 parent 15eff76 commit 5afe27f

File tree

10 files changed

+33
-18
lines changed

10 files changed

+33
-18
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.37.2-dev
1+
1.37.2

changelogs/1.34.14.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
date: April 10, 2026
2+
3+
bug_fixes:
4+
- area: docker
5+
change: |
6+
Updates/fixes for release images.

changelogs/1.35.10.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
date: April 10, 2026
2+
3+
bug_fixes:
4+
- area: docker
5+
change: |
6+
Updates/fixes for release images.

changelogs/1.36.6.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
date: April 10, 2026
2+
3+
bug_fixes:
4+
- area: dynamic_modules
5+
change: |
6+
Fixed a bug where dynamic module filter may result in a incomplete body being sent to upstream
7+
or downstream when some filters before or after the dynamic module filter in the chain
8+
buffered the body and the dynamic module filter did not.
9+
- area: http
10+
change: |
11+
Fixed a bug where the internal redirect logic may hang up a request when the request buffer is
12+
overflowed.
13+
- area: docker
14+
change: |
15+
Updates/fixes for release images.

changelogs/current.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
date: Pending
2-
3-
behavior_changes:
4-
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
5-
6-
minor_behavior_changes:
7-
# *Changes that may cause incompatibilities for some users, but should not for most*
1+
date: April 10, 2026
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: contrib
125
change: |
136
Fixed segfault from timer thread-safety violation, a ring buffer overflow and alpha calculation in
@@ -31,9 +24,6 @@ bug_fixes:
3124
change: |
3225
Updates/fixes for release images.
3326
34-
removed_config_or_runtime:
35-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
36-
3727
new_features:
3828
- area: stats
3929
change: |
@@ -44,5 +34,3 @@ new_features:
4434
are enabled and reported at the cluster level. This the stats matcher could be configured via
4535
the xDS API dynamically on a per-cluster basis.
4636
See :ref:`envoy.stats_matcher <well_known_metadata_envoy_stats_matcher>` for more details.
47-
48-
deprecated:

docs/inventories/v1.34/objects.inv

30 Bytes
Binary file not shown.

docs/inventories/v1.35/objects.inv

48 Bytes
Binary file not shown.

docs/inventories/v1.36/objects.inv

69 Bytes
Binary file not shown.

docs/inventories/v1.37/objects.inv

81 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"1.31": 1.31.10
2828
"1.32": 1.32.13
2929
"1.33": 1.33.14
30-
"1.34": 1.34.13
31-
"1.35": 1.35.9
32-
"1.36": 1.36.5
33-
"1.37": 1.37.0
30+
"1.34": 1.34.14
31+
"1.35": 1.35.10
32+
"1.36": 1.36.6
33+
"1.37": 1.37.1

0 commit comments

Comments
 (0)