You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by James Thomas <jt...@gmail.com> on 2019/04/18 16:52:33 UTC

Move default Node.js runtime to v10?

On Wednesday's community call I asked about moving the default Nodejs
version in the project to v10.

Node.js 6 (which is the current default version) reaches  "end of life" on
April 30th according to https://github.com/nodejs/Release. Node.js 10 is
the current LTS version and is supported until April 2021.

Rodric mentioned this was started previously but ran into issues with the
providers?
https://github.com/apache/incubator-openwhisk/issues/4265

Does anyone have any issues with going forward with this work (once any
issues have been resolved)? I see there is some work going on to fix the
failures (https://github.com/apache/incubator-openwhisk/pull/4450)

-- 
Regards,
James Thomas

Re: Move default Node.js runtime to v10?

Posted by Rodric Rabbah <ro...@gmail.com>.
From my recollection, some of the actions that failed were in the api
gateway (now fixed) and the providers which I think were also patched up.

+1 to make node 10 the default.

-r

On Thu, Apr 18, 2019 at 12:52 PM James Thomas <jt...@gmail.com> wrote:

> On Wednesday's community call I asked about moving the default Nodejs
> version in the project to v10.
>
> Node.js 6 (which is the current default version) reaches  "end of life" on
> April 30th according to https://github.com/nodejs/Release. Node.js 10 is
> the current LTS version and is supported until April 2021.
>
> Rodric mentioned this was started previously but ran into issues with the
> providers?
> https://github.com/apache/incubator-openwhisk/issues/4265
>
> Does anyone have any issues with going forward with this work (once any
> issues have been resolved)? I see there is some work going on to fix the
> failures (https://github.com/apache/incubator-openwhisk/pull/4450)
>
> --
> Regards,
> James Thomas
>

Re: Move default Node.js runtime to v10?

Posted by James Thomas <jt...@gmail.com>.
PR is now open for this:
https://github.com/apache/incubator-openwhisk/pull/4466

On Sat, 20 Apr 2019 at 16:09, Carlos Santana <cs...@gmail.com> wrote:

> +1 to move to nodejs10
>
> - Carlos Santana
> @csantanapr
>
> > On Apr 19, 2019, at 3:03 PM, Rodric Rabbah <ro...@gmail.com> wrote:
> >
> > This is the catalog actions related issue that I opened at the time I
> > tried: https://github.com/apache/incubator-openwhisk-catalog/issues/294
> >
> > Some of the actions which require packages available in the node6 runtime
> > fail in the newer node10 because we don't bundle any packages. So those
> > actions have to "zip" up their dependencies. The patch that was made was
> to
> > pin the catalog actions to node6 with the project deploy configuration.
> So
> > my assessment is that we can flip the default once again and should be OK
> > this time... but the catalog actions that are pinned to node6 will need
> to
> > be updated in a second phase.
> >
> > -r
> >
> >
> >
> >> On Thu, Apr 18, 2019 at 12:52 PM James Thomas <jt...@gmail.com>
> wrote:
> >>
> >> On Wednesday's community call I asked about moving the default Nodejs
> >> version in the project to v10.
> >>
> >> Node.js 6 (which is the current default version) reaches  "end of life"
> on
> >> April 30th according to https://github.com/nodejs/Release. Node.js 10
> is
> >> the current LTS version and is supported until April 2021.
> >>
> >> Rodric mentioned this was started previously but ran into issues with
> the
> >> providers?
> >> https://github.com/apache/incubator-openwhisk/issues/4265
> >>
> >> Does anyone have any issues with going forward with this work (once any
> >> issues have been resolved)? I see there is some work going on to fix the
> >> failures (https://github.com/apache/incubator-openwhisk/pull/4450)
> >>
> >> --
> >> Regards,
> >> James Thomas
> >>
>


-- 
Regards,
James Thomas

Re: Move default Node.js runtime to v10?

Posted by Carlos Santana <cs...@gmail.com>.
+1 to move to nodejs10

- Carlos Santana
@csantanapr

> On Apr 19, 2019, at 3:03 PM, Rodric Rabbah <ro...@gmail.com> wrote:
> 
> This is the catalog actions related issue that I opened at the time I
> tried: https://github.com/apache/incubator-openwhisk-catalog/issues/294
> 
> Some of the actions which require packages available in the node6 runtime
> fail in the newer node10 because we don't bundle any packages. So those
> actions have to "zip" up their dependencies. The patch that was made was to
> pin the catalog actions to node6 with the project deploy configuration. So
> my assessment is that we can flip the default once again and should be OK
> this time... but the catalog actions that are pinned to node6 will need to
> be updated in a second phase.
> 
> -r
> 
> 
> 
>> On Thu, Apr 18, 2019 at 12:52 PM James Thomas <jt...@gmail.com> wrote:
>> 
>> On Wednesday's community call I asked about moving the default Nodejs
>> version in the project to v10.
>> 
>> Node.js 6 (which is the current default version) reaches  "end of life" on
>> April 30th according to https://github.com/nodejs/Release. Node.js 10 is
>> the current LTS version and is supported until April 2021.
>> 
>> Rodric mentioned this was started previously but ran into issues with the
>> providers?
>> https://github.com/apache/incubator-openwhisk/issues/4265
>> 
>> Does anyone have any issues with going forward with this work (once any
>> issues have been resolved)? I see there is some work going on to fix the
>> failures (https://github.com/apache/incubator-openwhisk/pull/4450)
>> 
>> --
>> Regards,
>> James Thomas
>> 

Re: Move default Node.js runtime to v10?

Posted by Rodric Rabbah <ro...@gmail.com>.
This is the catalog actions related issue that I opened at the time I
tried: https://github.com/apache/incubator-openwhisk-catalog/issues/294

Some of the actions which require packages available in the node6 runtime
fail in the newer node10 because we don't bundle any packages. So those
actions have to "zip" up their dependencies. The patch that was made was to
pin the catalog actions to node6 with the project deploy configuration. So
my assessment is that we can flip the default once again and should be OK
this time... but the catalog actions that are pinned to node6 will need to
be updated in a second phase.

-r



On Thu, Apr 18, 2019 at 12:52 PM James Thomas <jt...@gmail.com> wrote:

> On Wednesday's community call I asked about moving the default Nodejs
> version in the project to v10.
>
> Node.js 6 (which is the current default version) reaches  "end of life" on
> April 30th according to https://github.com/nodejs/Release. Node.js 10 is
> the current LTS version and is supported until April 2021.
>
> Rodric mentioned this was started previously but ran into issues with the
> providers?
> https://github.com/apache/incubator-openwhisk/issues/4265
>
> Does anyone have any issues with going forward with this work (once any
> issues have been resolved)? I see there is some work going on to fix the
> failures (https://github.com/apache/incubator-openwhisk/pull/4450)
>
> --
> Regards,
> James Thomas
>