Skip to content

Commit

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

* Fixed a bug where processing of deferred streams with the value of
  ``http.max_requests_per_io_cycle`` more than 1, can cause a crash.

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

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Oct 17, 2023
1 parent fc38767 commit ae07f9a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 20 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27.2-dev
1.27.2
7 changes: 7 additions & 0 deletions changelogs/1.24.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
date: October 16, 2023

bug_fixes:
- area: http
change: |
Fixed a bug where processing of deferred streams with the value of ``http.max_requests_per_io_cycle`` more than 1,
can cause a crash.
7 changes: 7 additions & 0 deletions changelogs/1.25.11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
date: October 16, 2023

bug_fixes:
- area: http
change: |
Fixed a bug where processing of deferred streams with the value of ``http.max_requests_per_io_cycle`` more than 1,
can cause a crash.
10 changes: 10 additions & 0 deletions changelogs/1.26.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
date: October 17, 2023

bug_fixes:
- area: tracing
change: |
Fixed a bug in the Datadog tracer where Datadog's "operation name" field would contain what should be in the "resource name" field.
- area: http
change: |
Fixed a bug where processing of deferred streams with the value of ``http.max_requests_per_io_cycle`` more than 1,
can cause a crash.
16 changes: 1 addition & 15 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
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 16, 2023

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: tracing
change: |
Fixed a bug in the Datadog tracer where Datadog's "operation name" field would contain what should be in the "resource name" field.
- area: http
change: |
Fixed a bug where processing of deferred streams with the value of ``http.max_requests_per_io_cycle`` more than 1,
can cause a crash.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:
Binary file modified docs/inventories/v1.24/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.25/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.26/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.27/objects.inv
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"1.21": 1.21.6
"1.22": 1.22.11
"1.23": 1.23.12
"1.24": 1.24.11
"1.25": 1.25.10
"1.26": 1.26.5
"1.27": 1.27.0
"1.24": 1.24.12
"1.25": 1.25.11
"1.26": 1.26.6
"1.27": 1.27.1

0 comments on commit ae07f9a

Please sign in to comment.