Releases: tahardi/bearclave-examples
Releases · tahardi/bearclave-examples
Bearclave Examples - v0.2.0
Overview
This is the first release of the Bearclave Examples. Releases will happen on a monthly schedule, as opposed to releasing by feature-set.
Breaking Changes
- None
New Features
hello-httpsan example demonstrating how to run an HTTPS server inside an enclave, as well as how make HTTPS requests from within an enclavehello-celan example demonstrating how to run a Common Expression Language (CEL) runtime in an enclave and attest to the outputs of expressionshello-expran example demonstrating how to run a Expr language runtime in an enclave and attest to the outputs of expressionsinfracompute instance deployments with our Terraform modules, where we've deployed AWS Nitro Enclave, GCP AMD SEV-SNP, and GCP Intel TDX instances.github/workflows/build.ymla workflow that builds and stores example container images for Nitro, SEV, and TDX
Improvements & Performance
pluckmdadd the PluckMD tool to our workflow so that code snippets in example READMEs are automatically updated when source code changesinternal/setupconfigs now support optional arguments so we can pass example specific configurations
Bug Fixes
- None
Dependency Updates
- None
Bearclave Examples - v0.1.0
Overview
This is the first release of the Bearclave Examples. Releases will happen on a monthly schedule, as opposed to releasing by feature-set.
Breaking Changes
- None
New Features
internal/networkingcontains an http client and handlers used by examplesclientdemonstrates how one might design an HTTP client that communicates with Proxies and Enclaveshandlersdemonstrates how one might design HTTP handlers for enclaves
hello-worldan example demonstrating how to request and verify a remote attestationhello-httpan example demonstrating how to run an HTTP server inside an enclave, as well as how make HTTP requests from within an enclave
Improvements & Performance
- None
Bug Fixes
- None
Dependency Updates
- None