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 2019/02/13 01:29:08 UTC

[VOTE] - release Apache OpenWhisk Composer 0.10.0


This is a call for the vote to release Apache OpenWhisk (Incubating):
Composer module version 0.10.0.

Apache OpenWhisk Composer is a programming model for composing cloud
functions built on Apache OpenWhisk.  The 0.10.0 release includes new
combinators for parallel execution and additional enhancements as described
in the ChangeLog (
https://github.com/apache/incubator-openwhisk-composer/blob/96ccab9c5cfab6f98ce564166f63f22b244a47fd/CHANGELOG.md
).

This release comprises of source code distribution only. There is only one
module within this release number 0.10.0. The artifact were built from the
following Git commit IDs:
* openwhisk-composer: 96ccab9c5cfab6f98ce564166f63f22b244a47fd

The source code artifact of openwhisk composer can be found at:
https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz


The SHA-512 checksum for the artifact of openwhisk composer is
openwhisk-composer-0.10.0-incubating-sources.tar.gz:
B81C71F4 7BF01403 28D5FC80 888FC76D 59A24AB1 59C0FADC 097B0909 BD76AEB9
BFA309D3
 C2C443AE 2EC3DC50 0474B607 E9A20B73 8D993F51 4DEFEE5A 05C1AE00

which can can be found via:
https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz.sha512


The signature of the artifact of openwhisk composer can be found via:
https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz.asc

KEYS file is available here:
https://dist.apache.org/repos/dist/dev/incubator/openwhisk/KEYS

Please vote on releasing this package as Apache OpenWhisk
0.10.0-incubating:
OpenWhisk Composer

The vote will be open for at least 72 hours.
[ ] +1 Release as Apache OpenWhisk 0.10.0-incubating: openwhisk composer
[ ] +0 no opinion
[ ] -1 Do not release and the reason

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.

regards,

--dave

Re: [VOTE] - release Apache OpenWhisk Composer 0.10.0

Posted by Carlos Santana <cs...@gmail.com>.
I vote +1

[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] DISCLAIMER is included.
[x] Source code artifacts have correct names matching the current release.
[x] LICENSE and NOTICE files are correct for each OpenWhisk repository.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.


😄 $ gpg --print-md SHA512
openwhisk-composer-0.10.0-incubating-sources.tar.gz
openwhisk-composer-0.10.0-incubating-sources.tar.gz:
B81C71F4 7BF01403 28D5FC80 888FC76D 59A24AB1 59C0FADC 097B0909 BD76AEB9
BFA309D3
 C2C443AE 2EC3DC50 0474B607 E9A20B73 8D993F51 4DEFEE5A 05C1AE00
~/Downloads
😄 $ cat openwhisk-composer-0.10.0-incubating-sources.tar.gz.sha512
openwhisk-composer-0.10.0-incubating-sources.tar.gz:
B81C71F4 7BF01403 28D5FC80 888FC76D 59A24AB1 59C0FADC 097B0909 BD76AEB9
BFA309D3
 C2C443AE 2EC3DC50 0474B607 E9A20B73 8D993F51 4DEFEE5A 05C1AE00
~/Downloads
😄 $ gpg --verify openwhisk-composer-0.10.0-incubating-sources.tar.gz.asc
openwhisk-composer-0.10.0-incubating-sources.tar.gz
gpg: Signature made Tue Feb 12 16:58:30 2019 PST
gpg:                using RSA key 72AF0CC22C4CF320
gpg: Good signature from "Vincent Hou (Release manager of OpenWhisk) <
houshengbo@apache.org>" [unknown]
~/Downloads
😄 $ tar -xvf openwhisk-composer-0.10.0-incubating-sources.tar.gz

~/Downloads/incubator-openwhisk-composer-0.10.0-incubating
😄 $
~/dev/whisk/git/apache/incubator-openwhisk-utilities/scancode/scanCode.py
--config
~/dev/whisk/git/apache/incubator-openwhisk-utilities/scancode/ASF-Release.cfg
.
Reading configuration file
[/Users/csantanapr/dev/whisk/git/apache/incubator-openwhisk-utilities/scancode/ASF-Release.cfg]...
/Users/csantanapr/dev/whisk/git/apache/incubator-openwhisk-utilities/scancode/scanCode.py:263:
DeprecationWarning: This method will be removed in future versions.  Use
'parser.read_file()' instead.
  config.readfp(file)
Scanning files starting at [.]...
All checks passed.

~/Downloads/incubator-openwhisk-composer-0.10.0-incubating
😄 $ npm test

> openwhisk-composer@0.10.0 test
/Users/csantana23/Downloads/incubator-openwhisk-composer-0.10.0-incubating
> standard && mocha

  216 passing (3m)
  3 pending

-- Carlos Santana

On Tue, Feb 12, 2019 at 5:29 PM David P Grove <gr...@us.ibm.com> wrote:

