Skip to content
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

v10.14.1 proposal #24711

Merged
merged 4 commits into from
Nov 29, 2018
Merged

v10.14.1 proposal #24711

merged 4 commits into from
Nov 29, 2018

Conversation

MylesBorins
Copy link
Contributor

2018-11-29, Version 10.14.1 'Dubnium' (LTS), @MylesBorins

Notable Changes

  • win/msi: Revert changes to installer causing issues on Windows systems.

Commits

  • [5d17bf1e13] - win: add prompt to tools installation script (João Reis) #23987
  • [589f0d2192] - win: clarify Boxstarter behavior on install tools (Rob Reynolds) #23987
  • [9e293c1328] - Revert "win,msi: install tools for native modules" (Refael Ackermann) #24344

ferventcoder and others added 3 commits November 28, 2018 23:39
Clarify the behavior of what Boxstarter may do when it runs on a box
to install all the necessary tools so that there are no surprises to
the end user when the script is run.

Currently there is no interface that warns the user that Boxstarter
will reboot the machine possibly multiple times depending on how many
dependencies need to be installed and doesn't mention a need to disable
UAC. For folks who see what may look like a reboot loop, we feel it is
necessary to make them aware that UAC will be disabled and they will
need to take action to re-enable UAC manually if they interfere/stop
the script from finishing.

PR-URL: #23987
Fixes: nodejs/Release#369
Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Fixes: nodejs/Release#369

PR-URL: #23987
Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This reverts:
	Revision: 257a5e9
	win: add prompt to tools installation script

	Revision: e9a2915
	win: clarify Boxstarter behavior on install tools

	Revision: 3b895d1
	win,msi: display license notes before installing tools

	Revision: cf284c8
	win,msi: install Boxstarter from elevated shell

	Revision: 2b7e18d
	win,msi: highlight installation of 3rd-party tools

	Revision: ebf36cd
	win,msi: install tools for native modules

PR-URL: #24344
Refs: #22645
Refs: #23987
Refs: nodejs/Release#369
Refs: #23838
Refs: nodejs/security-wg#439
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@nodejs-github-bot nodejs-github-bot added lib / src Issues and PRs related to general changes in the lib or src directory. v10.x labels Nov 29, 2018
@MylesBorins
Copy link
Contributor Author

@nodejs/release @nodejs/lts @nodejs/tsc

I've been reading on and off about the changes to our MSI installed biting people. I know this is being figured out on master but we really can't be having this continue to bite people on LTS, especially if they are attempting to update to the security release.

This small release, which I would like to get out tomorrow, only lands the changes necessary to revert the installer changes, it landed in #24344.

My plan is to release this tomorrow, likely earlier in the day. Apologies for the rush on this but I genuinely don't think we should be waiting any longer on this. I'm going to kick off all the bits and if there are no objections in the next 11 hours I plan to do this release at 11:00am ET.

Notable Changes:

* **win/msi**: Revert changes to installer causing issues on Windows systems.

PR-URL: #24711
@MylesBorins
Copy link
Contributor Author

MylesBorins commented Nov 29, 2018

Copy link
Member

@joaocgreis joaocgreis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MylesBorins thanks for making a release to move this forward.

#24677 is open for master and should fix all the issues we've seen so far.

Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, except that I don't really like having commits that introduce changes just to undo them again. But if backports without those two is really hard then it's your call.

@joaocgreis please weigh in here, your 👍 on an expedited release would be appreciated, alternatively if you don't think it's necessary to rush that would also be good to hear. You're much better connected to the Windows world than most of us.

@MylesBorins
Copy link
Contributor Author

@rvagg I could squash them all into one commit but I didn't want to land stuff that hadn't been reviewed.

@joaocgreis
Copy link
Member

@rvagg @MylesBorins to be clear, please go ahead with this. It will be good to get this out in a release as soon as possible.

@MylesBorins
Copy link
Contributor Author

arm failure is known flake fixed on master: #23406

@MylesBorins MylesBorins merged commit d3dbe3a into v10.x Nov 29, 2018
MylesBorins added a commit that referenced this pull request Nov 29, 2018
MylesBorins added a commit that referenced this pull request Nov 29, 2018
Notable Changes:

* **win/msi**: Revert changes to installer causing issues on Windows systems.

PR-URL: #24711
@MylesBorins MylesBorins deleted the v10.14.1-proposal branch November 29, 2018 17:05
refack pushed a commit to refack/node that referenced this pull request Jan 14, 2019
Notable Changes:

* **win/msi**: Revert changes to installer causing issues on Windows systems.

PR-URL: nodejs#24711
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib / src Issues and PRs related to general changes in the lib or src directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants