Skip to content

Commit

Permalink
repo: Release v1.25.8
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Jul 13, 2023
1 parent 894be19 commit 63ec332
Show file tree
Hide file tree
Showing 8 changed files with 29 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.25.8-dev
1.25.8
13 changes: 13 additions & 0 deletions changelogs/1.23.11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
date: July 13, 2023

bug_fixes:
- area: dependency
change: |
update gRPC -> 1.49.0 to resolve:
- `CVE-2023-1428 <https://nvd.nist.gov/vuln/detail/CVE-2023-1428>`_.
- `CVE-2023-32731 <https://nvd.nist.gov/vuln/detail/CVE-2023-32731>`_.
- area: http2
change: |
Fix memory leak in nghttp2 when scheduled requests are cancelled due to the ``GOAWAY`` frame being received from the
upstream service. Fix `CVE-2023-35945 <https://nvd.nist.gov/vuln/detail/CVE-2023-35945>`_..
11 changes: 11 additions & 0 deletions changelogs/1.24.9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
date: July 13, 2023

bug_fixes:
- area: original_dst
change: |
Fixes an issue with the ORIGINAL_DST cluster cleanup timer lifetime, which
can occur if the cluster is removed while the timer is armed.
- area: http2
change: |
Fix memory leak in nghttp2 when scheduled requests are cancelled due to the ``GOAWAY`` frame being received from the
upstream service. Fix `CVE-2023-35945 <https://nvd.nist.gov/vuln/detail/CVE-2023-35945>`_.
16 changes: 1 addition & 15 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +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: July 13, 2023

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: original_dst
change: |
Fixes an issue with the ORIGINAL_DST cluster cleanup timer lifetime, which
Expand All @@ -16,10 +9,3 @@ bug_fixes:
change: |
Fix memory leak in nghttp2 when scheduled requests are cancelled due to the ``GOAWAY`` frame being received from the
upstream service. Fix `CVE-2023-35945 <https://nvd.nist.gov/vuln/detail/CVE-2023-35945>`_.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:
Binary file modified docs/inventories/v1.23/objects.inv
Binary file not shown.
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.
6 changes: 3 additions & 3 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"1.20": 1.20.7
"1.21": 1.21.6
"1.22": 1.22.11
"1.23": 1.23.10
"1.24": 1.24.8
"1.25": 1.25.6
"1.23": 1.23.11
"1.24": 1.24.9
"1.25": 1.25.7

0 comments on commit 63ec332

Please sign in to comment.