Hello, my vote for the release: +1
Checklist: [X] Download links are valid > wget -nv https://dist.apache.org/repos/dist/dev/incubator/openserverless/0.9.0-incubating-RC5/apache-openserverless-0.9.0-incubating-src.tar.gz https://dist.apache.org/repos/dist/dev/incubator/openserverless/0.9.0-incubating-RC5/apache-openserverless-0.9.0-incubating-src.tar.gz.asc https://dist.apache.org/repos/dist/dev/incubator/openserverless/0.9.0-incubating-RC5/apache-openserverless-0.9.0-incubating-src.tar.gz.sha512 >ls -l total 12908 -rw-rw-r-- 1 ops ops 6392970 Sep 14 00:04 apache-openserverless-0.9.0-incubating-src.tar.gz -rw-rw-r-- 1 ops ops 870 Sep 14 00:04 apache-openserverless-0.9.0-incubating-src.tar.gz.asc -rw-rw-r-- 1 ops ops 180 Sep 14 00:04 apache-openserverless-0.9.0-incubating-src.tar.gz.sha512 [X] Checksums and signatures are valid - SHA512: OK - GPG: "Good signature from Michele Sciabarra (Apache OpenServerless Release Key)" [X] LICENSE/NOTICE files exist > tar xzf apache-openserverless-0.9.0-incubating-src.tar.gz > cat apache-openserverless-0.9.0-incubating/LICENSE content seems ok > cat apache-openserverless-0.9.0-incubating/NOTICE content seems ok [X] No unexpected binary files in source >find . -type f -exec file --mime-type {} + | awk -F: '$2 !~ /^[[:space:]]*text\// && $2 !~ /^[[:space:]]*image\// && $2 !~ /^[[:space:]]*application\/javascript/ && $2 !~ /^[[:space:]]*application\/json/ {print}' found: ./oplugins/util/config/configurator.js: application/octet-stream ./cli/tests/testdata/packages/zipped/mfa/package.json: inode/x-empty the first is a false positive: bun javasscript file. The second is an empty json file. [X] All source files have ASF headers I've used apache rat version 0.18 ( https://creadur.apache.org/rat/download_rat.cgi) INFO: RAT summary: INFO: Approved: 1638 INFO: Archives: 0 INFO: Binaries: 267 INFO: Document types: 4 INFO: Ignored: 13 INFO: License categories: 2 INFO: License names: 2 INFO: Notices: 89 INFO: Standards: 1637 INFO: Unapproved: 0 INFO: Unknown: 0 [X] Can compile from source $ ./build-and-test-ubuntu.sh <missing build output here> ============================================ SUCCESS ./1-deploy.sh SUCCESS ./2-ssl.sh SUCCESS ./3-sys-redis.sh SUCCESS ./4a-sys-ferretdb.sh SUCCESS ./4b-sys-postgres.sh SUCCESS ./5-sys-seaweedfs.sh SUCCESS ./6-login.sh SUCCESS ./7-static.sh SUCCESS ./8-user-redis.sh SUCCESS ./9a-user-ferretdb.sh SUCCESS ./9b-user-postgres.sh SUCCESS ./10-user-seaweedfs.sh SUCCESS ./14-runtime-testing.sh SUCCESS ./11-sso-mock.sh Regards, Bruno Il giorno lun 14 set 2026 alle ore 09:44 Michele Sciabarra < [email protected]> ha scritto: > Hi all, > > I propose the following RC to be released as the official > Apache OpenServerless 0.9.0-incubating release. > > Apache OpenServerless is an effort undergoing incubation at The Apache > Software > Foundation (ASF), sponsored by the Apache Incubator. Incubation is required > of all newly accepted projects until a further review indicates that the > infrastructure, communications, and decision making process have stabilized > in a manner consistent with other successful ASF projects. While incubation > status is not necessarily a reflection of the completeness or stability of > the code, it does indicate that the project has yet to be fully endorsed by > the ASF. > > The artifacts for this release candidate can be found at: > > > https://dist.apache.org/repos/dist/dev/incubator/openserverless/0.9.0-incubating-RC5 > > The Git tag to be voted upon is: > > v0.9.0-incubating-RC5 > > The release can be browser on version control here: > > https://github.com/apache/openserverless/tree/v0.9.0-incubating-RC5 > > Release artifacts are signed with the GPG key of the release manager. > > The KEYS file is available at: > > https://dist.apache.org/repos/dist/release/incubator/openserverless/KEYS > > Please download, verify, and test the release candidate. > > For detailed step-by-step instructions on how to verify this > release, please see the file VERIFY.md within the source > archive. > > The vote will run for a minimum of 72 hours and close no earlier > than: > > 2026-09-17 10:00 UTC > > Please vote: > > [ ] +1 Release this package as Apache OpenServerless 0.9.0-incubating > [ ] +0 > [ ] -1 Do not release this package because... (reason required) > > Only PPMC members have binding votes, but community votes are > encouraged. > > Checklist for reference: > [ ] Download links are valid > [ ] Checksums and signatures are valid > [ ] LICENSE/NOTICE files exist > [ ] No unexpected binary files in source > [ ] All source files have ASF headers > [ ] Can compile from source > > On behalf of the Apache OpenServerless Podling PMC (PPMC), > -- > Michele SciabarrĂ - [email protected] - linkedin.com/in/msciab > Apache OpenServerless committer - reddit.com/r/openserverless > Apache OpenWhisk PMC member - Author Learning Apache OpenWhisk > -- The life is short.. live at your best!
