Skip to content

Commit 450460d

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.34.3
**Summary of changes**: * TLS: - Fixed incorrectly cached connection properties on TLS connections that could cause network RBAC filters to fail. * HTTP/2: - Fixed connection window buffer leak in oghttp2 that could cause connections to get stuck. * Observability: - Fixed division by zero bug in Dynatrace sampling controller. * Release: - Fixed permissions for distroless config directory. - Updated container images (Ubuntu/distroless). **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.34.3 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.34.3/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.34.3/version_history/v1.34/v1.34.3 **Full changelog**: envoyproxy/envoy@v1.34.2...v1.34.3
1 parent d512ba0 commit 450460d

File tree

10 files changed

+43
-20
lines changed

10 files changed

+43
-20
lines changed

VERSION.txt

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

changelogs/1.31.10.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
date: July 18, 2025
2+
3+
bug_fixes:
4+
- area: release
5+
change: |
6+
Container (Ubuntu/distroless) updates, and fixed permissions for distroless config directory.
7+
- area: dynatrace
8+
change: |
9+
Fixed a division by zero bug in the Dynatrace sampling controller that occurred when ``total_wanted`` was less than
10+
``top_k_size``. The calculation was refactored to avoid the intermediate division that could result in zero.

changelogs/1.32.8.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
date: July 18, 2025
2+
3+
bug_fixes:
4+
- area: release
5+
change: |
6+
Container (Ubuntu/distroless) updates, and fixed permissions for distroless config directory.
7+
- area: dynatrace
8+
change: |
9+
Fixed a division by zero bug in the Dynatrace sampling controller that occurred when ``total_wanted`` was less than
10+
``top_k_size``. The calculation was refactored to avoid the intermediate division that could result in zero.

changelogs/1.33.5.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
date: July 18, 2025
2+
3+
bug_fixes:
4+
- area: tls
5+
change: |
6+
Fixed an issue with incorrectly cached connection properties on TLS connections.
7+
If TLS connection data was queried before it was available, an empty value was being incorrectly cached, preventing later calls from
8+
getting the correct value. This could be triggered with a ``tcp_proxy`` access log configured to emit a log upon connection
9+
establishment if the log contains fields of the the TLS peer certificate. Then a later use of the data, such as the network RBAC
10+
filter validating a peer certificate SAN, may incorrectly fail due to the empty cached value.
11+
- area: release
12+
change: |
13+
Container (Ubuntu/distroless) updates, and fixed permissions for distroless config directory.
14+
- area: dynatrace
15+
change: |
16+
Fixed a division by zero bug in the Dynatrace sampling controller that occurred when ``total_wanted`` was less than
17+
``top_k_size``. The calculation was refactored to avoid the intermediate division that could result in zero.

changelogs/current.yaml

Lines changed: 1 addition & 15 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: July 18, 2025
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: tls
125
change: |
136
Fixed an issue with incorrectly cached connection properties on TLS connections.
@@ -25,10 +18,3 @@ bug_fixes:
2518
change: |
2619
Fixed a division by zero bug in the Dynatrace sampling controller that occurred when ``total_wanted`` was less than
2720
``top_k_size``. The calculation was refactored to avoid the intermediate division that could result in zero.
28-
29-
removed_config_or_runtime:
30-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
31-
32-
new_features:
33-
34-
deprecated:

docs/inventories/v1.31/objects.inv

27 Bytes
Binary file not shown.

docs/inventories/v1.32/objects.inv

44 Bytes
Binary file not shown.

docs/inventories/v1.33/objects.inv

76 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

96 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"1.28": 1.28.7
2525
"1.29": 1.29.12
2626
"1.30": 1.30.11
27-
"1.31": 1.31.9
28-
"1.32": 1.32.7
29-
"1.33": 1.33.4
30-
"1.34": 1.34.1
27+
"1.31": 1.31.10
28+
"1.32": 1.32.8
29+
"1.33": 1.33.5
30+
"1.34": 1.34.2

0 commit comments

Comments
 (0)