Skip to content

Commit 4921542

Browse files
Blog: v14.21.0 release post (#4906)
Refs: nodejs/node#44889
1 parent de06faa commit 4921542

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

locale/en/blog/release/v14.21.0.md

+107
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
date: 2022-11-01T21:42:42.856Z
3+
version: 14.21.0
4+
category: release
5+
title: Node v14.21.0 (LTS)
6+
slug: node-v14-21-0
7+
layout: blog-post.hbs
8+
author: Danielle Adams
9+
---
10+
11+
### Notable changes
12+
13+
* **deps**:
14+
* update corepack to 0.14.2 (Node.js GitHub Bot) [#44775](https://github.com/nodejs/node/pull/44775)
15+
* **src**:
16+
* add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
17+
18+
### Commits
19+
20+
* \[[`773f587912`](https://github.com/nodejs/node/commit/773f587912)] - **deps**: cherry-pick libuv/libuv\@3a7b955 (Ben Noordhuis) [#43950](https://github.com/nodejs/node/pull/43950)
21+
* \[[`a1dea66956`](https://github.com/nodejs/node/commit/a1dea66956)] - **deps**: cherry-pick libuv/libuv\@abb109f (Ben Noordhuis) [#43950](https://github.com/nodejs/node/pull/43950)
22+
* \[[`98c49d81f5`](https://github.com/nodejs/node/commit/98c49d81f5)] - **deps**: update corepack to 0.14.2 (Node.js GitHub Bot) [#44775](https://github.com/nodejs/node/pull/44775)
23+
* \[[`18c43c8518`](https://github.com/nodejs/node/commit/18c43c8518)] - **deps**: update timezone to tz2022e (Richard Lau) [#45094](https://github.com/nodejs/node/pull/45094)
24+
* \[[`a1f8e4db48`](https://github.com/nodejs/node/commit/a1f8e4db48)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#44704](https://github.com/nodejs/node/pull/44704)
25+
* \[[`e55389ca86`](https://github.com/nodejs/node/commit/e55389ca86)] - **deps**: update corepack to 0.14.0 (Node.js GitHub Bot) [#44509](https://github.com/nodejs/node/pull/44509)
26+
* \[[`0227462418`](https://github.com/nodejs/node/commit/0227462418)] - **deps**: update corepack to 0.13.0 (Node.js GitHub Bot) [#44318](https://github.com/nodejs/node/pull/44318)
27+
* \[[`ee24c320ea`](https://github.com/nodejs/node/commit/ee24c320ea)] - **deps**: update corepack to 0.12.3 (Node.js GitHub Bot) [#44229](https://github.com/nodejs/node/pull/44229)
28+
* \[[`28e9891449`](https://github.com/nodejs/node/commit/28e9891449)] - **deps**: update corepack to 0.12.2 (Node.js GitHub Bot) [#44159](https://github.com/nodejs/node/pull/44159)
29+
* \[[`b6972c9df2`](https://github.com/nodejs/node/commit/b6972c9df2)] - **deps**: update corepack to 0.12.1 (Node.js GitHub Bot) [#43965](https://github.com/nodejs/node/pull/43965)
30+
* \[[`9d6cb3b5f1`](https://github.com/nodejs/node/commit/9d6cb3b5f1)] - **deps**: update corepack to 0.12.0 (Node.js GitHub Bot) [#43748](https://github.com/nodejs/node/pull/43748)
31+
* \[[`fa6c276b4f`](https://github.com/nodejs/node/commit/fa6c276b4f)] - **deps**: update Corepack to 0.11.2 (Maël Nison) [#43402](https://github.com/nodejs/node/pull/43402)
32+
* \[[`4f83d75626`](https://github.com/nodejs/node/commit/4f83d75626)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
33+
* \[[`9487028043`](https://github.com/nodejs/node/commit/9487028043)] - **test**: fix intl tests on small-icu builds (Antoine du Hamel) [#41939](https://github.com/nodejs/node/pull/41939)
34+
* \[[`a1d52097f8`](https://github.com/nodejs/node/commit/a1d52097f8)] - **tools**: add more options to track flaky tests (Antoine du Hamel) [#43954](https://github.com/nodejs/node/pull/43954)
35+
36+
Windows 32-bit Installer: https://nodejs.org/dist/v14.21.0/node-v14.21.0-x86.msi<br>
37+
Windows 64-bit Installer: https://nodejs.org/dist/v14.21.0/node-v14.21.0-x64.msi<br>
38+
Windows 32-bit Binary: https://nodejs.org/dist/v14.21.0/win-x86/node.exe<br>
39+
Windows 64-bit Binary: https://nodejs.org/dist/v14.21.0/win-x64/node.exe<br>
40+
macOS 64-bit Installer: https://nodejs.org/dist/v14.21.0/node-v14.21.0.pkg<br>
41+
macOS Intel 64-bit Binary: https://nodejs.org/dist/v14.21.0/node-v14.21.0-darwin-x64.tar.gz<br>
42+
Linux 64-bit Binary: https://nodejs.org/dist/v14.21.0/node-v14.21.0-linux-x64.tar.xz<br>
43+
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v14.21.0/node-v14.21.0-linux-ppc64le.tar.xz<br>
44+
Linux s390x 64-bit Binary: https://nodejs.org/dist/v14.21.0/node-v14.21.0-linux-s390x.tar.xz<br>
45+
AIX 64-bit Binary: https://nodejs.org/dist/v14.21.0/node-v14.21.0-aix-ppc64.tar.gz<br>
46+
ARMv7 32-bit Binary: https://nodejs.org/dist/v14.21.0/node-v14.21.0-linux-armv7l.tar.xz<br>
47+
ARMv8 64-bit Binary: https://nodejs.org/dist/v14.21.0/node-v14.21.0-linux-arm64.tar.xz<br>
48+
Source Code: https://nodejs.org/dist/v14.21.0/node-v14.21.0.tar.gz<br>
49+
Other release files: https://nodejs.org/dist/v14.21.0/<br>
50+
Documentation: https://nodejs.org/docs/v14.21.0/api/
51+
52+
### SHASUMS
53+
54+
```
55+
-----BEGIN PGP SIGNED MESSAGE-----
56+
Hash: SHA256
57+
58+
eb26168c8e6e251871581a812bd556ed8759189c262af2c6b44331daaab5b1bd node-v14.21.0-aix-ppc64.tar.gz
59+
027d7e5999ed890d658e87f96a5edb7d9a8f26ee67e732f632a7adb850c43b70 node-v14.21.0-darwin-x64.tar.gz
60+
2fc0afda64a9a6deaa24621d66f66b94af5c6adb3cacf34dea632ddb96167ba2 node-v14.21.0-darwin-x64.tar.xz
61+
f437b08ff3e6c12c48b9e73e32587770c2d7bac0210947c0b1ab1d36e79d465d node-v14.21.0-headers.tar.gz
62+
eb11a131d540fed96e78d4bcef3869bb48aef727a5fb20a1b08f1c0accc24f49 node-v14.21.0-headers.tar.xz
63+
a06df30ae4393296872f2a80e73f2eea0634c3490edccb2d80bdee5f1449e96f node-v14.21.0-linux-arm64.tar.gz
64+
631d528a953f22f06bb208e076d361ac8dd0e71c1f6c3c091d81864a7c06bcdd node-v14.21.0-linux-arm64.tar.xz
65+
72bf674499dbf1beae2a0b210b635440d2f025bc065a654b7d262b130f6ee6f4 node-v14.21.0-linux-armv7l.tar.gz
66+
6d8ecd9b52d1a0118140d413e7992da88d0263ecf15eedb8c1e61a32898bfae7 node-v14.21.0-linux-armv7l.tar.xz
67+
0a9e0a66fabb27a289e13a132bf2b22bf3c23adb8818874e29e099d996092fd5 node-v14.21.0-linux-ppc64le.tar.gz
68+
cf710493322ad1dbe224efb2b7c96367e1a077a03e7680a8b0c341624752469e node-v14.21.0-linux-ppc64le.tar.xz
69+
c0bea6289eef4d5286a2ad5967d6e6a8dd4b8b318821c50523aba720ba4a8cbf node-v14.21.0-linux-s390x.tar.gz
70+
bf9a61e2bdb81b7a147a60ee4a3a1262ff35d3c5f6d5824084976b42383ea4fe node-v14.21.0-linux-s390x.tar.xz
71+
ac808106e79f90bbb0ceb44c5c9c57306117f21d962f0ca54a58993266c514dc node-v14.21.0-linux-x64.tar.gz
72+
d58116156944be686b3858d95466e0b6437e59f33924ce83ff171e3ffda291d1 node-v14.21.0-linux-x64.tar.xz
73+
515b727b30bd24a377d6c88dc329659c16b624e9a71c1024add709bf6e56b68d node-v14.21.0.pkg
74+
228f02347f7e4ae7ee844b911147fdf7e1d738dcf000abf0fc067b9161510785 node-v14.21.0.tar.gz
75+
3b4bdac1baccc54baee2e3dbcab7bb635224c716ee76ee49aa4f6f54c28f7991 node-v14.21.0.tar.xz
76+
43cc13e774346cf06f4fb562f911e1b8c779a3b72e7b934cbb932981a48570c5 node-v14.21.0-win-x64.7z
77+
12dbfd835539448713744433042525b64a5ff5629fa5fd67a782d5fa46b973c3 node-v14.21.0-win-x64.zip
78+
3dd71222b4dbbd4aa8a738a5c58882a0f1f3dbb3532071e58157c5a20b0f19c5 node-v14.21.0-win-x86.7z
79+
c1f9bbb84e0893cb317ba3ffacbb19b40e629a933ca434e1f6deee516897fcdf node-v14.21.0-win-x86.zip
80+
897f34f47b2fded344ba9433ad7594e072616051be3137b628ab55d6231e6fee node-v14.21.0-x64.msi
81+
545c979ad448ecf7d605c2e233326cd2bae197bc8aea15ac92a2e4b3a6d3763f node-v14.21.0-x86.msi
82+
cc509058cebceb9dbb90f2ee4f24b41c4597e83367fc9195365e0f4ed0b8aee7 win-x64/node.exe
83+
dea0607a3fca01c7bce5dbe6e275f149bbe1076811d156c6e34e1910028365e7 win-x64/node.lib
84+
1c033898bc767395b781fc01608ffc63498063253dd1b665b2c60fd1a88805dd win-x64/node_pdb.7z
85+
eb183286c5cf4a6de76003e029fc4c4287a40175d1713096a3df75872c548619 win-x64/node_pdb.zip
86+
30afe59d4ea6a14902e1db8b84b88d66a07811e3b364d0f8a2a6cc0d88e86ca6 win-x86/node.exe
87+
b7ede8c768bc23de8d155724fcfdc828e7b90a2c5831ae95f0d619ea335b3eb0 win-x86/node.lib
88+
060f648dfe04d0cc902e6453b3b791586e44d335b1810283f226f65bdaba93ac win-x86/node_pdb.7z
89+
7bc054e43674680f124b25fb4a05a8c6280ff4420e3d16fcc67098d144b71ee8 win-x86/node_pdb.zip
90+
-----BEGIN PGP SIGNATURE-----
91+
92+
iQIzBAEBCAAdFiEEdPEmArbxxOkT+qN606iWE2Q7YgEFAmNhkhEACgkQ06iWE2Q7
93+
YgFkBxAA3Majed9DWTR1lKmfOkLetzlbuAnAQ+lk/NZZmsZKhVUE//giFoQSQQ1G
94+
AOsPNlPJH7TWL6XoHREpaIzAQvkbr07yikObUyrcIkncqivxKk+dIuK3rBuY8ofd
95+
51Kqtb1GP0lJZ3u4EesM5pVwztHi5zH08dWvPhOg2GO8f4TyH5ldQIePYi27sodV
96+
ZwqBzLGuxPso99smFKw5YlKdIJYkX+qHBoWrpAL46daLjccKK62u/65lJnE8pfEl
97+
5rDg8qaMZrHCQqQhxZ1kR+tQqOMX3GPtNaUVH98MIg6kqZYDC1Dh7hRr7lnjj0ww
98+
5BQ85xrQXSB7VSlF4vqAOg+/Lcok4VkS1nzmLBq4WqCs2wkdVnRW7kEMorvFOozl
99+
jpfB+p8RIY95/blonqlkCLNFIac9gCWZKaIC9+dk6I2fX5VZ2SsrQpNsrBTQD5CQ
100+
+TZhW3+dOcJHH471J1pD3hRSF4TRprhYrLMQjB3EQjhaH89eXDyux/qEBhBcUj9X
101+
N2pYf3DvctI34DyVa0jnfAal73q62yUpDdvt8NWcOPi/hNYoxY3AoutZ/FSLfAGH
102+
LCW3Scu/9H5vK/hvaUJIfOp5UQyOK7ZpzLP8z7IepXGQhTCZEMdD/NHbtOqhXCB+
103+
FNvj/NCX2EJvwZVWkSS/IlUNE4Ef8qGW39IytuUpDwMpNx6Q1kw=
104+
=l+sK
105+
-----END PGP SIGNATURE-----
106+
107+
```

0 commit comments

Comments
 (0)