Releases: edgelesssys/ego
Releases · edgelesssys/ego
v0.4.1
v0.4.0
v0.3.4
v0.3.3
v0.3.2
v0.3.1
- Security: includes fix for CVE-2021-33767 of underlying Open Enclave
- Fix broken
ego uniqueid
in v0.3.0 - The released deb package can reproducibly be built with Docker
- Add reproducible_build sample that shows how to reproducibly build an EGo app with Docker
- EGo CLI prints its version
v0.3.0
v0.2.2
v0.2.1
v0.2.0
- Customizable enclave filesystem
- Added an in-enclave-memory fs (memfs)
- You can individually mount the memfs or the hostfs on arbitrary paths in the enclave fs.
- BREAKING: The memfs is now mounted at
/
by default instead of the hostfs. If your app needs access to the hostfs, you should mount only those paths that it requires. You can also mount the full hostfs as root to retain the behavior of EGo v0.1.x, but this is not recommended.
- You can now configure environment variables with hardcoded values or allow them to be taken over from the host.
- see https://github.com/edgelesssys/ego/blob/662f5736669e20d1e31bc0574c94a431f1985278/doc/ego_cli.md#enclave-configuration-file for configuring mounts and environment variables
- more helpful error messages