Re: Cloud Foundry NodeJS 4 support and release schedule
Mike Dalessio
Hi Shawn,
toggle quoted message
Show quoted text
Great question, thanks for asking it. The Buildpacks team has a Tracker story in its backlog to work on Node 4: https://www.pivotaltracker.com/story/show/102941608 Generally our turnaround time on vanilla version updates is less than a day; however, Node 4 isn't just a regular version update, as it comes from io.js lineage which we haven't ever officially supported; and so we're going to proceed carefully. The story I linked to has some specific acceptance criteria: * Does the binary build with our current tooling? If not, we'll have to update our tooling. * Does the binary dynamically link openssl? (This was a specific use case we've had to work around in the past.) If not, we'll have to make sure it does, so that rootfs updates will be sufficient to address openssl CVEs. * Does the binary avoid statically linking any other rootfs libraries? If not, see above. * Does the binary pass BRATs? If not, we'll have to fix BRATs. Only when all of the above look good will we ship; and since we haven't worked with io.js and family before, I don't want to make any promises about delivery. If things go well, it could ship as early as tomorrow, though that's probably overly optimistic. Additionally I'll likely delay committing it into cf-release until we have positive feedback from the community. I'm happy to keep this thread updated with our progress; or you can follow along at the Tracker story. Cheers, -mike
On Wed, Sep 9, 2015 at 11:33 AM, Shawn Nielsen <sknielse(a)gmail.com> wrote:
NodeJS version 4 was released yesterday to the community. |
|