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.7 #27722

Merged
merged 2 commits into from
Jun 2, 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.7-dev
1.25.7
18 changes: 18 additions & 0 deletions changelogs/1.23.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
date: June 2, 2023

bug_fixes:
- area: boringssl
change: |
Fixed the crash that occurs when contrib is compiled with ``boringssl=fips`` defined.
- area: dependency
change: |
update Wasmtime and related deps -> 9.0.3 to resolve
`CVE-2023-30624 <https://nvd.nist.gov/vuln/detail/CVE-2023-30624>`_.
- area: dependency
change: |
update C-ares -> 1.91.1 to resolve:

- `CVE-2023-31130 <https://nvd.nist.gov/vuln/detail/CVE-2023-31130>`_.
- `CVE-2023-31147 <https://nvd.nist.gov/vuln/detail/CVE-2023-31147>`_.
- `CVE-2023-31124 <https://nvd.nist.gov/vuln/detail/CVE-2023-31124>`_.
- `CVE-2023-32067 <https://nvd.nist.gov/vuln/detail/CVE-2023-32067>`_.
18 changes: 18 additions & 0 deletions changelogs/1.24.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
date: June 2, 2023

bug_fixes:
- area: boringssl
change: |
Fixed the crash that occurs when contrib is compiled with ``boringssl=fips`` defined.
- area: dependency
change: |
update Wasmtime and related deps -> 9.0.3 to resolve
`CVE-2023-30624 <https://nvd.nist.gov/vuln/detail/CVE-2023-30624>`_.
- area: dependency
change: |
update C-ares -> 1.91.1 to resolve:

- `CVE-2023-31130 <https://nvd.nist.gov/vuln/detail/CVE-2023-31130>`_.
- `CVE-2023-31147 <https://nvd.nist.gov/vuln/detail/CVE-2023-31147>`_.
- `CVE-2023-31124 <https://nvd.nist.gov/vuln/detail/CVE-2023-31124>`_.
- `CVE-2023-32067 <https://nvd.nist.gov/vuln/detail/CVE-2023-32067>`_.
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: June 2, 2023

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: boringssl
change: |
Fixed the crash that occurs when contrib is compiled with ``boringssl=fips`` defined.
Expand All @@ -23,10 +16,3 @@ bug_fixes:
- `CVE-2023-31147 <https://nvd.nist.gov/vuln/detail/CVE-2023-31147>`_.
- `CVE-2023-31124 <https://nvd.nist.gov/vuln/detail/CVE-2023-31124>`_.
- `CVE-2023-32067 <https://nvd.nist.gov/vuln/detail/CVE-2023-32067>`_.

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.
4 changes: 2 additions & 2 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.9
"1.24": 1.24.7
"1.23": 1.23.10
"1.24": 1.24.8
"1.25": 1.25.6
Loading