You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by David P Grove <gr...@us.ibm.com> on 2020/12/12 23:00:59 UTC

[VOTE] Release Apache OpenWhisk Runtime Node.js (v1.17.0, rc1)


Hi,

This is a call to vote on releasing version 1.17.0 release candidate rc1 of
the following project module with artifacts built from the Git repositories
and commit IDs listed below.

* OpenWhisk Runtime Node.js: 2ca9f71561d5f35076b1a72c4d179a535642fd9a

https://github.com/apache/openwhisk-runtime-nodejs/commits/2ca9f71561d5f35076b1a72c4d179a535642fd9a

https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz

https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.asc

https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.sha512

This release is comprised of source code distribution only.

You can use this UNIX script to download the release and verify the
checklist below:
https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997

Usage:
curl -s "
https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
" -o rcverify.sh
chmod +x rcverify.sh
./rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js' 1.17.0
rc1

Please vote to approve this release:

  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...

Release verification checklist for reference:
  [ ] Download links are valid.
  [ ] Checksums and PGP signatures are valid.
  [ ] Source code artifacts have correct names matching the current
release.
  [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository.
  [ ] All files have license headers as specified by OpenWhisk project
policy [1].
  [ ] No compiled archives bundled in source archive.

This majority vote is open for at least 72 hours.


[1]
https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md

Re: [VOTE] Release Apache OpenWhisk Runtime Node.js (v1.17.0, rc1)

Posted by Rodric Rabbah <ro...@gmail.com>.
+1

checked with rc verify

>  ./rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js'
1.17.0 rc1
rcverify.sh (script SHA1: 9729 7EAF CC39 3EEF A6B3  4099 C159 DD29 88B2
DAEF)
working in the following directory:
/var/folders/q9/s3th42s53d34ftd5wvcypybr0000gn/T/tmp.qS8N4FNu
fetching tarball and signatures from
https://dist.apache.org/repos/dist/dev/openwhisk/rc1
fetching openwhisk-runtime-nodejs-1.17.0-sources.tar.gz... ok
fetching openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.asc... ok
fetching openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.sha512... ok
fetching apache license... ok
fetching release keys... ok
importing keys... ok (keys already imported (processed 8 unchanged 8))
unpacking tar ball... ok
cloning scancode... ok
computing sha512 for openwhisk-runtime-nodejs-1.17.0-sources.tar.gz... ok
openwhisk-runtime-nodejs-1.17.0-sources.tar.gz:
AF01C7CC 8B2E82B1 2F35A4DA 75173A84 A4019D89 B7A375BA FA0431E4 AE34C35F
77201F17
 3E9F4531 FDD2899D 22997D90 4D37A8D9 2E728134 D56059AE AB4154A1
validating sha512... passed
verifying asc... passed (signed-by: Dave Grove <dg...@apache.org>)
verifying notice... passed
verifying absence of DISCLAIMER.txt passed
verifying license... passed
verifying sources have proper headers... passed
scanning for executable files... passed
scanning for unexpected file types... passed
scanning for archives... passed
scanning for packages... passed
scanning package.json for version match... passed (none detected)
scanning package-lock.json for version match... passed (none detected)
removing the scratch space
(/var/folders/q9/s3th42s53d34ftd5wvcypybr0000gn/T/tmp.qS8N4FNu)... ok

On Sat, Dec 12, 2020 at 6:01 PM David P Grove <gr...@us.ibm.com> wrote:

>
>
> Hi,
>
> This is a call to vote on releasing version 1.17.0 release candidate rc1 of
> the following project module with artifacts built from the Git repositories
> and commit IDs listed below.
>
> * OpenWhisk Runtime Node.js: 2ca9f71561d5f35076b1a72c4d179a535642fd9a
>
>
> https://github.com/apache/openwhisk-runtime-nodejs/commits/2ca9f71561d5f35076b1a72c4d179a535642fd9a
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.asc
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.sha512
>
> This release is comprised of source code distribution only.
>
> You can use this UNIX script to download the release and verify the
> checklist below:
>
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
>
> Usage:
> curl -s "
>
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
> " -o rcverify.sh
> chmod +x rcverify.sh
> ./rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js' 1.17.0
> rc1
>
> Please vote to approve this release:
>
>   [ ] +1 Approve the release
>   [ ]  0 Don't care
>   [ ] -1 Don't release, because ...
>
> Release verification checklist for reference:
>   [ ] Download links are valid.
>   [ ] Checksums and PGP signatures are valid.
>   [ ] Source code artifacts have correct names matching the current
> release.
>   [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository.
>   [ ] All files have license headers as specified by OpenWhisk project
> policy [1].
>   [ ] No compiled archives bundled in source archive.
>
> This majority vote is open for at least 72 hours.
>
>
> [1]
>
> https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md
>

Re: [VOTE] Release Apache OpenWhisk Runtime Node.js (v1.17.0, rc1)

Posted by Dominic Kim <st...@gmail.com>.
+1 to release OpenWhisk Runtime Node.js 1.17.0 r1cq

--------------------

$ ./rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js' 1.17.0
rc1
rcverify.sh (script SHA1: 9729 7EAF CC39 3EEF A6B3  4099 C159 DD29 88B2
DAEF)
working in the following directory:
/var/folders/jc/wfhtkrln4q7cz9pxz24rbkdm0000gp/T/tmp.N7H2626a
fetching tarball and signatures from
https://dist.apache.org/repos/dist/dev/openwhisk/rc1
fetching openwhisk-runtime-nodejs-1.17.0-sources.tar.gz... ok
fetching openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.asc... ok
fetching openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.sha512... ok
fetching apache license... ok
fetching release keys... ok
importing keys... ok (keys already imported (processed 8 unchanged 8))
unpacking tar ball... ok
cloning scancode... ok
computing sha512 for openwhisk-runtime-nodejs-1.17.0-sources.tar.gz... ok
openwhisk-runtime-nodejs-1.17.0-sources.tar.gz:
AF01C7CC 8B2E82B1 2F35A4DA 75173A84 A4019D89 B7A375BA FA0431E4 AE34C35F
77201F17
 3E9F4531 FDD2899D 22997D90 4D37A8D9 2E728134 D56059AE AB4154A1
validating sha512... passed
verifying asc... passed (signed-by: Dave Grove <gr...@acm.org>)
verifying notice... passed
verifying absence of DISCLAIMER.txt passed
verifying license... passed
verifying sources have proper headers... passed
scanning for executable files... passed
scanning for unexpected file types... passed
scanning for archives... passed
scanning for packages... passed
scanning package.json for version match... passed (none detected)
scanning package-lock.json for version match... passed (none detected)
removing the scratch space
(/var/folders/jc/wfhtkrln4q7cz9pxz24rbkdm0000gp/T/tmp.N7H2626a)... ok

2020년 12월 13일 (일) 오전 8:01, David P Grove <gr...@us.ibm.com>님이 작성:

>
>
> Hi,
>
> This is a call to vote on releasing version 1.17.0 release candidate rc1 of
> the following project module with artifacts built from the Git repositories
> and commit IDs listed below.
>
> * OpenWhisk Runtime Node.js: 2ca9f71561d5f35076b1a72c4d179a535642fd9a
>
>
> https://github.com/apache/openwhisk-runtime-nodejs/commits/2ca9f71561d5f35076b1a72c4d179a535642fd9a
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.asc
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.sha512
>
> This release is comprised of source code distribution only.
>
> You can use this UNIX script to download the release and verify the
> checklist below:
>
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
>
> Usage:
> curl -s "
>
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
> " -o rcverify.sh
> chmod +x rcverify.sh
> ./rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js' 1.17.0
> rc1
>
> Please vote to approve this release:
>
>   [ ] +1 Approve the release
>   [ ]  0 Don't care
>   [ ] -1 Don't release, because ...
>
> Release verification checklist for reference:
>   [ ] Download links are valid.
>   [ ] Checksums and PGP signatures are valid.
>   [ ] Source code artifacts have correct names matching the current
> release.
>   [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository.
>   [ ] All files have license headers as specified by OpenWhisk project
> policy [1].
>   [ ] No compiled archives bundled in source archive.
>
> This majority vote is open for at least 72 hours.
>
>
> [1]
>
> https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md
>

Re: [VOTE] Release Apache OpenWhisk Runtime Node.js (v1.17.0, rc1)

Posted by Rob Allen <ro...@akrabat.com>.
+1 to release OpenWhisk Runtime Node.js 1.17.0 rc1

Checked with rcverify.sh (script SHA1: 9729 7EAF CC39 3EEF A6B3  4099 C159 DD29 88B2 DAEF)

Regards,

Rob


> On 12 Dec 2020, at 23:00, David P Grove <gr...@us.ibm.com> wrote:
> 
> 
> 
> Hi,
> 
> This is a call to vote on releasing version 1.17.0 release candidate rc1 of
> the following project module with artifacts built from the Git repositories
> and commit IDs listed below.
> 
> * OpenWhisk Runtime Node.js: 2ca9f71561d5f35076b1a72c4d179a535642fd9a
> 
> https://github.com/apache/openwhisk-runtime-nodejs/commits/2ca9f71561d5f35076b1a72c4d179a535642fd9a
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.asc
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.sha512
> 
> This release is comprised of source code distribution only.
> 
> You can use this UNIX script to download the release and verify the
> checklist below:
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
> 
> Usage:
> curl -s "
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
> " -o rcverify.sh
> chmod +x rcverify.sh
> ./rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js' 1.17.0
> rc1
> 
> Please vote to approve this release:
> 
>  [ ] +1 Approve the release
>  [ ]  0 Don't care
>  [ ] -1 Don't release, because ...
> 
> Release verification checklist for reference:
>  [ ] Download links are valid.
>  [ ] Checksums and PGP signatures are valid.
>  [ ] Source code artifacts have correct names matching the current
> release.
>  [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository.
>  [ ] All files have license headers as specified by OpenWhisk project
> policy [1].
>  [ ] No compiled archives bundled in source archive.
> 
> This majority vote is open for at least 72 hours.
> 
> 
> [1]
> https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md

-- 
Development thoughts at http://akrabat.com
Daily Jotter for macOS at http://dailyjotter.com


Re: [RESULT] [VOTE] Release Apache OpenWhisk Runtime Node.js (v1.17.0, rc1)

Posted by Dave Grove <dg...@apache.org>.
This vote is now closed.  It was successful with 3 binding +1 votes (Allen, Kim, Rabbah) and no other votes cast.  I will proceed with the rest of the release process.

--dave

On 2020/12/12 23:00:59, "David P Grove" <gr...@us.ibm.com> wrote: 
> 
> 
> Hi,
> 
> This is a call to vote on releasing version 1.17.0 release candidate rc1 of
> the following project module with artifacts built from the Git repositories
> and commit IDs listed below.
> 
> * OpenWhisk Runtime Node.js: 2ca9f71561d5f35076b1a72c4d179a535642fd9a
> 
> https://github.com/apache/openwhisk-runtime-nodejs/commits/2ca9f71561d5f35076b1a72c4d179a535642fd9a
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.asc
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.sha512
> 
> This release is comprised of source code distribution only.
> 
> You can use this UNIX script to download the release and verify the
> checklist below:
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
> 
> Usage:
> curl -s "
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=334c997
> " -o rcverify.sh
> chmod +x rcverify.sh
> ./rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js' 1.17.0
> rc1
> 
> Please vote to approve this release:
> 
>   [ ] +1 Approve the release
>   [ ]  0 Don't care
>   [ ] -1 Don't release, because ...
> 
> Release verification checklist for reference:
>   [ ] Download links are valid.
>   [ ] Checksums and PGP signatures are valid.
>   [ ] Source code artifacts have correct names matching the current
> release.
>   [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository.
>   [ ] All files have license headers as specified by OpenWhisk project
> policy [1].
>   [ ] No compiled archives bundled in source archive.
> 
> This majority vote is open for at least 72 hours.
> 
> 
> [1]
> https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md
>