Release Notes

Open EII v3.0.1

Fixes

  • General security fixes have been applied. Please use the EII v3.0.1 docker images at https://hub.docker.com/u/openedgeinsights.

  • Added the prerequisite step in README.md of having the openssh-server installed for the Web Deployment Tool backend service

  • Fixed OpcuaExport docker build issue (fixed the mbedtls path issue in the Dockerfile). To avoid this issue, use the openedgeinsights/ia_opcua_export:3.0 from the Docker Hub.

  • Fixed Kapacitor launch issue by updating the conda_requirements.txt. To avoid this issue, use the openedgeinsights/ia_kapacitor:3.0 from the Docker Hub.

Known Issues

  • While bringing up the ia_azure_bridge service, protobuf related issue can occur. In this scenario, add protobuf==3.20.2 in the [WORKDIR]/IEdgeInsights/AzureBridge/modules/AzureBridge/requirements.txt file and rebuild the ia_azure_bridge docker image. To avoid this issue, use the openedgeinsights/ia_azure_bridge:3.0 from the Docker Hub.

  • While executing on the Alder Lake 12th Gen Intel(R) Core Processors, the VideoIngestion service can crash with the Gstreamer VAAPI element error. In this scenario, to install the required GPU drivers, make the following changes from line 155 through 157 in the [WORKDIR]/IEdgeInsights/VideoIngestion/Dockerfile and rebuild the ia_video_ingestion image:

    # Installing Intel® Graphics Compute Runtime for OpenCL™
    # RUN /bin/bash -c "source /opt/intel/openvino/bin/setupvars.sh && \
    #                  cd /opt/intel/openvino/install_dependencies && \
    #                  yes | ./install_NEO_OCL_driver.sh --auto || true"
    RUN apt update && apt-get install -y gpg-agent wget
    RUN wget -qO - https://repositories.intel.com/graphics/intel-graphics.key | gpg --dearmor --output /usr/share/keyrings/intel-graphics.gpg
    RUN echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/graphics/ubuntu focal-legacy main' | \
        tee  /etc/apt/sources.list.d/intel.gpu.focal.list
    RUN apt update && apt install -y \
        intel-opencl-icd \
        intel-level-zero-gpu level-zero \
        intel-media-va-driver-non-free libmfx1 libmfxgen1 libvpl2
    

EII v2.6.3

EII v2.6.3 is a bugfix release on top of EII v2.6.2 release.

Fixes

  • Fixed build failure and rfc_classifier UDF crash issues for kapacitor service

  • ELK (Elasticsearch, Logstash, and Kibana) integration with EII is discontinued

  • General security fixes has been applied

  • Minor README updates

Open EII v3.0

Open Edge Insights for Industrial (Open EII) v3.0 is a major release from the previous release of v2.6.x. In this open-source release, the following features have been added and dropped. In addition to that, many small fixes and general improvements are also included this release.

New Features

Dropped Features

The following features have been dropped in OEI v3.0 release:

  • docker-compose support to do multi-node deployment (Helm charts way of multi-node deployment on k8s cluster to be continued)

  • ELK (Elasticsearch, Logstash, and Kibana) integration with Open EII is discontinued

Known Issues

  • Grafana video use case helm templates support is not provided

  • Edge Video Analytics Microservice helm templates support is not provided.

  • Python sample apps for Alpine OS support is not provided

Note

To migrate from 2.6.x version to 3.0 version, refer the migration guide.

EII v2.6.2

EII v2.6.2 is a bugfix release on top of EII v2.6.1 release.

Note

We recommend EII users (customers) using EII ELK feature to upgrade to this version.

Fixes

EII v2.6.1

EII v2.6.1 is a bugfix release on top of EII v2.6 release

Bug fixes

  • Fixed ZMQ ZAP issue

  • Fixed “REQUEST_BUSY” issues seen with OpenVINO python and C++ inference engine bindings in EII udfs by protecting the critical section (Using OpenVINO data runtime image 2021.4.1)

  • Fixed OpcuaExport service issue in ansible deployment

  • Fixed golang installation in baremetal

  • Fixed and added more documentation around DNS issue

  • Prefix DOCKER_REGISTRY to provisioning images

  • Fixed helm environment failure for OpcuaExport service

  • Further added improvements to READMEs

  • Fixed Visualizer not displaying text added in JupyterNotebook issue

  • Enabled support for third party OPCUA GUI clients to connect to OpcuaExport service

EII v2.6

Features

  • Ansible playbooks for EII installation, provisioning and cluster set up (single & multi nodes)

    • Enable setup of single/multi-nodes deployment

    • Multi-nodes deployment can be done with single command

  • Helm charts for K8s deployment

    • Deploy containers to Kubernetes cluster using Helm charts

  • Support for Jupyter Notebooks for developing UDFs (User Defined Functions)

    • UDF development in python can be done using Jupyter Notebook

  • Enabling Realsense Cameras

    • VI support ingestion from Realsense camera

    • Generate point cloud data

  • Prebuilt containers distribution

  • EII video pipeline multi-Stream synchronous processing support

  • Ubuntu 20.04 Host OS and docker base image support.

  • C API layer support for EII Config Mgr.

  • Timeseries Message Bus connections

    • EII Messagebus Output plugin for Telegraf

    • EII Messagebus Input and output nodes for Kapacitor

Known Issues

  • Encoding cannot be enabled with native PCL udf

  • NativePCLIngestion CustomUDF throws warnings while processing rs2 depth frames

EII v2.5.3

EII v2.5.3 is a bugfix release on top of EII v2.5.2 release.

Note

We recommend EII users (customers) using EII ELK feature to upgrade to this version.

Fixes

EII v2.5.2

EII v2.5.2 is a bugfix release on top of EII v2.5.1 release

Bug fixes

  • Fixed ZMQ ZAP issue

  • Fixed “REQUEST_BUSY” issues seen with OpenVINO python and C++ inference engine bindings in EII udfs by protecting the critical section (Using OpenVINO data runtime image 2021.4.1)

  • Fixed issue around cmake existence check in eii_libs_installer.sh script

  • Fixed InfluxDBConnector and RestDataExport issues in k8s environment

EII v2.5.1

EII v2.5.1 is a bugfix release on top of EII v2.5 release

Bug fix

EII v2.5

Features

  • Added eis-messagebus-go repo for EII-EdgeX integration

  • Added pre-requisite installer script (to install docker-ce, docker-compose etc.,) and EII uninstaller script

  • UX/DX Improvements

    • Enable Volume mount for UDFs

    • eis_builder to auto-create multi-instance boilerplate configurations

    • Small Analytics size

    • Pylon viewer export settings

    • Option to Disable Bounding box in Both Visualizer

  • Benchmarking Code Release in EII

    • Release Video Ingest Benchmarking

    • Release Time series Ingest Benchmarking

  • Kubernetes orchestrator enablement

    • Single node deployment

    • Multi-node deployment

  • Revamp Configuration APIs for EII

    • Revamp Config Manager API

    • Implement C ETCD Config library

  • Time series improvements

    • Enable Multiple Telegraf instances

    • Enable multiple UDF support with Kapacitor.

    • Enable Random Forest Algo

    • Implement EISMessageBus (ZMQ) plugin for Telegraf.

  • Video use case improvements

    • Support more popular GigE camera in VI

    • Add snapshot feature for SW trigger (feed in just one frame)

  • EII Message Bus Improvements

    • Enable XPUB-XSUB messaging pattern of EII Message Bus.

    • Dynamic loading of protocol plugins