You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@skywalking.apache.org by kezhenxu94 <ke...@apache.org> on 2022/07/06 09:31:19 UTC

[VOTE] Release Apache SkyWalking NodeJS version 0.5.0

Hi the SkyWalking Community:

This is a call for vote to release Apache SkyWalking NodeJS version 0.5.0.

Release notes:

 * https://github.com/apache/skywalking-nodejs/blob/v0.5.0/CHANGELOG.md

Release Candidate:

 * https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0
 * sha512 checksums
   - 41c83e57eeae718ff02d06e3976013a1853fc2826160be0667cae91275814c409d00f85e534b4f775a67491d10b90ecfb3f68645713ac696f62d1bb0ffb791d7  skywalking-nodejs-src-0.5.0.tgz

Release Tag :

 * (Git Tag) v0.5.0

Release Commit Hash :

 * https://github.com/apache/skywalking-nodejs/tree/6c0e9ba4045822e0a561004791c4655ae60ac09a

Keys to verify the Release Candidate :

 * https://dist.apache.org/repos/dist/release/skywalking/KEYS

Guide to build the release from source :

Simply run `npm install && npm run build`

Voting will start now and will remain open for at least 72 hours, all PMC members are required to give their votes.

[ ] +1 Release this package.
[ ] +0 No opinion.
[ ] -1 Do not release this package because....

Thanks.

[1] https://github.com/apache/skywalking-nodejs/blob/master/docs/How-to-release.md#vote-check

Re: [VOTE] Release Apache SkyWalking NodeJS version 0.5.0

Posted by Sheng Wu <wu...@gmail.com>.
+1 binding

1. asc checked
2. version correct
3. sha512 checked
4. download link correct.

kezhenxu94 <ke...@apache.org>于2022年7月6日 周三17:31写道:

> Hi the SkyWalking Community:
>
> This is a call for vote to release Apache SkyWalking NodeJS version 0.5.0.
>
> Release notes:
>
>  * https://github.com/apache/skywalking-nodejs/blob/v0.5.0/CHANGELOG.md
>
> Release Candidate:
>
>  * https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0
>  * sha512 checksums
>    -
> 41c83e57eeae718ff02d06e3976013a1853fc2826160be0667cae91275814c409d00f85e534b4f775a67491d10b90ecfb3f68645713ac696f62d1bb0ffb791d7
> skywalking-nodejs-src-0.5.0.tgz
>
> Release Tag :
>
>  * (Git Tag) v0.5.0
>
> Release Commit Hash :
>
>  *
> https://github.com/apache/skywalking-nodejs/tree/6c0e9ba4045822e0a561004791c4655ae60ac09a
>
> Keys to verify the Release Candidate :
>
>  * https://dist.apache.org/repos/dist/release/skywalking/KEYS
>
> Guide to build the release from source :
>
> Simply run `npm install && npm run build`
>
> Voting will start now and will remain open for at least 72 hours, all PMC
> members are required to give their votes.
>
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because....
>
> Thanks.
>
> [1]
> https://github.com/apache/skywalking-nodejs/blob/master/docs/How-to-release.md#vote-check

-- 
Sheng Wu 吴晟

Apache SkyWalking
Apache Incubator
Apache ShardingSphere, ECharts, DolphinScheduler podlings
Zipkin
Twitter, wusheng1108

Re: [VOTE] Release Apache SkyWalking NodeJS version 0.5.0

Posted by kezhenxu94 <ke...@apache.org>.
>72 hours passed, here are the +1 bindings and no -1

Zhenxu Ke
Sheng Wu
Kai Wan

I'll continue the process

> On Jul 6, 2022, at 17:31, kezhenxu94 <ke...@apache.org> wrote:
> 
> Hi the SkyWalking Community:
> 
> This is a call for vote to release Apache SkyWalking NodeJS version 0.5.0.
> 
> Release notes:
> 
> * https://github.com/apache/skywalking-nodejs/blob/v0.5.0/CHANGELOG.md
> 
> Release Candidate:
> 
> * https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0
> * sha512 checksums
>   - 41c83e57eeae718ff02d06e3976013a1853fc2826160be0667cae91275814c409d00f85e534b4f775a67491d10b90ecfb3f68645713ac696f62d1bb0ffb791d7  skywalking-nodejs-src-0.5.0.tgz
> 
> Release Tag :
> 
> * (Git Tag) v0.5.0
> 
> Release Commit Hash :
> 
> * https://github.com/apache/skywalking-nodejs/tree/6c0e9ba4045822e0a561004791c4655ae60ac09a
> 
> Keys to verify the Release Candidate :
> 
> * https://dist.apache.org/repos/dist/release/skywalking/KEYS
> 
> Guide to build the release from source :
> 
> Simply run `npm install && npm run build`
> 
> Voting will start now and will remain open for at least 72 hours, all PMC members are required to give their votes.
> 
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because....
> 
> Thanks.
> 
> [1] https://github.com/apache/skywalking-nodejs/blob/master/docs/How-to-release.md#vote-check


