You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by Rodric Rabbah <ra...@apache.org> on 2019/04/03 16:31:16 UTC

[VOTE] Release Apache OpenWhisk Runtimes (v1.13.0-incubating, rc1)

Hi,

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

* OpenWhisk Runtime Docker:
  https://github.com/apache/incubator-openwhisk-runtime-docker.git
  48b8f4a239864edc178eb392a7eef287857a7a96

* OpenWhisk Runtime Dotnet:
  https://github.com/apache/incubator-openwhisk-runtime-dotnet.git
  50df3bad2588c7b37425fad037ae3df73198ca22

* OpenWhisk Runtime Go:
  https://github.com/apache/incubator-openwhisk-runtime-go.git
  31f0dd67885c17724718b16ba011baaed77dea16

* OpenWhisk Runtime Java:
  https://github.com/apache/incubator-openwhisk-runtime-java.git
  9f27bab28905bdb66dc3526b5843eaaa6f9d026c

* OpenWhisk Runtime Node.js:
  https://github.com/apache/incubator-openwhisk-runtime-nodejs.git
  c173d64cba124aeccc5c2c7f5db10bd18f5a03a9

* OpenWhisk Runtime PHP:
  https://github.com/apache/incubator-openwhisk-runtime-php.git
  9c5d3d779425223488ca0f49100095736853f147

* OpenWhisk Runtime Python:
  https://github.com/apache/incubator-openwhisk-runtime-python.git
  aaeb2ff494e8785abd7a5fc0ba3d902752c47732

* OpenWhisk Runtime Ruby:
  https://github.com/apache/incubator-openwhisk-runtime-ruby.git
  b1afb74193646d599d363e765d755f2bb28f784c

* OpenWhisk Runtime Swift:
  https://github.com/apache/incubator-openwhisk-runtime-swift.git
  019024df95434fb3a4390ee0d88dea78af3fa0c9

This release comprises 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=incubator-openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=HEAD

Usage:
curl -s "https://gitbox.apache.org/repos/asf?p=incubator-openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=HEAD" -o rcverify.sh
chmod +x rcverify.sh
rcverify.sh openwhisk-runtime-docker 'OpenWhisk Runtime Docker' 1.13.0-incubating
rcverify.sh openwhisk-runtime-dotnet 'OpenWhisk Runtime Dotnet' 1.13.0-incubating
rcverify.sh openwhisk-runtime-go 'OpenWhisk Runtime Go' 1.13.0-incubating
rcverify.sh openwhisk-runtime-java 'OpenWhisk Runtime Java' 1.13.0-incubating
rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js' 1.13.0-incubating
rcverify.sh openwhisk-runtime-php 'OpenWhisk Runtime PHP' 1.13.0-incubating
rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.13.0-incubating
rcverify.sh openwhisk-runtime-ruby 'OpenWhisk Runtime Ruby' 1.13.0-incubating
rcverify.sh openwhisk-runtime-swift 'OpenWhisk Runtime Swift' 1.13.0-incubating

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.
  [ ] DISCLAIMER is included.
  [ ] 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 if necessary.
  [ ] No compiled archives bundled in source archive.

This majority vote is open for at least 72 hours.

-r

Re: [VOTE] Release Apache OpenWhisk Runtimes (v1.13.0-incubating, rc1)

Posted by Matt Rutkowski <mr...@apache.org>.
  [X] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...

Also used the rcverify tool and found the same "false positives" that Carlos indicated.

In regard to the 3 false positives...
- incubator-openwhisk-runtime-go-1.13.0-incubating/LICENSE.txt indeed copied some older license (perhaps from a non-released repo.) which has the IBM copyright 2015-2016 in it (obviously quite old), but the Apache 2.0 license is valid none-the-less and the other license attributions are valid.  I suggest an issue be opened to remove the IBM line for future releases.
- incubator-openwhisk-runtime-go-1.13.0-incubating/openwhisk/_test/pysample/exec indicated a false positive "exec" for a source file.
- incubator-openwhisk-runtime-php-1.13.0-incubating/core/php7.3Action/compile indicated a false positive on the "compile" source file.

