Versions Compared

Key

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

...

The Minnesota release is version 3.0 (the 12th overall release and the third major release behind the Edinburgh and Ireland releases).  Due to API and other tech debt changes, Minnesota is NOT backward compatible with all the EdgeX 21.x or EdgeX 2.x releases. The release is not an LTS release. Jakarta (2.2) remain an LTS release.  It is anticipated that the community will create its second LTS on top of Minnesota in the fall or 2023 (the Napa 3.1 release),

Release Major Themes

  • Simplified and Common Configuration of the EdgeX services
    • This is the new ability to now configure key settings of EdgeX in a single configuration location rather than needing to apply settings across multiple microservice manually
    • Configuration settings here include logging, telemetry config, the host address, security credentials, database and message bus settings, etc
    • Previously each EdgeX microservice loaded its own configuration and therefore the user was required to change settings in multiple places for it to affect all services. This was time consuming and error prone
    • The new common configuration approach provides a layered strategy, where in one place, users can configure settings common to all services or those that should only apply to the application or device services 
    • Configuration settings can be loaded via a new core-common-config-bootstrapper service or via a file referenced by a new command line option 
    • See here for full details https://docs.edgexfoundry.org/3.0/microservices/configuration/CommonConfiguration/
  • Global configuration
  • Using URIs for configuration (high priority)
  • Simplify configuration formats
  • Device relationships – parent/child and extending device data
  • Microservice authentication with Vault JWT

Additional Features/updates/project improvements

Known Bugs

None at this time

...