Skip to content

Eclipse Kura 5.2.1

Compare
Choose a tag to compare
@MMaiero MMaiero released this 03 Dec 16:45
· 715 commits to develop since this release
7127ca5

Eclipse Kura - 5.2.1 - November 2022


Description:

This service release of Eclipse Kura includes the following changes:

  • Fixed H2 memory leak in case of in-memory database instances
  • The configuration of network interfaces that are not connected to the system is no longer discarded on NetworkConfigurationService update
  • Fixed build of Ubi8-based Docker image
  • Fixed potential issues if the obsolete modified.interface.names property is persisted in the snapshot
  • Fixed regression causing NPE in case of messages published with null payload

Target Environments:

  • Kura is released as pre-compiled binary installers for the following platforms:
    • Raspberry Pi 2/3/4 based on Raspberry Pi OS (32 bits)
    • Raspberry Pi 3/4 based on Ubuntu 20.04 (64 bits)
    • Intel Up Squared board running Ubuntu 20.04
    • Nvidia Jetson Nano board running Ubuntu 18
  • Kura is also available as a pre-built Docker container for Ubi 8 and Alpine

Breaking Changes:

  • Eclipse Kura 5.2.1 does not introduce API breakage with Eclipse Kura 5.2.0.

Bug Fixes:

  • 7311fd9 - [core.data.store] allow storing null payloads [backport release-5.2.0] (#4248) (github-actions[bot])
  • 810536f - Filter out modified.interface.names property [backport release-5.2.0] (#4244) (github-actions[bot])
  • b2eca9d - network configuration not updating on Jetson Nano [backport release-5.2.0] (#4243) (github-actions[bot])
  • e801026 - Prevent discarding of NetworkConfigurationService properties [backport release-5.2.0] (#4231) (github-actions[bot])
  • 9dc28dd - failing Ubi8-based Docker image build on maintenance branch (#4209) (Mattia Dal Ben)
  • 6cc5998 - [core] Resolved database memory leak [backport release-5.2.0] (#4205) (github-actions[bot])

Known Issues:

  • The nvidia-jetson-nano doesn't support the Unprivileged Command Service (see #3598)
  • isc-dhcp-server fails upon first Kura installation on Raspberry Pi Bullseye. This is due to how the isc-dhcp-server installer package is
    built and run immediately after installation.
  • An update to the sslmanagerservice where the pid of the keystoreservice is updated can lead to an error in the following reconnection.
    The issue impact is limited, if the dataservice reconnect option is enabled.
  • The implementation of the CryptoService performs encryption using a
    password that is hardcoded and published.
  • Modem: Ublox Lisa U201 may not be able to establish PPP connection when CHAP/PAP authentication is required.
  • WiFi on Raspberry Pi 2 has only been tested with WiPi WiFi Dongle (Realink RT5370 chipset) and official Pi USB WiFi Dongle (Broadcom BCM43143 chipset).
    AccessPoint WiFi mode not working for Broadcom chipset.
  • Hardware watchdog: not implemented on all platforms
  • Only one WAN interface is currently supported. A warning in displayed
    in the WEB UI if the user attempts to enable more than one WAN interface
  • #4133: Intermittent error parsing Kura log timestamp
  • #4126: GPS fix never lost on serial provider
  • #3913: Potential incorrect keystore password after rollback to snapshot0
  • #3796: Server manager does not close properly
  • #3211: Kura Docker | Bluetooth error in log during starting service
  • #3005: Kura Gets Stuck in Loading View if Services Clicked Too Fast
  • #2843: Access Banner Content All in One Line
  • #2747: No Spacing Between "Wire Components" and Error in Wire Graph
  • #2728: WireGraph Component Description Windows Too Wide
  • #2725: Different Pop-up Windows for Warnings
  • #2702: Error Message For Long Item Names Not Displayed Properly
  • #2696: Component Name Inteferes With Wire Graph Border
  • #2695: Component Names in Wires Not Limited
  • #2410: Deployment handler and URLs with many query parameters
  • #2038: [Kura 3.2.0 QA] Package uninstallation log
  • #1993: Search Domains Are Not Supported
  • #1663: Authentication Issue with Deploy V2
  • #1572: serial modbus has errors on some hardware
  • #1529: OSGI console is not redirected to Eclipse IDE with Kura 3.0
  • #1201: Wifi password incorrectly read from snapshot in Access Point mode
  • #1161: Incorrectly configuring a component can be irreversable.
  • #1128: [Kura 3.0.0 M1 QA] Unable to delete manually added CamelFactory services
  • #1016: ConfigurationServiceImpl creates duplicate instances
  • #797: Design of ServiceUtil is broken
  • #771: Web UI fails with INTERNAL_ERROR when WireHelperService is not registered
  • #654: Clean up static initialization around "modem" functionality
  • #645: Clean up internal dependencies in Kura
  • #522: [Net] Modem monitor should monitor interfaces, not modems
  • #486: Build environment broken on Windows
  • #406: Replace System.get* with calls to SystemService.getProperties
  • #348: WpaSupplicantConfigReader.getWifiClientConfig() should support cases where key_mgmt scheme is not set
  • #329: [DEPLOY-V2] Review/refactoring needed
  • #297: [Status led] What connection instance controls the status led?
  • #253: Check if bundle contexes correctly unget services after invoking getService
  • #222: CloudConnectionStatusServiceImpl does not cancel workers on component deactivation

Changelog:

  • bc34926 - ci: Release Notes automation information improvements [backport release-5.2.0] (#4281) (github-actions[bot])
  • 2c1aba9 - docs(core): Added warning about the database file path to H2DbService metatype [backport release-5.2.0] (#4279) (github-actions[bot])
  • 518c281 - ci: bump amannn/action-semantic-pull-request to v5 [backport release-5.2.0] (#4268) (github-actions[bot])
  • 9dea3d4 - chore: updated Kura 5.2.1 release notes (#4249) (github-actions[bot])
  • 7311fd9 - fix(core.data.store): allow storing null payloads [backport release-5.2.0] (#4248) (github-actions[bot])
  • 823ff21 - chore: updated Kura 5.2.1 release notes (#4245) (github-actions[bot])
  • 810536f - fix: Filter out modified.interface.names property [backport release-5.2.0] (#4244) (github-actions[bot])
  • b2eca9d - fix: network configuration not updating on Jetson Nano [backport release-5.2.0] (#4243) (github-actions[bot])
  • 24bfa18 - chore: Updated release notes (MMaiero)
  • 79c09ef - chore: Fixed missing uptick (#4235) (nicolatimeus)
  • 6542f9b - chore: add Kura 5.2.1 release notes (#4233) (github-actions[bot])
  • e801026 - fix: Prevent discarding of NetworkConfigurationService properties [backport release-5.2.0] (#4231) (github-actions[bot])
  • 42efab2 - chore: automated uptick to 5.2.1 (#4226) (github-actions[bot])
  • 9dc28dd - fix: failing Ubi8-based Docker image build on maintenance branch (#4209) (Mattia Dal Ben)
  • 6cc5998 - fix(core): Resolved database memory leak [backport release-5.2.0] (#4205) (github-actions[bot])
  • fc330e8 - chore: automated uptick to 5.2.1-SNAPSHOT (#4159) (github-actions[bot])