Skip to content

Eclipse Kura 5.2.2

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

Eclipse Kura - 5.2.2 - May 2023


Description:

This service release of Eclipse Kura includes the following changes:

  • Fixed Wires load time by reducing requests to the bundle context
  • Fixed DNS servers lifecycle when interface disabled
  • Fixed Asset channel ordering with channel names that contain indexes bigger than the int size
  • Fixed PPP PDP context number management
  • Fixed DNS monitor behavior and DNS interaction with dhclient

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.2 does not introduce API breakage with Eclipse Kura 5.2.x.

Bug Fixes:

  • 4f66bbc - [net.admin] added dhclient hook files (#4645) (Pierantonio Merlino)
  • 39d8fee - [net.admin] dns monitor fixes (#4636) (Pierantonio Merlino)
  • 0a4bcfe - Wires load time [Backport] (#4626) (Matteo Maiero)
  • 1abe40d - [monitor.dns-server] added check for interface as LAN before starting DNS server [Backport] (#4627) (Matteo Maiero)
  • b360f14 - Ordering of channels when numbers are bigger than int [backport release-5.2.0] (#4625) (github-actions[bot])
  • 04f8811 - ppp pdp context number [backport release-5.2.0] (#4337) (Matteo Maiero)

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:

  • 4f66bbc - fix(net.admin): added dhclient hook files (#4645) (Pierantonio Merlino)
  • 39d8fee - fix(net.admin): dns monitor fixes (#4636) (Pierantonio Merlino)
  • d4151f6 - chore: add Kura 5.2.2 release notes (#4631) (github-actions[bot])
  • 04fd78c - chore: automated uptick to 5.2.2 (#4628) (github-actions[bot])
  • 0a4bcfe - fix: Wires load time [Backport] (#4626) (Matteo Maiero)
  • 1abe40d - fix(monitor.dns-server): added check for interface as LAN before starting DNS server [Backport] (#4627) (Matteo Maiero)
  • b360f14 - fix: Ordering of channels when numbers are bigger than int [backport release-5.2.0] (#4625) (github-actions[bot])
  • 04f8811 - fix: ppp pdp context number [backport release-5.2.0] (#4337) (Matteo Maiero)
  • e0b9cc6 - chore: automated uptick to 5.2.2-SNAPSHOT (#4284) (github-actions[bot])