forked from inclavare-containers/inclavare-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
41 lines (35 loc) · 1.18 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 2020-11-08 v0.5.0
- Implement bundle cache
- Implement enclave instant launch
- WAMR enclave runtime support
- Decouple from runc
- Support Occlum 0.17.0
# 2020-09-29 v0.4.1
- Refresh RA-TLS PoC
- Don't use Occlum SDK image to launch enclave containers
- Update Golang reference image
- Support Occlum 0.16.0
- Enhance skeleton enclave runtime
- Use RPM/DEB repository to maintain binary packages
# 2020-09-01 v0.4.0
- Provide RA-TLS PoC
- Implement Enclave Pooling Manager framework
- Provide Dragonwell 11 (LTS for OpenJDK 11) reference image
- Support Occlum 0.15.1
- Enhance skeleton enclave runtime
# 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
# 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.