Skip to content

Commit 4ee84e4

Browse files
authored
repo: Dev v1.34.4 (#40319)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 450460d commit 4ee84e4

File tree

3 files changed

+36
-19
lines changed

3 files changed

+36
-19
lines changed

VERSION.txt

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

changelogs/1.34.3.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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: http2
12+
change: |
13+
Fixed an issue where http/2 connections using the default codec of ``oghttp2`` could get stuck due to a window buffer leak.
14+
- area: release
15+
change: |
16+
Container (Ubuntu/distroless) updates, and fixed permissions for distroless config directory.
17+
- area: dynatrace
18+
change: |
19+
Fixed a division by zero bug in the Dynatrace sampling controller that occurred when ``total_wanted`` was less than
20+
``top_k_size``. The calculation was refactored to avoid the intermediate division that could result in zero.

changelogs/current.yaml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
date: July 18, 2025
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*
28

39
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: http2
12-
change: |
13-
Fixed an issue where http/2 connections using the default codec of ``oghttp2`` could get stuck due to a window buffer leak.
14-
- area: release
15-
change: |
16-
Container (Ubuntu/distroless) updates, and fixed permissions for distroless config directory.
17-
- area: dynatrace
18-
change: |
19-
Fixed a division by zero bug in the Dynatrace sampling controller that occurred when ``total_wanted`` was less than
20-
``top_k_size``. The calculation was refactored to avoid the intermediate division that could result in zero.
10+
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
11+
12+
removed_config_or_runtime:
13+
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
14+
15+
new_features:
16+
17+
deprecated:

0 commit comments

Comments
 (0)