[VOTE]: Release Apache OpenWhisk Client JS (incubating) 3.19.0.

2019-03-26 Thread James Thomas
Dear IPMC members,

This is a call for vote to release Apache OpenWhisk Client JS (incubating)
3.19.0.

The Apache OpenWhisk community has voted on and approved a proposal to
release Apache OpenWhisk Client JS (incubating) 3.19.0.

We now kindly request the Incubator PMC members to review and vote on
this incubator
release.

Apache OpenWhisk (incubating) is a serverless, open source cloud platform
that executes functions in response to events at any scale.

OpenWhisk Client JS vote thread:

https://lists.apache.org/thread.html/c891eb5543559d8894974ea39b11001e4302c1e3b0f11e47323af929@%3Cdev.openwhisk.apache.org%3E

OpenWhisk Client JS vote result thread:

https://lists.apache.org/thread.html/f0d56e810a0fe674f71f39b8e54b3de361dd1a9d8cb036446b070a12@%3Cdev.openwhisk.apache.org%3E

This release comprises of source code distribution only. There is only
one module
within this release number 3.19.0. The artifact were built from the following
Git commit IDs:

   -

   openwhisk-client-js: 726b982,

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

The SHA-512 checksum for the artifact of openwhisk client js is
openwhisk-client-js-3.19.0-incubating-sources.tar.gz:
8D8FE6C5 48F5FE72 F5C5CC2E 1539416F 84B18BB7 D6A0075B 50CAFC22 55BFA27E
C8E60B9D 6660E203 72CEB667 EAE91474 DAB16D8B 764B5141 8B7595DE 78CBA217

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

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

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

We are currently using the tool called openwhisk-release (
https://github.com/apache/incubator-openwhisk-release) to release all the
modules of OpenWhisk. The instruction for release managers can be found at:
https://github.com/apache/incubator-openwhisk-release/blob/master/docs/release_instructions.md.


This tool supports both manual and automated modes to package the source
code, sign the artifacts and upload the artifacts into Apache SVN
repositories.

The vote will be open for at least 72 hours or until necessary number of
votes are reached.

Please vote accordingly: [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove
with the reason

-- 
Regards,
James Thomas


Re: [VOTE]: Release Apache OpenWhisk Client JS (incubating) 3.19.0.

2019-03-29 Thread Justin Mclean
Hi,

+0 (due to copyright content in downloaded in dependancy)

I checked:
- incubating in release
- signatures and hashes match
- disclaimer exists
- LICENSE and NOTICE fine
- DISCLAIMER exists
- source files don’t have correct ASF header
- no unexpected binary files

To fix in the next release:
- A large number of .js files in the test directory and many other places don’t 
have the correct ASF header.
- the LICENSE incorrectly includes "Copyright 2015-2016  IBM Corporation” in 
the appendix
- Info in package.json needs updating as it refers to the pre ASF project

I notice that the project when compiled it downloads this file [1] (and other 
places), the text of which is still under copyright, it’s currently unclear how 
to deal with this. There is a discussion on legal-discuss about it [2] that I 
suggest you follow.

Thanks,
Justin

1. ./node_modules/nyc/node_modules/wordwrap/test/idleness.txt
2. 
https://lists.apache.org/thread.html/346ea8ac79c1cdd91c6d7c6d5acb2360a1d84d3a3e8966f91d260cbf@%3Clegal-discuss.apache.org%3E
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE]: Release Apache OpenWhisk Client JS (incubating) 3.19.0.

2019-04-02 Thread Bertrand Delacretaz
Hi,

On Sat, Mar 30, 2019 at 1:20 AM Justin Mclean  wrote:
> ...I notice that the project when compiled it downloads this file [1] (and 
> other places), the text
> of which is still under copyright, it’s currently unclear how to deal with 
> this.
> There is a discussion on legal-discuss about it [2] that I suggest you 
> follow...

Note that https://github.com/substack/node-wordwrap/issues/22 should
fix this upstream, updating the node-wordwrap dependency should remove
that problem.

Also, I don't think OpenWhisk is distributing that file, it's just
(currently) downloaded when building but will not be included in
OpenWhisk artifacts. I think we have many cases of build tools not
being ok for redistribution, which is fine as we do not redistribute
them.

-Bertrand

> 1. ./node_modules/nyc/node_modules/wordwrap/test/idleness.txt
> 2. 
> https://lists.apache.org/thread.html/346ea8ac79c1cdd91c6d7c6d5acb2360a1d84d3a3e8966f91d260cbf@%3Clegal-discuss.apache.org%3E

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE]: Release Apache OpenWhisk Client JS (incubating) 3.19.0.

2019-04-02 Thread Bertrand Delacretaz
Hi

On Tue, Mar 26, 2019 at 9:20 PM James Thomas  wrote:
> This is a call for vote to release Apache OpenWhisk Client JS (incubating)
> 3.19.0

+1 for the release of this archive, with a few minor things to fix for
the next release, see below.

SHA512(../openwhisk-client-js-3.19.0-incubating-sources.tar.gz)=
8d8fe6c548f5fe72f5c5cc2e1539416f84b18bb7d6a0075b50cafc2255bfa27ec8e60b9d6660e20372ceb667eae91474dab16d8b764b51418b7595de78cba217

Checked digests, signatures, build with "npm run test" and Apache headers.

Like another recent release most or all JavaScript source files have a
short form copyright header:

  // Licensed to the Apache Software Foundation (ASF) under one or
more contributor
  // license agreements; and to You under the Apache License, Version 2.0.

Which should only be used for minified code as per
https://www.apache.org/legal/src-headers.html

-Bertrand

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache OpenWhisk Client JS (incubating) 3.19.0.

2019-04-03 Thread James Thomas
Hello all,

The vote for releasing Apache OpenWhisk Client JS (incubating) 3.19.0
is now closed.

Vote result:
3 (+1 binding) (Bertrand Delacretaz, Sobkowiak Krzysztof, Matt Sicker)
0 ( 0 binding) (Justin Mclean)
0 (-1 binding)

The vote has PASSED.
Thank you everyone for taking the time to review the release and help us.
Minor issues raised during the vote from members have been captured
and will be fixed in the next release.

-- Forwarded message -
From: James Thomas 
Date: Tue, 26 Mar 2019 at 17:14
Subject: [VOTE]: Release Apache OpenWhisk Client JS (incubating) 3.19.0.
To: 


Dear IPMC members,

This is a call for vote to release Apache OpenWhisk Client JS (incubating)
3.19.0.

The Apache OpenWhisk community has voted on and approved a proposal to
release Apache OpenWhisk Client JS (incubating) 3.19.0.

We now kindly request the Incubator PMC members to review and vote on
this incubator
release.

Apache OpenWhisk (incubating) is a serverless, open source cloud platform
that executes functions in response to events at any scale.

OpenWhisk Client JS vote thread:

https://lists.apache.org/thread.html/c891eb5543559d8894974ea39b11001e4302c1e3b0f11e47323af929@%3Cdev.openwhisk.apache.org%3E

OpenWhisk Client JS vote result thread:

https://lists.apache.org/thread.html/f0d56e810a0fe674f71f39b8e54b3de361dd1a9d8cb036446b070a12@%3Cdev.openwhisk.apache.org%3E

This release comprises of source code distribution only. There is only
one module
within this release number 3.19.0. The artifact were built from the following
Git commit IDs:

   -

   openwhisk-client-js: 726b982,

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

The SHA-512 checksum for the artifact of openwhisk client js is
openwhisk-client-js-3.19.0-incubating-sources.tar.gz:
8D8FE6C5 48F5FE72 F5C5CC2E 1539416F 84B18BB7 D6A0075B 50CAFC22 55BFA27E
C8E60B9D 6660E203 72CEB667 EAE91474 DAB16D8B 764B5141 8B7595DE 78CBA217

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

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

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

We are currently using the tool called openwhisk-release (
https://github.com/apache/incubator-openwhisk-release) to release all the
modules of OpenWhisk. The instruction for release managers can be found at:
https://github.com/apache/incubator-openwhisk-release/blob/master/docs/release_instructions.md.


This tool supports both manual and automated modes to package the source
code, sign the artifacts and upload the artifacts into Apache SVN
repositories.

The vote will be open for at least 72 hours or until necessary number of
votes are reached.

Please vote accordingly: [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove
with the reason

-- 
Regards,
James Thomas


-- 
Regards,
James Thomas