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/02/12 18:33:53 UTC

[VOTE] Release Apache OpenWhisk Runtime Python (v1.14.0, rc1)


Hi,

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

* OpenWhisk Runtime Python: 6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538

https://github.com/apache/openwhisk-runtime-python/commits/6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538

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

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

https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.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=0ee6b49

Usage:
curl -s "
https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=0ee6b49
" -o rcverify.sh
chmod +x rcverify.sh
rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.14.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 Python (v1.14.0, rc1)

Posted by Dave Grove <dg...@apache.org>.
+1 to release openwhisk-runtime-python 1.14.0 rc1.  rcverify log appended.

PMC members, we need 1 more +1 vote to be able to close this vote and proceed. Thanks,

--dave

daves-mbp:tools dgrove$ ./rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.14.0 rc1
rcverify.sh (script SHA1: D609 C322 4B79 A4A7 642C  C41F 14A3 F50B 2412 CD01)
working in the following directory:
/var/folders/8c/zvj0nsxx2rgc_km8nvf8k0c00000gn/T/tmp.BECLxC8p
fetching tarball and signatures from https://dist.apache.org/repos/dist/dev/openwhisk/rc1
fetching openwhisk-runtime-python-1.14.0-sources.tar.gz
fetching openwhisk-runtime-python-1.14.0-sources.tar.gz.asc
fetching openwhisk-runtime-python-1.14.0-sources.tar.gz.sha512
fetching release keys
importing keys
gpg: key 72AF0CC22C4CF320: "Vincent Hou (Release manager of OpenWhisk) <ho...@apache.org>" not changed
gpg: key 22907064147F886E: "Dave Grove <dg...@apache.org>" not changed
gpg: key 44667BC927C86D51: "Rodric Rabbah <ra...@apache.org>" not changed
gpg: key B1457C3D7101CC78: "James Thomas <ja...@apache.org>" not changed
gpg: key A600E3331427515D: "Olivier Tardieu <ta...@apache.org>" not changed
gpg: Total number processed: 5
gpg:              unchanged: 5
unpacking tar ball
cloning scancode
Cloning into 'openwhisk-utilities'...
remote: Enumerating objects: 55, done.
remote: Counting objects: 100% (55/55), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 55 (delta 21), reused 29 (delta 11), pack-reused 0
Unpacking objects: 100% (55/55), done.
computing sha512 for openwhisk-runtime-python-1.14.0-sources.tar.gz
SHA512: openwhisk-runtime-python-1.14.0-sources.tar.gz: 
47E23017 3CFEA8B8 2B4D5C3A 4934AECE 3B9432EA AAC86B3D C3EB2F65 2F7F587D F20BAC90
 07AF2AA2 B54AFC60 4779C736 AAA0CB0D 77FC9E3E E4FB306E 52C5B7E3
validating sha512... passed
verifying asc... passed (signed-by: Dave Grove <gr...@us.ibm.com>)
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)



On 2020/02/12 18:33:53, "David P Grove" <gr...@us.ibm.com> wrote: 
> 
> 
> Hi,
> 
> This is a call to vote on releasing version 1.14.0 release candidate rc1 of
> the following project module with artifacts built from the Git repositories
> and commit IDs listed below.
> 
> * OpenWhisk Runtime Python: 6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
> 
> https://github.com/apache/openwhisk-runtime-python/commits/6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.0-sources.tar.gz
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.0-sources.tar.gz.asc
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.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=0ee6b49
> 
> Usage:
> curl -s "
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=0ee6b49
> " -o rcverify.sh
> chmod +x rcverify.sh
> rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.14.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 Python (v1.14.0, rc1)

Posted by Rob Allen <ro...@akrabat.com>.
+1 to release Apache OpenWhisk Runtime Python (v1.14.0, rc1)

Verified with rcverify.sh (script SHA1: D609 C322 4B79 A4A7 642C  C41F 14A3 F50B 2412 CD01)

Regards,

Rob

> On 12 Feb 2020, at 18:33, David P Grove <gr...@us.ibm.com> wrote:
> 
> 
> 
> Hi,
> 
> This is a call to vote on releasing version 1.14.0 release candidate rc1 of
> the following project module with artifacts built from the Git repositories
> and commit IDs listed below.
> 
> * OpenWhisk Runtime Python: 6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
> 
> https://github.com/apache/openwhisk-runtime-python/commits/6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.0-sources.tar.gz
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.0-sources.tar.gz.asc
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.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=0ee6b49
> 
> Usage:
> curl -s "
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=0ee6b49
> " -o rcverify.sh
> chmod +x rcverify.sh
> rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.14.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 Python (v1.14.0, rc1)

Posted by Dave Grove <dg...@apache.org>.
This vote is closed; it was successful with 3 +1 votes (Kim, Allen, Grove) and no other votes cast.

I'll proceed with making this release.

--dave

On 2020/02/12 18:33:53, "David P Grove" <gr...@us.ibm.com> wrote: 
> 
> 
> Hi,
> 
> This is a call to vote on releasing version 1.14.0 release candidate rc1 of
> the following project module with artifacts built from the Git repositories
> and commit IDs listed below.
> 
> * OpenWhisk Runtime Python: 6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
> 
> https://github.com/apache/openwhisk-runtime-python/commits/6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.0-sources.tar.gz
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.0-sources.tar.gz.asc
> 
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.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=0ee6b49
> 
> Usage:
> curl -s "
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=0ee6b49
> " -o rcverify.sh
> chmod +x rcverify.sh
> rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.14.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 Python (v1.14.0, rc1)

Posted by Dominic Kim <st...@gmail.com>.
+1 to release OpenWhisk Runtime Python v1.14.0

Release verification checklist for reference:
  [x] Download links are valid.
  [x] Checksums and PGP signatures are valid.
  [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 as specified by OpenWhisk project
policy [1].
  [x] No compiled archives bundled in source archive.

$ rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.14.0 rc1
rcverify.sh (script SHA1: 4B4E 170B 32B7 314E 564F  9783 03D8 A395 2AA9
01A0)
working in the following directory:
/var/folders/jc/wfhtkrln4q7cz9pxz24rbkdm0000gp/T/tmp.FFV9AID3
fetching tarball and signatures from
https://dist.apache.org/repos/dist/dev/openwhisk/rc1
fetching openwhisk-runtime-python-1.14.0-sources.tar.gz
fetching openwhisk-runtime-python-1.14.0-sources.tar.gz.asc
fetching openwhisk-runtime-python-1.14.0-sources.tar.gz.sha512
fetching release keys
importing keys
gpg: key 72AF0CC22C4CF320: "Vincent Hou (Release manager of OpenWhisk) <
houshengbo@apache.org>" not changed
gpg: key 22907064147F886E: "Dave Grove <gr...@us.ibm.com>" not changed
gpg: key 44667BC927C86D51: "Rodric Rabbah <ra...@apache.org>" not changed
gpg: key B1457C3D7101CC78: "James Thomas <ja...@apache.org>" not
changed
gpg: key A600E3331427515D: "Olivier Tardieu <ta...@apache.org>" not
changed
gpg: Total number processed: 5
gpg:              unchanged: 5
unpacking tar ball
cloning scancode
'openwhisk-utilities'에 복제합니다...
remote: Enumerating objects: 55, done.
remote: Counting objects: 100% (55/55), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 55 (delta 21), reused 29 (delta 11), pack-reused 0
오브젝트 묶음 푸는 중: 100% (55/55), 완료.
computing sha512 for openwhisk-runtime-python-1.14.0-sources.tar.gz
SHA512: openwhisk-runtime-python-1.14.0-sources.tar.gz:
47E23017 3CFEA8B8 2B4D5C3A 4934AECE 3B9432EA AAC86B3D C3EB2F65 2F7F587D
F20BAC90
 07AF2AA2 B54AFC60 4779C736 AAA0CB0D 77FC9E3E E4FB306E 52C5B7E3
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

run the following command to remove the scratch space:
  rm -rf '/var/folders/jc/wfhtkrln4q7cz9pxz24rbkdm0000gp/T/tmp.FFV9AID3'

2020년 2월 13일 (목) 오전 3:34, David P Grove <gr...@us.ibm.com>님이 작성:

>
>
> Hi,
>
> This is a call to vote on releasing version 1.14.0 release candidate rc1 of
> the following project module with artifacts built from the Git repositories
> and commit IDs listed below.
>
> * OpenWhisk Runtime Python: 6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
>
>
> https://github.com/apache/openwhisk-runtime-python/commits/6e6db8b7c7cfe9273f54e0aa1e81d2c7c2214538
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.0-sources.tar.gz
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.0-sources.tar.gz.asc
>
>
> https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-python-1.14.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=0ee6b49
>
> Usage:
> curl -s "
>
> https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=0ee6b49
> " -o rcverify.sh
> chmod +x rcverify.sh
> rcverify.sh openwhisk-runtime-python 'OpenWhisk Runtime Python' 1.14.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
>