Skip to content

Commit b984017

Browse files
committedJun 2, 2022
2022-06-01, Version 17.9.1 (Current)
Notable changes: * Upgrade npm to 8.11.0 * Update to OpenSSL 3.0.3 PR-URL: #43256
1 parent 18d3c33 commit b984017

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
 

‎CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ release.
4040
<a href="doc/changelogs/CHANGELOG_V18.md#18.0.0">18.0.0</a><br/>
4141
</td>
4242
<td valign="top">
43-
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.8.0">17.8.0</a></b><br/>
43+
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.9.1">17.9.1</a></b><br/>
44+
<a href="doc/changelogs/CHANGELOG_V17.md#17.9.0">17.9.0</a><br/>
45+
<a href="doc/changelogs/CHANGELOG_V17.md#17.8.0">17.8.0</a><br/>
4446
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.2">17.7.2</a><br/>
4547
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.1">17.7.1</a><br/>
4648
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.0">17.7.0</a><br/>

‎doc/changelogs/CHANGELOG_V17.md

+25
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#17.9.1">17.9.1</a><br/>
1112
<a href="#17.9.0">17.9.0</a><br/>
1213
<a href="#17.8.0">17.8.0</a><br/>
1314
<a href="#17.7.2">17.7.2</a><br/>
@@ -46,6 +47,30 @@
4647
* [io.js](CHANGELOG_IOJS.md)
4748
* [Archive](CHANGELOG_ARCHIVE.md)
4849

50+
<a id="17.9.1"></a>
51+
52+
## 2022-06-01, Version 17.9.1 (Current), @ruyadorno
53+
54+
### Notable Changes
55+
56+
* Upgrade npm to 8.11.0
57+
58+
#### Update to OpenSSL 3.0.3
59+
60+
This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 17.
61+
See <https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/> for more information on how the May 2022 OpenSSL releases affect other Node.js release lines.
62+
63+
### Commits
64+
65+
* \[[`17fef6ed54`](https://github.com/nodejs/node/commit/17fef6ed54)] - **deps**: upgrade npm to 8.11.0 (npm team) [#43210](https://github.com/nodejs/node/pull/43210)
66+
* \[[`d0b53c0557`](https://github.com/nodejs/node/commit/d0b53c0557)] - **deps**: upgrade npm to 8.10.0 (npm team) [#43061](https://github.com/nodejs/node/pull/43061)
67+
* \[[`72630d176f`](https://github.com/nodejs/node/commit/72630d176f)] - **deps**: upgrade npm to 8.9.0 (npm team) [#42968](https://github.com/nodejs/node/pull/42968)
68+
* \[[`93d58c361e`](https://github.com/nodejs/node/commit/93d58c361e)] - **deps**: upgrade npm to 8.8.0 (npm team) [#42886](https://github.com/nodejs/node/pull/42886)
69+
* \[[`34e6edd421`](https://github.com/nodejs/node/commit/34e6edd421)] - **deps**: upgrade npm to 8.7.0 (npm team) [#42744](https://github.com/nodejs/node/pull/42744)
70+
* \[[`02f8b0cdad`](https://github.com/nodejs/node/commit/02f8b0cdad)] - **deps**: upgrade npm to 8.6.0 (npm team) [#42550](https://github.com/nodejs/node/pull/42550)
71+
* \[[`871eace946`](https://github.com/nodejs/node/commit/871eace946)] - **deps**: update archs files for quictls/openssl-3.0.3 (RafaelGSS) [#43025](https://github.com/nodejs/node/pull/43025)
72+
* \[[`05fb807ab0`](https://github.com/nodejs/node/commit/05fb807ab0)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43025](https://github.com/nodejs/node/pull/43025)
73+
4974
<a id="17.9.0"></a>
5075

5176
## 2022-04-07, Version 17.9.0 (Current), @BethGriggs prepared by @juanarbol

0 commit comments

Comments
 (0)
Please sign in to comment.