Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/1.25] repo: Release v1.25.8 #28360

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading