Skip to content

doc: reserve ABI 130 for Electron 33 #54383

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

clavin
Copy link
Contributor

@clavin clavin commented Aug 14, 2024

Hey folks! We're preparing for the Electron 32 release right now. As part of our regular process, I'm reserving a new ABI version for the next version of Electron. 😄

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Aug 14, 2024
@richardlau richardlau added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 15, 2024
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Aug 16, 2024
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/54383
✔  Done loading data for nodejs/node/pull/54383
----------------------------------- PR info ------------------------------------
Title      doc: reserve ABI 129 for Electron 33 (#54383)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     clavin:clavin/doc-electron-33-abi -> nodejs:main
Labels     doc, author ready
Commits    1
 - doc: reserve ABI 129 for Electron 33
Committers 1
 - clavin <clavin@users.noreply.github.com>
PR-URL: https://github.com/nodejs/node/pull/54383
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/54383
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Wed, 14 Aug 2024 19:09:56 GMT
   ✔  Approvals: 5
   ✔  - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/54383#pullrequestreview-2239013261
   ✔  - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/54383#pullrequestreview-2239341034
   ✔  - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/54383#pullrequestreview-2239663756
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/54383#pullrequestreview-2239778310
   ✔  - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/54383#pullrequestreview-2241577490
   ⚠  This PR has conflicts that must be resolved
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/10425117279

@jakecastelli
Copy link
Member

jakecastelli commented Aug 17, 2024

129 now has been consumed in this commit

@clavin clavin force-pushed the clavin/doc-electron-33-abi branch from 90c2e9e to d8bf700 Compare August 18, 2024 18:11
@clavin clavin changed the title doc: reserve ABI 129 for Electron 33 doc: reserve ABI 130 for Electron 33 Aug 18, 2024
@clavin
Copy link
Contributor Author

clavin commented Aug 18, 2024

Rebased to use 130 instead. 😄 👍

@jakecastelli jakecastelli added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Aug 19, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Aug 19, 2024
@nodejs-github-bot nodejs-github-bot merged commit 80dac9e into nodejs:main Aug 19, 2024
16 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 80dac9e

@RafaelGSS
Copy link
Member

This didn't land cleanly on v22.x due to #54077. Can you create a manual backport?

@RafaelGSS RafaelGSS added the backport-requested-v22.x PRs awaiting manual backport to the v22.x-staging branch. label Aug 19, 2024
@clavin clavin deleted the clavin/doc-electron-33-abi branch August 19, 2024 15:04
@clavin
Copy link
Contributor Author

clavin commented Aug 19, 2024

👍 Created a manual backport to v22.x in #54455

@avivkeller avivkeller added backport-open-v22.x Indicate that the PR has an open backport and removed backport-requested-v22.x PRs awaiting manual backport to the v22.x-staging branch. labels Aug 19, 2024
clavin added a commit to clavin/node that referenced this pull request Aug 19, 2024
PR-URL: nodejs#54383
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
clavin added a commit to clavin/node that referenced this pull request Aug 19, 2024
Backport-PR-URL: nodejs#54455
PR-URL: nodejs#54383
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
clavin added a commit to clavin/node that referenced this pull request Aug 22, 2024
Backport-PR-URL: nodejs#54455
PR-URL: nodejs#54383
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
@targos
Copy link
Member

targos commented Aug 24, 2024

@RafaelGSS We don't need to backport these changes. It's easier to mark dont-land.

RafaelGSS pushed a commit that referenced this pull request Aug 24, 2024
Backport-PR-URL: #54455
PR-URL: #54383
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
@avivkeller avivkeller added backported-to-v22.x PRs backported to the v22.x-staging branch. and removed backport-open-v22.x Indicate that the PR has an open backport labels Aug 24, 2024
@RafaelGSS RafaelGSS mentioned this pull request Aug 25, 2024
@targos targos added the dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. label Sep 21, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. backported-to-v22.x PRs backported to the v22.x-staging branch. doc Issues and PRs related to the documentations. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants