I vote +1 Release as Apache OpenWhisk 0.9.0-incubating
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 repo. [ X ] All files have license headers if necessary. (assuming I ran scancode correctly...see below). [ X ] No compiled archives bundled in source archive. I also verified that the release built on MacOS and that I could deploy it an invoke the echo message per the release documentation. Two very small things that could be improved in the release documentation file. I do not see either of these as release blockers (thus the +1 vote). (1) In the "Run OpenWhisk" section, it uses both `wsk` and `bin/wsk`. We should probably either say `$OPENWHISK_HOME/bin/wsk` uniformly or say that we assume that the user has put the wsk CLI on their path. (2) I think it would be better to include the exact commands for running scancode to verify that all files have license headers instead of referencing the scancode tutorial. For example, I am not 100% positive if by following the tutorial (see shell transcript below) really checked the right rules or if I needed to invoke scancode with a specific configuration file. --dave daves-mbp-3:incubator-openwhisk-0.9.0-incubating dgrove$ python ~/code/openwhisk/incubator-openwhisk-utilities/scancode/scanCode.py . Reading configuration file [/Users/dgrove/code/openwhisk/incubator-openwhisk-utilities/scancode/scanCode.cfg]... Scanning files starting at [.]... All checks passed.