Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Teaclave
Copyright 2019-2025 The Apache Software Foundation
Copyright 2019-2026 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
7 changes: 5 additions & 2 deletions docs/release-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ This documentation highlights items that are specific to the `TrustZone SDK`.

Apache TrustZone SDK follows a quarterly release cycle, aligned with [OP-TEE releases](https://optee.readthedocs.io/en/latest/general/releases.html).

The upcoming release in 2025 is as follows:
The upcoming release in 2026 is as follows:

| Apache Teaclave SDK Release Version | optee-* Rust crate Release version | OP-TEE Version | OP-TEE Release Date | Teaclave SDK Pre-release on Github (approximately) | Teaclave SDK Finalized Release on Apache and `crates.io` (approximately) |
|-------------------------------------|-------------------------------------|----------------|--------------------|----------------------------------------------------|--------------------------------------------------------------------------|
| v0.7.0 | v0.7.0 | OP-TEE 4.8.0 | 17/Oct/25 | 14/Nov/25 | 30/Nov/25 |
| v0.8.0 | v0.8.0 | OP-TEE 4.9.0 | 16/Jan/26 | 30/Jan/26 | 13/Feb/26 |
| v0.9.0 | v0.9.0 | OP-TEE 4.10.0 | 17/Apr/26 | 1/May/26 | 15/May/26 |
| v0.10.0 | v0.10.0 | OP-TEE 4.11.0 | 17/Jul/26 | 31/Jul/26 | 14/Aug/26 |
| v0.11.0 | v0.11.0 | OP-TEE 4.12.0 | 16/Oct/26 | 30/Oct/26 | 13/Nov/26 |

**Note:** The table outlines the planned release schedule under normal circumstances. However, if there are no updates to the optee-* crates in the SDK during a given quarter, the release will be skipped and deferred to the following quarter.

Expand Down
Loading