Call for Presentations, Community Over Code 2023

2023-05-09 Thread Rich Bowen
(Note: You are receiving this because you are subscribed to the dev@
list for one or more Apache Software Foundation projects.)

The Call for Presentations (CFP) for Community Over Code (formerly
Apachecon) 2023 is open at
https://communityovercode.org/call-for-presentations/, and will close
Thu, 13 Jul 2023 23:59:59 GMT.

The event will be held in Halifax, Canada, October 7-10, 2023.

We welcome submissions on any topic related to the Apache Software
Foundation, Apache projects, or the communities around those projects.
We are specifically looking for presentations in the following
catetegories:

Fintech
Search
Big Data, Storage
Big Data, Compute
Internet of Things
Groovy
Incubator
Community
Data Engineering
Performance Engineering
Geospatial
API/Microservices
Frameworks
Content Wrangling
Tomcat and httpd
Cloud and Runtime
Streaming
Sustainability


-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org



Re: [apache/incubator-teaclave] 关于enclave_signing_key.pem的问题 (Issue #690)

2023-05-09 Thread gjj
ok thanks~

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

Message ID: 

Re: [apache/incubator-teaclave] 关于enclave_signing_key.pem的问题 (Issue #690)

2023-05-09 Thread gjj
Closed #690 as completed.

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

Message ID: 


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

2023-05-09 Thread He Sun
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: 

[apache/incubator-teaclave] Pre-release v0.5.1-rc.1 - Apache Teaclave (incubating) 0.5.0

2023-05-09 Thread He Sun
In this release, we mainly focus on LibOS-based execution service and license 
compliance. An execution service that can be run in LibOS is added. Besides, we 
adjusted the code based according to the advice from Apache IPMC.

## What's Changed
* Commits after release by @henrysun007 in 
https://github.com/apache/incubator-teaclave/pull/684
* Integration with Occlum by @GeminiCarrie in 
https://github.com/apache/incubator-teaclave/pull/685
* Fix docker build issue caused by missing dependency of tomli by @sarutak in 
https://github.com/apache/incubator-teaclave/pull/686
* Fix deploy instruction for Azure to comply with SGX 2.17. by @sarutak in 
https://github.com/apache/incubator-teaclave/pull/687
* Apache compliance by @henrysun007 in 
https://github.com/apache/incubator-teaclave/pull/689

## New Contributors
* @sarutak made his first contribution in 
https://github.com/apache/incubator-teaclave/pull/686

**Full Changelog**: 
https://github.com/apache/incubator-teaclave/compare/v0.5.0...v0.5.1-rc.1

-- 
View it on GitHub:
https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.1
You are receiving this because you are subscribed to this thread.

Message ID: 

Re: [apache/incubator-teaclave] Apache compliance (PR #689)

2023-05-09 Thread He Sun
Merged #689 into master.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/689#event-9195883053
You are receiving this because you are subscribed to this thread.

Message ID: 


Re: [apache/incubator-teaclave] Copyright year needs update (Issue #683)

2023-05-09 Thread He Sun
Closed #683 as completed via #689.

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

Message ID: 


Re: [VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.1

2023-05-09 Thread Mingshen Sun
+1 approve

On Tue, May 9, 2023 at 1:17 AM He Sun  wrote:

> Hi all,
>
> I am pleased to be calling this vote for the release of
> Apache Teaclave (incubating) 0.5.1 (release candidate 1).
>
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.1/
>
> The release candidate is signed with a GPG key available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS
>
> The Git commit for this release is:
> -
> https://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea
>
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.1
>
> Build guide and get started instructions can be found at:
> -
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-rc.1/docs/my-first-function.md
>
> The short version of building Teaclave from the source tarball:
>
> ```
> $ wget
> https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
> apache-teaclave-0.5.1-incubating
> $ # Instructions to verify the source tar:
> https://teaclave.apache.org/download/#verify-the-integrity-of-the-files
>
> $ docker run --rm -v $(pwd):/teaclave -w /teaclave \
> -it teaclave/teaclave-build-ubuntu-2004-sgx-2.17.1:0.2.0 \
> bash -c ". /root/.cargo/env && \
> . /opt/sgxsdk/environment && \
> mkdir -p build && cd build && \
> cmake -DTEST_MODE=ON -DSGX_SIM_MODE=ON -DGIT_SUBMODULE=OFF .. && \
> make -j"
> ```
>
> The vote will be open for at least 72 hours. Everyone is welcome to
> vote. Please vote by replying to this thread explicitly.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Anyone can participate in testing and voting, not just committers,
> please feel free to try out the release candidate and provide your
> votes. Please also reply with things you have checked.
>
> A checklist for reference:
> -
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>
> Best,
>
> He Sun
> Apache Teaclave (incubating)
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
> For additional commands, e-mail: dev-h...@teaclave.apache.org
>
>


[VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.1

2023-05-09 Thread He Sun
Hi all,

I am pleased to be calling this vote for the release of
Apache Teaclave (incubating) 0.5.1 (release candidate 1).

The release candidate to be voted over is available at:
- https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.1/

The release candidate is signed with a GPG key available at:
- https://dist.apache.org/repos/dist/dev/incubator/teaclave/KEYS

The Git commit for this release is:
- 
https://github.com/apache/incubator-teaclave/commit/0d95f05395b95d3efa33ebe8ab85f8175cf209ea

The release note is available in:
- https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.1

Build guide and get started instructions can be found at:
- 
https://github.com/apache/incubator-teaclave/blob/v0.5.1-rc.1/docs/my-first-function.md

The short version of building Teaclave from the source tarball:

```
$ wget 
https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.1/apache-teaclave-0.5.1-rc.1-incubating.tar.gz
$ tar zxvf apache-teaclave-0.5.1-rc.1-incubating.tar.gz && cd \
apache-teaclave-0.5.1-incubating
$ # Instructions to verify the source tar:
https://teaclave.apache.org/download/#verify-the-integrity-of-the-files

$ docker run --rm -v $(pwd):/teaclave -w /teaclave \
-it teaclave/teaclave-build-ubuntu-2004-sgx-2.17.1:0.2.0 \
bash -c ". /root/.cargo/env && \
. /opt/sgxsdk/environment && \
mkdir -p build && cd build && \
cmake -DTEST_MODE=ON -DSGX_SIM_MODE=ON -DGIT_SUBMODULE=OFF .. && \
make -j"
```

The vote will be open for at least 72 hours. Everyone is welcome to
vote. Please vote by replying to this thread explicitly.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Anyone can participate in testing and voting, not just committers,
please feel free to try out the release candidate and provide your
votes. Please also reply with things you have checked.

A checklist for reference:
- 
https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist

Best,

He Sun
Apache Teaclave (incubating)

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org