From 06a75bf2b78e51b202338e95fc903f07b1116c74 Mon Sep 17 00:00:00 2001 From: Yuan Zhuang Date: Fri, 30 Jan 2026 08:17:18 +0000 Subject: [PATCH 1/2] release-guide: adjust the process for posting the release --- site/docs/community/release-guide.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/site/docs/community/release-guide.md b/site/docs/community/release-guide.md index 938c022c44..a8ddfc33d0 100644 --- a/site/docs/community/release-guide.md +++ b/site/docs/community/release-guide.md @@ -220,21 +220,13 @@ for details. ## Post the Release -**Announce on the Apache mailing list** - -Mailing list example: - -- subject: [ANNOUNCE] Apache Teaclave™ TrustZone SDK 0.6.0 Released -- to: announce@apache.org, dev@teaclave.apache.org -- link: - **Update the Teaclave website** The website source is at . Open a PR to update. -Add an announcement to and update the -download page: . +Add an announcement to and update the latest +version on the download page: . Blog example: @@ -242,6 +234,14 @@ Blog example: - link: +**Announce on the Apache mailing list** + +Mailing list example: + +- subject: [ANNOUNCE] Apache Teaclave™ TrustZone SDK 0.6.0 Released +- to: announce@apache.org, dev@teaclave.apache.org +- link: + After completing the steps above, the release process is finished. ## Other Considerations From aa54e7b25fee74ad0f5e34715e34c489d1828caa Mon Sep 17 00:00:00 2001 From: Yuan Zhuang Date: Fri, 30 Jan 2026 08:18:41 +0000 Subject: [PATCH 2/2] trustzone-sdk: update for new release 0.8.0 --- ...announcing-teaclave-trustzone-sdk-0.8.0.md | 32 +++++++++++++++++++ site/src/pages/download.md | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 site/blog/2026-01-30-announcing-teaclave-trustzone-sdk-0.8.0.md diff --git a/site/blog/2026-01-30-announcing-teaclave-trustzone-sdk-0.8.0.md b/site/blog/2026-01-30-announcing-teaclave-trustzone-sdk-0.8.0.md new file mode 100644 index 0000000000..356aac9117 --- /dev/null +++ b/site/blog/2026-01-30-announcing-teaclave-trustzone-sdk-0.8.0.md @@ -0,0 +1,32 @@ +--- +title: Announcing Apache Teaclave™ TrustZone SDK 0.8.0 +date: 2026-01-30 +author: Yuan Zhuang +--- + +On behalf of the Teaclave community, I am happy to announce the release of +Teaclave TrustZone SDK 0.8.0. + +Teaclave empowers developers to build memory-safe Trusted Applications across +diverse confidential computing platforms, including Intel SGX and Arm TrustZone. +Apache Teaclave TrustZone SDK, a subproject of Apache Teaclave, is based on the +OP-TEE project, a widely used open-source TrustZone OS. + +This release focuses on tooling improvements, ecosystem polish, and better build +compatibility, while keeping pace with upstream OP-TEE changes. + +For more details, please refer to our release notes: +https://github.com/apache/teaclave-trustzone-sdk/releases/tag/v0.8.0 + +## Download + +You can download the release from the +[download](https://teaclave.apache.org/download/) page. Also, please checkout +our [repository](https://github.com/apache/teaclave-trustzone-sdk) hosted on +GitHub. + +## Contributing + +Teaclave TrustZone SDK is under the Apache License v2 and open source in The +Apache Way. We aim to create a project that is maintained and owned by the +community. All kinds of contributions are welcome. Thanks to our contributors. diff --git a/site/src/pages/download.md b/site/src/pages/download.md index 7e40b48689..dec5d91cd8 100644 --- a/site/src/pages/download.md +++ b/site/src/pages/download.md @@ -21,7 +21,7 @@ Each SDK evolves independently to best support its respective platform and use c | Latest Version | Source Code | PGP/SHA | Release Notes | |:-------:|:-------------------------:|:----:|:-------:| -| 0.7.0 | [apache-teaclave-trustzone-sdk-0.7.0.tar.gz](https://www.apache.org/dyn/closer.lua/teaclave/trustzone-sdk-0.7.0/apache-teaclave-trustzone-sdk-0.7.0.tar.gz?action=download) | [asc](https://downloads.apache.org/teaclave/trustzone-sdk-0.7.0/apache-teaclave-trustzone-sdk-0.7.0.tar.gz.asc), [sha512](https://downloads.apache.org/teaclave/trustzone-sdk-0.7.0/apache-teaclave-trustzone-sdk-0.7.0.tar.gz.sha512) | [notes](https://github.com/apache/teaclave-trustzone-sdk/releases/tag/v0.7.0) | +| 0.8.0 | [apache-teaclave-trustzone-sdk-0.8.0.tar.gz](https://www.apache.org/dyn/closer.lua/teaclave/trustzone-sdk-0.8.0/apache-teaclave-trustzone-sdk-0.8.0.tar.gz?action=download) | [asc](https://downloads.apache.org/teaclave/trustzone-sdk-0.8.0/apache-teaclave-trustzone-sdk-0.8.0.tar.gz.asc), [sha512](https://downloads.apache.org/teaclave/trustzone-sdk-0.8.0/apache-teaclave-trustzone-sdk-0.8.0.tar.gz.sha512) | [notes](https://github.com/apache/teaclave-trustzone-sdk/releases/tag/v0.8.0) | ### Teaclave SGX SDK