Re: [VOTE] Release Apache SkyWalking NodeJS version 0.5.0

Posted by Kai Wan <wa...@apache.org>.
+1 binding

1. .sha512 files are checked.
2. GPG signatures are signed by zhenxu ke (GPG Keys for Apache
Release) <ke...@apache.org>.
3. LICENSE and NOTICE exist.
4. Build from source success.
5. Tag correct.

—————————
Kai Wan
GitHub @wankai123

kezhenxu94 <ke...@apache.org> 于2022年7月8日周五 13:34写道:



>
> Hi, if you have trouble building from source because of local machine environment, I provide these steps to build in Docker to verify:
>
> # Start a Docker container
>
> docker run -it --rm node:14 bash
>
> # Execute the following commands inside the container
>
> svn co https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0
> cd 0.5.0/
> tar -zxf skywalking-nodejs-src-0.5.0.tgz
> npm i
> npm run build
>
> There might be warning logs but it's OK to ignore them
>
> > On Jul 6, 2022, at 17:31, kezhenxu94 <ke...@apache.org> wrote:
> >
> > Hi the SkyWalking Community:
> >
> > This is a call for vote to release Apache SkyWalking NodeJS version 0.5.0.
> >
> > Release notes:
> >
> > * https://github.com/apache/skywalking-nodejs/blob/v0.5.0/CHANGELOG.md
> >
> > Release Candidate:
> >
> > * https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0
> > * sha512 checksums
> >   - 41c83e57eeae718ff02d06e3976013a1853fc2826160be0667cae91275814c409d00f85e534b4f775a67491d10b90ecfb3f68645713ac696f62d1bb0ffb791d7  skywalking-nodejs-src-0.5.0.tgz
> >
> > Release Tag :
> >
> > * (Git Tag) v0.5.0
> >
> > Release Commit Hash :
> >
> > * https://github.com/apache/skywalking-nodejs/tree/6c0e9ba4045822e0a561004791c4655ae60ac09a
> >
> > Keys to verify the Release Candidate :
> >
> > * https://dist.apache.org/repos/dist/release/skywalking/KEYS
> >
> > Guide to build the release from source :
> >
> > Simply run `npm install && npm run build`
> >
> > Voting will start now and will remain open for at least 72 hours, all PMC members are required to give their votes.
> >
> > [ ] +1 Release this package.
> > [ ] +0 No opinion.
> > [ ] -1 Do not release this package because....
> >
> > Thanks.
> >
> > [1] https://github.com/apache/skywalking-nodejs/blob/master/docs/How-to-release.md#vote-check
>

Re: [VOTE] Release Apache SkyWalking NodeJS version 0.5.0

Posted by kezhenxu94 <ke...@apache.org>.
Hi, if you have trouble building from source because of local machine environment, I provide these steps to build in Docker to verify:

# Start a Docker container

docker run -it --rm node:14 bash

# Execute the following commands inside the container

svn co https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0
cd 0.5.0/
tar -zxf skywalking-nodejs-src-0.5.0.tgz
npm i
npm run build

There might be warning logs but it's OK to ignore them

> On Jul 6, 2022, at 17:31, kezhenxu94 <ke...@apache.org> wrote:
> 
> Hi the SkyWalking Community:
> 
> This is a call for vote to release Apache SkyWalking NodeJS version 0.5.0.
> 
> Release notes:
> 
> * https://github.com/apache/skywalking-nodejs/blob/v0.5.0/CHANGELOG.md
> 
> Release Candidate:
> 
> * https://dist.apache.org/repos/dist/dev/skywalking/node-js/0.5.0
> * sha512 checksums
>   - 41c83e57eeae718ff02d06e3976013a1853fc2826160be0667cae91275814c409d00f85e534b4f775a67491d10b90ecfb3f68645713ac696f62d1bb0ffb791d7  skywalking-nodejs-src-0.5.0.tgz
> 
> Release Tag :
> 
> * (Git Tag) v0.5.0
> 
> Release Commit Hash :
> 
> * https://github.com/apache/skywalking-nodejs/tree/6c0e9ba4045822e0a561004791c4655ae60ac09a
> 
> Keys to verify the Release Candidate :
> 
> * https://dist.apache.org/repos/dist/release/skywalking/KEYS
> 
> Guide to build the release from source :
> 
> Simply run `npm install && npm run build`
> 
> Voting will start now and will remain open for at least 72 hours, all PMC members are required to give their votes.
> 
> [ ] +1 Release this package.
> [ ] +0 No opinion.
> [ ] -1 Do not release this package because....
> 
> Thanks.
> 
> [1] https://github.com/apache/skywalking-nodejs/blob/master/docs/How-to-release.md#vote-check