Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
doc: remove openssl 1.x reference#43734
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
doc: remove openssl 1.x reference #43734
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented Jul 8, 2022
Review requested:
|
Fast-track has been requested by @RafaelGSS. Please 👍 to approve. |
richardlau left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a bullet point at the beginning of this doc referring to Node.js 12 that should also go, but that could be done separately.
Uh oh!
There was an error while loading. Please reload this page.
f03862e to 00cc428CompareUh oh!
There was an error while loading. Please reload this page.
00cc428 to 538f238Comparenodejs-github-bot commented Jul 10, 2022
Commit Queue failed- Loading data for nodejs/node/pull/43734 ✔ Done loading data for nodejs/node/pull/43734 ----------------------------------- PR info ------------------------------------ Title doc: remove openssl 1.x reference (#43734) Author Rafael Gonzaga (@RafaelGSS) Branch RafaelGSS:maintaining-openssl-3-update -> nodejs:main Labels doc, fast-track, dont-land-on-v14.x, dont-land-on-v16.x Commits 1 - doc: remove openssl 1.x reference Committers 1 - RafaelGSS PR-URL: https://github.com/nodejs/node/pull/43734 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/43734 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 08 Jul 2022 14:42:57 GMT ✔ Approvals: 5 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/43734#pullrequestreview-1033024170 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/43734#pullrequestreview-1033067101 ✔ - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/43734#pullrequestreview-1033118885 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/43734#pullrequestreview-1033391893 ✔ - Darshan Sen (@RaisinTen) (TSC): https://github.com/nodejs/node/pull/43734#pullrequestreview-1033641795 ℹ This PR is being fast-tracked ✖ The fast-track request requires at least two collaborators' approvals (👍). ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/2646357011 |
mcollina left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
nodejs-github-bot commented Jul 11, 2022
Landed in 45a4fdb |
Refs: #43734 (review) PR-URL: #43744 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #43734 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Refs: #43734 (review) PR-URL: #43744 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
OpenSSL 1.x is only used in v16 and v14. To avoid confusions I recommend removing OpenSSL 1.x references from main and v18.x.
Note: these references will still exist in v16.x and v14.x branches