Skip to content

Releases: edgeless-project/edgeless

v1.0.0

12 Nov 15:47
Compare
Choose a tag to compare

See CHANGELOG.md

d4.2-intermediate

08 Oct 06:48
Compare
Choose a tag to compare
d4.2-intermediate Pre-release
Pre-release

Intermediate release of EDGELESS.

Main features of d4.1-initial:

  • Single cluster, static orchestration domains
  • Static assignment of nodes to the orchestration domain
  • Baseline orchestration policies
  • Resource providers: HTTP ingress/egress, file-log, redis
  • Function LCM telemetry exposed by nodes only
  • Single runtime (WebAssembly)

Main features of d4.2-intermediate:

  • New resource providers: kafka-egress, ollama, dda
  • Dynamic orchestration domain formation, with node capabilities exposed
  • Delegated orchestration
  • Integrated local observability process, with nodes’ health, function LCM telemetry, and app metrics
  • Function-level annotations
  • New resource providers: kafka-egress, ollama, dda
  • New runtime: container
  • Optional execution of the node in an SGX environment

d4.1-initial

18 Sep 13:08
Compare
Choose a tag to compare
d4.1-initial Pre-release
Pre-release

The release of EDGELESS key components, their API (using gRPC), and a prototype of edge node running functions in a WebAssembly run-time environment.

This release is associated with the deliverable D4.1 Initial platform services of the project and it showcases some of the fundamental features currently under development:

  • workflows of asynchronous/synchronous functions;
  • stateful functions;
  • external HTTP sources/sinks.