Skip to content

Commit f01d30b

Browse files
committed
2021-11-30, Version 14.18.2 'Fermium' (LTS)
Notable changes This release contains a c-ares update to fix a regression introduced in Node.js 14.17.5 resolving CNAME records containing underscores (#39780). Also included are commits to allow Node.js 14 to continue to build and pass tests on our Jenkins CI, including adding Python 3.10 to the list of allowable Python versions for building. PR-URL: #40969
1 parent 0a157d8 commit f01d30b

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ release.
6060
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>
6161
</td>
6262
<td valign="top">
63-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.18.1">14.18.1</a></b><br/>
63+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.18.2">14.18.2</a></b><br/>
64+
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.1">14.18.1</a><br/>
6465
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.0">14.18.0</a><br/>
6566
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.6">14.17.6</a><br/>
6667
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.5">14.17.5</a><br/>

doc/changelogs/CHANGELOG_V14.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td valign="top">
12+
<a href="#14.18.2">14.18.2</a><br/>
1213
<a href="#14.18.1">14.18.1</a><br/>
1314
<a href="#14.18.0">14.18.0</a><br/>
1415
<a href="#14.17.6">14.17.6</a><br/>
@@ -68,6 +69,36 @@
6869
* [io.js](CHANGELOG_IOJS.md)
6970
* [Archive](CHANGELOG_ARCHIVE.md)
7071

72+
<a id="14.18.2"></a>
73+
74+
## 2021-11-30, Version 14.18.2 'Fermium' (LTS), @richardlau
75+
76+
### Notable changes
77+
78+
This release contains a c-ares update to fix a regression introduced in
79+
Node.js 14.17.5 resolving CNAME records containing underscores
80+
[#39780](https://github.com/nodejs/node/issues/39780).
81+
82+
Also included are commits to allow Node.js 14 to continue to build and
83+
pass tests on our Jenkins CI, including adding Python 3.10 to the list
84+
of allowable Python versions for building.
85+
86+
### Commits
87+
88+
* \[[`7923c61a62`](https://github.com/nodejs/node/commit/7923c61a62)] - **build**: pin build-docs workflow to Node.js 14 (Richard Lau) [#40939](https://github.com/nodejs/node/pull/40939)
89+
* \[[`da356128fb`](https://github.com/nodejs/node/commit/da356128fb)] - **build**: support Python 3.10.0 (FrankQiu) [#40296](https://github.com/nodejs/node/pull/40296)
90+
* \[[`9c3a85d279`](https://github.com/nodejs/node/commit/9c3a85d279)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
91+
* \[[`cd7c340545`](https://github.com/nodejs/node/commit/cd7c340545)] - **deps**: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#40296](https://github.com/nodejs/node/pull/40296)
92+
* \[[`6330d435f5`](https://github.com/nodejs/node/commit/6330d435f5)] - **doc**: mark Node.js 10 as End-of-Life (Richard Lau) [#38482](https://github.com/nodejs/node/pull/38482)
93+
* \[[`8ca082ec71`](https://github.com/nodejs/node/commit/8ca082ec71)] - **doc**: fix CJS-ESM selector in Safari (Bradley Farias) [#40135](https://github.com/nodejs/node/pull/40135)
94+
* \[[`92490d1c89`](https://github.com/nodejs/node/commit/92490d1c89)] - **doc**: add macOS arm64 experimental status (Michael Rienstra) [#40127](https://github.com/nodejs/node/pull/40127)
95+
* \[[`8894bdd4d8`](https://github.com/nodejs/node/commit/8894bdd4d8)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#40325](https://github.com/nodejs/node/pull/40325)
96+
* \[[`704989b698`](https://github.com/nodejs/node/commit/704989b698)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#40838](https://github.com/nodejs/node/pull/40838)
97+
* \[[`df401cd346`](https://github.com/nodejs/node/commit/df401cd346)] - **test**: update upload.zip to be uncorrupted (Greg Ziskind) [#37294](https://github.com/nodejs/node/pull/37294)
98+
* \[[`aa947f7dbf`](https://github.com/nodejs/node/commit/aa947f7dbf)] - **tools**: add script to update c-ares (Richard Lau) [#40660](https://github.com/nodejs/node/pull/40660)
99+
* \[[`6b7b2bba41`](https://github.com/nodejs/node/commit/6b7b2bba41)] - **tools**: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#40296](https://github.com/nodejs/node/pull/40296)
100+
* \[[`39583f77d8`](https://github.com/nodejs/node/commit/39583f77d8)] - **worker**: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) [#38403](https://github.com/nodejs/node/pull/38403)
101+
71102
<a id="14.18.1"></a>
72103

73104
## 2021-10-12, Version 14.18.1 'Fermium' (LTS), @danielleadams

0 commit comments

Comments
 (0)