You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by He Sun <no...@github.com.INVALID> on 2023/03/28 03:13:34 UTC

[apache/incubator-teaclave] [RFC] Release Plan in 2022 Q2 (Issue #680)

We are releasing v0.5.0 recently. It is the first release since last year. Next we are going to publish releases as planned. At least one release will be published in 2022 Q2. The planned features are listed below:

- [ ] Support the execution service running in Occlum
- [ ] Replace the original RPC with tonic gRPC (#668)
- [ ] Implement all the services asynchronously
- [ ] Generate CI code coverage report automatically in CI
- [ ] Secure platform logger aggregator (#669)
- [ ] Pick valuable features from `cleanroom` branch to `master` branch

 If everything went smoothly, we could work on another release, the possible features are listed below:
- [ ] Multiple task concurrency in the management and execution service
- [ ] Enable access control service
- [ ] Support multiple TEE implementations (#460)


-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/680
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/incubator-teaclave] [RFC] Release Plan in 2023 Q2 (Issue #680)

Posted by He Sun <no...@github.com.INVALID>.
Generating code coverage report needs to compile code in debug mode. The debug output is too large to fit in one action runner that has only 15GB disk. Therefore, we are not integrating the code coverage report generation in the CI at present.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/680#issuecomment-1538185154
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>

Re: [apache/incubator-teaclave] [RFC] Release Plan in 2023 Q2 (Issue #680)

Posted by He Sun <no...@github.com.INVALID>.
Hanlding multiple tasks in one execution service faces isolation issues, so we keep the current single task handling.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/680#issuecomment-1590888736
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>