forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan Northey <ryan@synca.io>
- Loading branch information
Showing
3 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.31.1 | ||
1.31.2-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
date: September 14, 2024 | ||
|
||
bug_fixes: | ||
- area: c-ares | ||
change: | | ||
Applying a C-ares patch to fix DNS resoultion by the Google gRPC library. | ||
- area: dependencies | ||
change: | | ||
Update curl to mitigate CVE-2024-7264. | ||
new_features: | ||
- area: access_log | ||
change: | | ||
added %UPSTREAM_CLUSTER_RAW% access log formatter to log the original upstream cluster name, regadless of whether | ||
``alt_stat_name`` is set. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
date: September 14, 2024 | ||
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* | ||
|
||
bug_fixes: | ||
- area: c-ares | ||
change: | | ||
Applying a C-ares patch to fix DNS resoultion by the Google gRPC library. | ||
- area: dependencies | ||
change: | | ||
Update curl to mitigate CVE-2024-7264. | ||
# *Changes expected to improve the state of the world and are unlikely to have negative effects* | ||
|
||
removed_config_or_runtime: | ||
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>` | ||
|
||
new_features: | ||
- area: access_log | ||
change: | | ||
added %UPSTREAM_CLUSTER_RAW% access log formatter to log the original upstream cluster name, regadless of whether | ||
``alt_stat_name`` is set. | ||
|
||
deprecated: |