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 <hs...@apache.org> on 2023/05/22 02:49:45 UTC

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

[VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.2
Hi all,

I am pleased to be calling this vote for the release of
Apache Teaclave (incubating) 0.5.1 (release candidate 2). 
Different from rc.1, this version remove files with incompatible licenses.
Thanks rduan for the commits. 

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

The release candidate is signed with a GPG key (777A1FBA5762313CD86EC2727144C76533763CD9) 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/39d575adf291431f2f9656057676cdc55d89f96f

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

Build guide and get started instructions can be found at:
- https://github.com/apache/incubator-teaclave/blob/v0.5.1-rc.2/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.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
$ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
apache-teaclave-0.5.1-rc.2-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-unsubscribe@teaclave.apache.org
For additional commands, e-mail: dev-help@teaclave.apache.org

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

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


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

Posted by Pei Wang <ur...@apache.org>.
+1

On Sun, May 21, 2023, 19:49 He Sun <hs...@apache.org> wrote:

> [VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.2
> Hi all,
>
> I am pleased to be calling this vote for the release of
> Apache Teaclave (incubating) 0.5.1 (release candidate 2).
> Different from rc.1, this version remove files with incompatible licenses.
> Thanks rduan for the commits.
>
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
>
> The release candidate is signed with a GPG key
> (777A1FBA5762313CD86EC2727144C76533763CD9) 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/39d575adf291431f2f9656057676cdc55d89f96f
>
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
>
> Build guide and get started instructions can be found at:
> -
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-rc.2/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.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> apache-teaclave-0.5.1-rc.2-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-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
>
>

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

Posted by Shaojun Wang <sh...@apache.org>.
+1, thanks.

Best,


Shaojun Wang
Apache Teaclave (incubating)



--
发自我的网易邮箱平板适配版



在 2023-05-25 09:42:45,"汪少军" <je...@alibaba-inc.com> 写道:





------------------------------------------------------------------
发件人:Gordon <ga...@apache.org>
发送时间:2023年5月25日(星期四) 01:04
收件人:dev <de...@teaclave.apache.org>
主 题:Re: [VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.2


+1, thanks.

On Tue, May 23, 2023 at 7:53 PM Yuan Zhuang <yu...@apache.org> wrote:

> +1
>
> On 2023/05/22 02:49:45 He Sun wrote:
> > [VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.2
> > Hi all,
> >
> > I am pleased to be calling this vote for the release of
> > Apache Teaclave (incubating) 0.5.1 (release candidate 2).
> > Different from rc.1, this version remove files with incompatible
> licenses.
> > Thanks rduan for the commits.
> >
> > The release candidate to be voted over is available at:
> > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
> >
> > The release candidate is signed with a GPG key
> (777A1FBA5762313CD86EC2727144C76533763CD9) 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/39d575adf291431f2f9656057676cdc55d89f96f
> >
> > The release note is available in:
> > - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
> >
> > Build guide and get started instructions can be found at:
> > -
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-rc.2/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.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> > $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> > apache-teaclave-0.5.1-rc.2-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-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
>
>



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

Posted by Gordon <ga...@apache.org>.
+1, thanks.

On Tue, May 23, 2023 at 7:53 PM Yuan Zhuang <yu...@apache.org> wrote:

> +1
>
> On 2023/05/22 02:49:45 He Sun wrote:
> > [VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.2
> > Hi all,
> >
> > I am pleased to be calling this vote for the release of
> > Apache Teaclave (incubating) 0.5.1 (release candidate 2).
> > Different from rc.1, this version remove files with incompatible
> licenses.
> > Thanks rduan for the commits.
> >
> > The release candidate to be voted over is available at:
> > - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
> >
> > The release candidate is signed with a GPG key
> (777A1FBA5762313CD86EC2727144C76533763CD9) 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/39d575adf291431f2f9656057676cdc55d89f96f
> >
> > The release note is available in:
> > - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
> >
> > Build guide and get started instructions can be found at:
> > -
> https://github.com/apache/incubator-teaclave/blob/v0.5.1-rc.2/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.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> > $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> > apache-teaclave-0.5.1-rc.2-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-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> > For additional commands, e-mail: dev-help@teaclave.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
>
>

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

Posted by Yuan Zhuang <yu...@apache.org>.
+1 

On 2023/05/22 02:49:45 He Sun wrote:
> [VOTE] Release Apache Teaclave (incubating) v0.5.1-rc.2
> Hi all,
> 
> I am pleased to be calling this vote for the release of
> Apache Teaclave (incubating) 0.5.1 (release candidate 2). 
> Different from rc.1, this version remove files with incompatible licenses.
> Thanks rduan for the commits. 
> 
> The release candidate to be voted over is available at:
> - https://dist.apache.org/repos/dist/dev/incubator/teaclave/0.5.1-rc.2/
> 
> The release candidate is signed with a GPG key (777A1FBA5762313CD86EC2727144C76533763CD9) 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/39d575adf291431f2f9656057676cdc55d89f96f
> 
> The release note is available in:
> - https://github.com/apache/incubator-teaclave/releases/tag/v0.5.1-rc.2
> 
> Build guide and get started instructions can be found at:
> - https://github.com/apache/incubator-teaclave/blob/v0.5.1-rc.2/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.2/apache-teaclave-0.5.1-rc.2-incubating.tar.gz
> $ tar zxvf apache-teaclave-0.5.1-rc.2-incubating.tar.gz && cd \
> apache-teaclave-0.5.1-rc.2-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-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@teaclave.apache.org
> For additional commands, e-mail: dev-help@teaclave.apache.org
> 
> 

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