Skip to content

Commit 897de4e

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.32.10
**Summary of changes**: * Release images: - Update Ubuntu and distroless base images. * Bug fixes - Assorted bug fixes for TLS inspector, and HTTP listeners. **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.32.10 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.32.10/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.32.10/version_history/v1.32/v1.32.10 **Full changelog**: v1.32.9...v1.32.10
1 parent 78eaa0c commit 897de4e

4 files changed

Lines changed: 3 additions & 15 deletions

File tree

VERSION.txt

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

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: August 19, 2025
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: http
125
change: |
136
Fixed a bug where the premature resets of streams may result in the recursive draining and potential
@@ -20,14 +13,9 @@ bug_fixes:
2013
than the TLS inspector had requested, causing the TLS inspector to incorrectly calculate its buffer growth strategy.
2114
The fix ensures that buffer growth is now based on actual bytes available rather than the previously requested amount.
2215
23-
removed_config_or_runtime:
24-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
25-
2616
new_features:
2717
- area: http
2818
change: |
2919
Added :ref:`ignore_http_11_upgrade
3020
<envoy_v3_api_field_config.core.v3.Http1ProtocolOptions.ignore_http_11_upgrade>`
3121
to ignore HTTP/1.1 Upgrade values matching any of the supplied matchers.
32-
33-
deprecated:

docs/inventories/v1.32/objects.inv

20 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"1.29": 1.29.12
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
28-
"1.32": 1.32.8
28+
"1.32": 1.32.9

0 commit comments

Comments
 (0)