>
>
> This is a call for the vote to release Apache OpenWhisk (Incubating):
> Composer module version 0.10.0.
>
> Apache OpenWhisk Composer is a programming model for composing cloud
> functions built on Apache OpenWhisk.  The 0.10.0 release includes new
> combinators for parallel execution and additional enhancements as described
> in the ChangeLog (
>
> https://github.com/apache/incubator-openwhisk-composer/blob/96ccab9c5cfab6f98ce564166f63f22b244a47fd/CHANGELOG.md
> ).
>
> This release comprises of source code distribution only. There is only one
> module within this release number 0.10.0. The artifact were built from the
> following Git commit IDs:
> * openwhisk-composer: 96ccab9c5cfab6f98ce564166f63f22b244a47fd
>
> The source code artifact of openwhisk composer can be found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz
>
>
> The SHA-512 checksum for the artifact of openwhisk composer is
> openwhisk-composer-0.10.0-incubating-sources.tar.gz:
> B81C71F4 7BF01403 28D5FC80 888FC76D 59A24AB1 59C0FADC 097B0909 BD76AEB9
> BFA309D3
>  C2C443AE 2EC3DC50 0474B607 E9A20B73 8D993F51 4DEFEE5A 05C1AE00
>
> which can can be found via:
>
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz.sha512
>
>
> The signature of the artifact of openwhisk composer can be found via:
>
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz.asc
>
> KEYS file is available here:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/KEYS
>
> Please vote on releasing this package as Apache OpenWhisk
> 0.10.0-incubating:
> OpenWhisk Composer
>
> The vote will be open for at least 72 hours.
> [ ] +1 Release as Apache OpenWhisk 0.10.0-incubating: openwhisk composer
> [ ] +0 no opinion
> [ ] -1 Do not release and the reason
>
> 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.
>
> regards,
>
> --dave
>


-- 
Carlos Santana
<cs...@gmail.com>

Re: [VOTE][RESULT] - release Apache OpenWhisk Composer 0.10.0

Posted by Dave Grove <dg...@apache.org>.
The voting is now closed.  The vote has passed with:
 +1  three (Santana, Rabbah, Grove)
 +0 none
-1 none

--dave


Re: [VOTE] - release Apache OpenWhisk Composer 0.10.0

Posted by Dave Grove <dg...@apache.org>.
+1 Release as Apache OpenWhisk 0.10.0-incubating: openwhisk composer

Checklist for reference:
[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] DISCLAIMER is included.
[x] Source code artifacts have correct names matching the current release.
[x] LICENSE and NOTICE files are correct for each OpenWhisk repository.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.

On 2019/02/13 01:29:08, "David P Grove" <gr...@us.ibm.com> wrote: 
> 
> 
> This is a call for the vote to release Apache OpenWhisk (Incubating):
> Composer module version 0.10.0.
> 
> Apache OpenWhisk Composer is a programming model for composing cloud
> functions built on Apache OpenWhisk.  The 0.10.0 release includes new
> combinators for parallel execution and additional enhancements as described
> in the ChangeLog (
> https://github.com/apache/incubator-openwhisk-composer/blob/96ccab9c5cfab6f98ce564166f63f22b244a47fd/CHANGELOG.md
> ).
> 
> This release comprises of source code distribution only. There is only one
> module within this release number 0.10.0. The artifact were built from the
> following Git commit IDs:
> * openwhisk-composer: 96ccab9c5cfab6f98ce564166f63f22b244a47fd
> 
> The source code artifact of openwhisk composer can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz
> 
> 
> The SHA-512 checksum for the artifact of openwhisk composer is
> openwhisk-composer-0.10.0-incubating-sources.tar.gz:
> B81C71F4 7BF01403 28D5FC80 888FC76D 59A24AB1 59C0FADC 097B0909 BD76AEB9
> BFA309D3
>  C2C443AE 2EC3DC50 0474B607 E9A20B73 8D993F51 4DEFEE5A 05C1AE00
> 
> which can can be found via:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz.sha512
> 
> 
> The signature of the artifact of openwhisk composer can be found via:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/apache-openwhisk-0.10.0-incubating-rc1/openwhisk-composer-0.10.0-incubating-sources.tar.gz.asc
> 
> KEYS file is available here:
> https://dist.apache.org/repos/dist/dev/incubator/openwhisk/KEYS
> 
> Please vote on releasing this package as Apache OpenWhisk
> 0.10.0-incubating:
> OpenWhisk Composer
> 
> The vote will be open for at least 72 hours.
> [ ] +1 Release as Apache OpenWhisk 0.10.0-incubating: openwhisk composer
> [ ] +0 no opinion
> [ ] -1 Do not release and the reason
> 
> 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.
> 
> regards,
> 
> --dave
> 

Re: [VOTE] - release Apache OpenWhisk Composer 0.10.0

Posted by Rodric Rabbah <ro...@gmail.com>.
+1 Release as Apache OpenWhisk 0.10.0-incubating: openwhisk composer

Note: The copyright dates in the NOTICE need to be updated.

Checklist for reference:
[x] Download links are valid.
[x] Checksums and PGP signatures are valid.
[x] DISCLAIMER is included.
[x] Source code artifacts have correct names matching the current release.
[x] LICENSE and NOTICE files are correct for each OpenWhisk repository.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.