Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Code Freeze:  Apr 22, 2020

Release:  May 13, Delivery:  ~ April 2020


The Geneva release will be a minor release (1.2) with a focus on testing, a few but important key features ( such as automated device provisioning and a replacement for the final Java service - the rules engine) and the first part of the V2 API (which will be provided in "beta" form for core services with the intention of completing the V2 API in all services by the Hanoi release).

Table of Contents

Geneva Release Overview

Image Added

Release Themes and Objectives

  • Improved Security
  • Interoperability testingUser guidance on platform needs
  • More performance statistics
  • # of devices/per recommendations
  • Providing EdgeX users guidance on platform needs, sensor data throughput and deployment based on performance metrics.  Specifically, with the Geneva performance testing apparatus, the EdgeX community will be able to answer these questions for the user:1) Will EdgeX fit on my system? - size of EdgeX services, infrastructure, etc. and hardware/platform requirements
  • 2) What is the speed of data through the system? - from device service sensor data ingestion to the rules engine and back down through command to another device service to trigger a put command, how long does this take?
  • 3) How many “things” can be processed at a time? – with caveats on the type of thing, type of data, etc.
  • These questions need to be answered on real hardware (both Intel and ARM)
  • Dynamic device provisioning/on-boarding
  • Alternate messaging support (to 0MQ)
  • Archive of Export Services - in favor of Application Services which was implemented with the Edinburgh and Fuji releases
  • DevOps Jenkins PipelinesThe first steps toward a revamped V2 API that includes cleaner (and fewer) endpoints and a simplified request/response model
  • Provide an alternate local analytics service (archiving the Java-based rules engine service)
  • Deprecating the following:
    • Logging service
    • MongoDB support

General

  • Move to Go 1.13
  • Redis as default DB
    • Implement with username/password protection.
  • 0MQ Alternate between core and app services
    • Should help with Windows dev (long standing backlog)
  • Separate the configuration and registry APIs
  • Establish a document template for API information
    • Used to better define the Swagger documents
  • Use of Dependency Injection in Go services found in edgex-go

...

  • Combine/reduce UIs
  • Blacklist/whitelist of devices (w/ DS WG)
    • As part of auto provisioning
  • Alternate message bus provider (w/ App WG)
    • Allowing data from Core Data to be pushed to multiple channels / topics and how to deal with marking an event/reading as pushed in that circumstances
    Implementation of the V2 APIs across core services (beta/use at your own risk)

Application Services and App Functions SDK

...

  • Automatic/dynamic device provisioning capability
  • Array of data types (w/ Core WG)
  • Data filter design between DS and Core Data
    • Provide a design about how to implement this before implementing.
    • If possible, can the filter functions be shared across App Services and D.S. (w/ App WG)

System Management

  • Start/stop/restart all done by the executor to include stop/restart of SMA
  • CLI improvements (TBD)
    • Move CLI out of holding
  • Open Horizon “Walk phase” (TBD)

...

  • Create a hardware secret storage design
    • HW secure storage abstraction layer
    • How to protect the Vault Master Key
  • Create and use a per service Vault token in the security services
  • Service token revocation and rotation
  • Ensuring the services running are those expected and authorized (w/ DevOps assistance)
  • Blackbox tests of APIs through the API gateway
  • Design work
    • How to implement HTTPS in EdgeX (that is, how to protect all service endpoints with HTTPS)
    • How to implement role-based security across our all EdgeX services.

...

  • Move to Jenkins Pipeline
  • Apply Synk scan to other services and images (w/ all WG input)
    • Synk can’t do ARM images
    Sharpen our use of SonarCloud and provide developer education around it – stretch goal

Certification

  • Nothing at this time; planning Planning and design work toward certification and self-assessment for when LTS hits.

Vertical Solutions WG

  • China Project Team in place
  • Industrial Project Team – stretch goal

Additional Release Notes

  • Geneva will not be LTS.  While no specific future release is pinpointed for LTS, the general hope is that the Ireland release will be a bug fix only, minor release that might be our best opportunity for an LTS.V2 API implementation will be accomplished, tentatively, over 2 releases (Geneva and Hanoi).  For Geneva, core services will implement the V2 API as “beta” and use at your own risk.  The work is going to be generally completed by teams from Dell, Intel and IOTech but will likely involve/impact all developers to some degree.Important new features of Geneva (ex: automatic provisioning) will still use V1 APIs
  • SDKs and other services would still generally call on V1 APIs (still rely on V1 clients)
  • The V1 APIs will be retired when the V2 APIs are released (again, likely with the Hanoi release)
  • Export services are removed from the Geneva release.  This required the approval of a backward compatibility exception for Geneva since it is no longer a major release.TAF will be used as overarching API/blackbox testing platform.  Tests for V2 APIs (only) will be created by TEST/QA team
  • Postman tests remain for V1 APIs
  • Dev teams are welcome to (encouraged?) to provide language dependent service level tests in their code base as they see fit (example Go Tests) but this is optional at this point

...