Hi all, I am calling this vote for the release of Apache Teaclave TrustZone SDK (Incubating) v0.5.0-rc.1.
The vote on the Apache Teaclave (Incubating) community list has PASSED with 4 +1 binding votes. - Vote thread: https://lists.apache.org/thread/ogtjw38ogh9s9jkyvwmdkhnxmc13kmx7 - Result thread: https://lists.apache.org/thread/d0sfo26kndrt6s1ovkmy7qzfn68wq1sk We now kindly request IPMC members to review and vote on this release. - Release notes: https://github.com/apache/incubator-teaclave-trustzone-sdk/releases/tag/v0.5.0-rc.1 - Release candidate artifacts: https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.5.0-rc.1/ - GPG key for artifacts verification: https://downloads.apache.org/incubator/teaclave/KEYS The release artifacts have passed all GitHub Actions CI checks. You can also reproduce the build process manually from source using the commands below: ```bash $ wget https://dist.apache.org/repos/dist/dev/incubator/teaclave/trustzone-sdk-0.5.0-rc.1/apache-teaclave-trustzone-sdk-0.5.0-incubating.tar.gz $ tar zxvf apache-teaclave-trustzone-sdk-0.5.0-incubating.tar.gz $ cd apache-teaclave-trustzone-sdk-0.5.0-incubating $ docker run --rm -it -v$(pwd):/teaclave-trustzone-sdk -w /teaclave-trustzone-sdk yuanz0/teaclave-trustzone-sdk:ubuntu-24.04 bash -c "./setup.sh && (./build_optee_libraries.sh optee) && source environment && make && (cd ci && ./ci.sh)" ``` Checklist for reference: [ ] Download links are valid [ ] Checksums and signatures verified [ ] LICENSE and NOTICE files exist [ ] No unexpected binary files [ ] All source files have ASF headers [ ] Can compile from source The vote will be open for at least 72 hours and will pass after 3 binding +1 approvals. Please cast your vote by replying to this thread with one of the following: [ ] +1 approve [ ] +0 no opinion [ ] -1 disapprove (please provide reasons) Best regards, Zhaofeng