Skip to content

Commit

Permalink
repo: Release v1.31.3
Browse files Browse the repository at this point in the history
**Summary of changes**

- Minor tracing bug fix
- CI and release container updates

**Docker images**:
    https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.31.3
**Docs**:
    https://www.envoyproxy.io/docs/envoy/v1.31.3/
**Release notes**:
    https://www.envoyproxy.io/docs/envoy/v1.31.3/version_history/v1.31/v1.31.3
**Full changelog**:
    v1.31.2...v1.31.3

Signed-off-by: Kateryna Nezdolii <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>

Signed-off-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
  • Loading branch information
publish-envoy[bot] authored and phlax committed Oct 29, 2024
1 parent 01727b5 commit f1c0c6e
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.3-dev
1.31.3
6 changes: 6 additions & 0 deletions changelogs/1.29.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
date: October 29, 2024

bug_fixes:
- area: tracing
change: |
Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present.
6 changes: 6 additions & 0 deletions changelogs/1.30.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
date: October 29, 2024

bug_fixes:
- area: tracing
change: |
Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present.
16 changes: 1 addition & 15 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
date: Pending

behavior_changes:
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*

minor_behavior_changes:
# *Changes that may cause incompatibilities for some users, but should not for most*
date: October 29, 2024

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: tracing
change: |
Fixed a bug where the OpenTelemetry tracer exports the OTLP request even when no spans are present.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:
Binary file modified docs/inventories/v1.29/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.30/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.31/objects.inv
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"1.26": 1.26.8
"1.27": 1.27.7
"1.28": 1.28.7
"1.29": 1.29.9
"1.30": 1.30.6
"1.31": 1.31.1
"1.29": 1.29.10
"1.30": 1.30.7
"1.31": 1.31.2

0 comments on commit f1c0c6e

Please sign in to comment.