Skip to content

Commit 6f2c83a

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.32.8
**Summary of changes**: * 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.32.8 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.32.8/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.32.8/version_history/v1.32/v1.32.8 **Full changelog**: envoyproxy/envoy@v1.32.7...v1.32.8
1 parent 2660d14 commit 6f2c83a

File tree

6 files changed

+14
-18
lines changed

6 files changed

+14
-18
lines changed

VERSION.txt

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

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/current.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
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: release
125
change: |
136
Container (Ubuntu/distroless) updates, and fixed permissions for distroless config directory.
147
- area: dynatrace
158
change: |
169
Fixed a division by zero bug in the Dynatrace sampling controller that occurred when ``total_wanted`` was less than
1710
``top_k_size``. The calculation was refactored to avoid the intermediate division that could result in zero.
18-
19-
removed_config_or_runtime:
20-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
21-
22-
new_features:
23-
24-
deprecated:

docs/inventories/v1.31/objects.inv

27 Bytes
Binary file not shown.

docs/inventories/v1.32/objects.inv

40 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
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.6
27+
"1.31": 1.31.10
28+
"1.32": 1.32.7

0 commit comments

Comments
 (0)