Skip to content

Releases: lf-edge/edge-home-orchestration-go

edge-orchestration: eucalyptus

04 Oct 10:00
5ed2d9d
Compare
Choose a tag to compare

Data synchronization to Cloud endpoints - MQTT

  1. Independent MQTT based cloud synchronization mechanism as enhancement to vD
  2. API's to send and receive data from and to between Service application and Cloud via Home Edge
  3. MQTT broker would be configured at the cloud (Cloud agnostic)
  4. Home Edge acts as MQTT client to exchange data
  5. TLS secure mode for all the data exchange

Code enhancements

  1. Fixed TxT Record parsing as per mDNS protocol
  2. Refactored service list assignment logic TxT record
  3. Modified get score API from GET to POST in line with API design rules
  4. API to add/delete events from database based on event ID added for DataStorage
  5. Code coverage increased by adding more test cases
  6. Modified response for Ping request to Pong
  7. Auto numerical tagging of code when significant changes are incorporated

OpenSSF Badge

This release of Home Edge Go is in line with our vE, Eucalyptus release plan

Go-Project has been made complaint by incorporating necessary documentation/quality fixes and so. Openssf Gold

Dependent bot integration

  1. Bot to check on the updates on dependent libraries has been integrated
  2. The bot has been configured to run once every month in the first week

edge-orchestration: dewberries

02 Nov 07:45
v1.1.0
34c3da4
Compare
Choose a tag to compare

vD: Dewberries release, features added -

  1. Refactoring & stabilization of MNEDC and DataStorage

    • Issues related to device discovery in MNEDC, EdgeX initialization in DataStorage, and configuration setting through YAML file.
  2. Build & deployment related changes to confirm with standards

    • Moving away from Glide to Go module, coding standards, environment variable setting for secure mode, MNEDC server/client setting.
  3. Security enhancement

    • Request authentication thru JWT, resource access through RBAC, and container whitelist system for executing only trusted containers.
  4. Sonarcloud integration for quality gate check

    • Sonarcloud gate reported issues related to vulnerability were fixed in the various modules.
  5. Configure manager enhancement for the container platform

    • Edge Orchestration requests offloading the service installed on the device.
  6. Lint error fixtures across the code base

  7. Folder restructuring to follow Go standards. Restructuring of code base to follow Go type of folder structure

  8. API's to store and retrieve data from EdgeX container (DB)

    • API's have been exposed which the developer can use to send data to Coredata of EdgeX to store;

    • Also API for retrieving data from Coredata has been exposed.

  9. Data synchronization to Cloud endpoints is needed to make the platform complete with minimum features

    • Currently data is stored in EdgeX (Coredata) DB. EdgeX provides support for synchronizing with Cloud end points based on MQTT;

    • Hence as a part of the this release MQTT based cloud synchronization using EdgeX has been added;

    • This is the initial step and would be making the cloud synchronization more independent in the upcoming release after vDewberries.

edge-orchestration: v1.0.0

28 Apr 09:05
e18e0b7
Compare
Choose a tag to compare

Semantic Release - v1.0.0

  1. Refactoring
    a. Update to logrus library and logmgr update in most files
    b. Update to etcd-io/bbolt instead of boltdb/bolt
    c. Folder Structure changes for the project
    d. Movement from Glide to go.mod
    e. Removal of Code Smell, Application of Camel Case in project
    f. MNEDC config updated to YAML format

  2. Security and Testing
    a. Security and Testing Policy Update
    b. CodeQL Analysis to detect security issues
    c. Fix 10 alerts from LGTM
    d. Added Test Suite to github workflow
    e. Fix important warnings that were found by the linter and vet analysis
    f. Added sonarcloud configuration file

  3. Bug Fixes
    a. Data Storage - EdgeX Hanoi Update
    b. MNEDC Database wipe bug fix
    c. ARM architecture inclusion - error fix
    d. Native and Android build fail fix
    e. MNEDC and Secure modes from OS

edge-orchestration:coconut

30 Oct 07:50
8f841ca
Compare
Choose a tag to compare

Edge Orchestration Coconut release:

As part of Coconut release following features have been added -

  1. MNEDC: Discovery of devices in different NAT. Client-Server architecture has been followed for the same. (Secure and Non Secure version for both Client and Server have been attached )
  2. Data Storage: In collaboration with EdgeX, centralized device can be designated as primary device to store the data from the different devices. (Plain vanilla version of Home Edge - Secure and Non Secure version would suffice for this)

Source Code and the Container images have been attached as part of release.

edge-orchestration:baobab

28 Oct 03:50
7673ba6
Compare
Choose a tag to compare
Merge pull request #69 from wansuyoo/remove_gomobile_rebase

remove gomobile rebase

Baobab_rc1: Merge pull request #46 from jyong2kim/HotFix_unittest_build

17 Oct 04:39
258d34f
Compare
Choose a tag to compare
[Hot Fix] Fix unittest building in Baobab

edge-orchestration:alpha

04 Sep 22:21
8930bcc
Compare
Choose a tag to compare
Merge pull request #33 from wansuyoo/create_androidexecutor

create executor for android