CHANGELOG 601 字节
Newer Older
jia zhang's avatar
jia zhang 已提交
1 2 3 4 5 6 7 8 9
# 2020-07-30 v0.3.0
- Support the creation of a Confidential Computing Kubernetes Cluster
- Support IAS V4 API
- Support build RPM/DEB package for `shim-rune` and `rune`
- Support bootstrap remote attestation framework
- Support Occlum 0.14
- Rename the repo `runectl` to `sgx-tools`
- Adapt to v33 SGX in-tree driver

jia zhang's avatar
jia zhang 已提交
10 11 12 13 14 15 16 17 18 19
# 2020-06-30 v0.2.0
- Integrate new components shim-rune and runectl.
- Implement Enclave Runtime PAL API v2.
- Change to load the Enclave Runtime PAL on host side.
- Refresh skeleton example with enclave call ABI.

---

# 2020-05-15 v0.1.0
- Initial implementation of OCI Runtime.