Here are my logs: https://ibm.box.com/s/x5td5f804qptiachv90e3805h883any4

-Matt

On 2019/04/03 16:31:16, "Rodric Rabbah" <ra...@apache.org> wrote: 
> Hi,
> 
> This is a call to vote on releasing version 1.13.0-incubating release
> candidate rc1 of the following 9 project modules with artifacts
> built from the Git repositories and commit IDs listed below.
> 
> * OpenWhisk Runtime Docker:
>   https://github.com/apache/incubator-openwhisk-runtime-docker.git
>   48b8f4a239864edc178eb392a7eef287857a7a96
> 
> * OpenWhisk Runtime Dotnet:
>   https://github.com/apache/incubator-openwhisk-runtime-dotnet.git
>   50df3bad2588c7b37425fad037ae3df73198ca22
> 
> * OpenWhisk Runtime Go:
>   https://github.com/apache/incubator-openwhisk-runtime-go.git
>   31f0dd67885c17724718b16ba011baaed77dea16
> 
> * OpenWhisk Runtime Java:
>   https://github.com/apache/incubator-openwhisk-runtime-java.git
>   9f27bab28905bdb66dc3526b5843eaaa6f9d026c
> 
> * OpenWhisk Runtime Node.js:
>   https://github.com/apache/incubator-openwhisk-runtime-nodejs.git
>   c173d64cba124aeccc5c2c7f5db10bd18f5a03a9
> 
> * OpenWhisk Runtime PHP:
>   https://github.com/apache/incubator-openwhisk-runtime-php.git
>   9c5d3d779425223488ca0f49100095736853f147
> 
> * OpenWhisk Runtime Python:
>   https://github.com/apache/incubator-openwhisk-runtime-python.git
>   aaeb2ff494e8785abd7a5fc0ba3d902752c47732
> 
> * OpenWhisk Runtime Ruby:
>   https://github.com/apache/incubator-openwhisk-runtime-ruby.git
>   b1afb74193646d599d363e765d755f2bb28f784c
> 
> * OpenWhisk Runtime Swift:
>   https://github.com/apache/incubator-openwhisk-runtime-swift.git
>   019024df95434fb3a4390ee0d88dea78af3fa0c9
> 
> This release comprises 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=incubator-openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=HEAD
> 
> Usage:
> curl -s "https://gitbox.apache.org/repos/asf?p=incubator-openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=HEAD" -o rcverify.sh
> chmod +x rcverify.sh
> rcverify.sh openwhisk-runtime-docker 'OpenWhisk Runtime Docker' 1.13.0-incubating
> rcverify.sh openwhisk-runtime-dotnet 'OpenWhisk Runtime Dotnet' 1.13.0-incubating
> rcverify.sh openwhisk-runtime-go 'OpenWhisk Runtime Go' 1.13.0-incubating
> rcverify.sh openwhisk-runtime-java 'OpenWhisk Runtime Java' 1.13.0-incubating
> rcverify.sh openwhisk-runtime-nodejs 'OpenWhisk Runtime Node.js' 1.13.0-incubating
> rcverify.sh openwhisk-runtime-php 'OpenWhisk Runtime PHP' 1.13.0-incubating
> rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.13.0-incubating
> rcverify.sh openwhisk-runtime-ruby 'OpenWhisk Runtime Ruby' 1.13.0-incubating
> rcverify.sh openwhisk-runtime-swift 'OpenWhisk Runtime Swift' 1.13.0-incubating
> 
> 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.
>   [ ] DISCLAIMER is included.
>   [ ] 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 if necessary.
>   [ ] No compiled archives bundled in source archive.
> 
> This majority vote is open for at least 72 hours.
> 
> -r