apache / incubator-teaclave

Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
757 stars 159 forks source link

[RFC] Release Plan in 2023 Q2 #680

Open henrysun007 opened 1 year ago

henrysun007 commented 1 year ago

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 2023 Q2. The planned features are listed below:

~- [ ] Generate CI code coverage report automatically in CI~

henrysun007 commented 1 year ago

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.

henrysun007 commented 1 year ago

Hanlding multiple tasks in one execution service faces isolation issues, so we keep the current single task handling.