Skip to content

Commit

Permalink
repo: Dev v1.31.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Sep 16, 2024
1 parent 1f44388 commit fda3ec9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.1
1.31.2-dev
15 changes: 15 additions & 0 deletions changelogs/1.31.1.yaml
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.
24 changes: 13 additions & 11 deletions changelogs/current.yaml
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:

0 comments on commit fda3ec9

Please sign in to comment.