Eclipse Kura 5.1.0
MMaiero
released this
03 Dec 16:58
·
877 commits
to develop
since this release
Eclipse Kura - 5.1.0 - March 2022
Description:
This minor release of Eclipse Kura, compatible with Java 8 and OSGi R7, introduces new framework features
like gpsd support, EDGE AI, Linux Containers management from Kura,
device log management and reporting from the Local framework UI.
It also introduces two new gateway profiles for Intel Up 2 and Raspberry Pi based on Ubuntu 20.04 64 bits.
The EDGE AI features can be natively leveraged on a new profile Ubuntu 18 based for the NVIDIA Jetson Nano.
Features:
- Position service gpsd support
- Docker container with Ubi8
- Docker Container Management API, with containers as Kura configurable components and INVENTORY-V1 integration
- EDGE AI APIs and NVIDIA Triton reference implementation and corresponding wire component.
- Log Management APIs and implementation with Web UI integration
- Network configuration snapshot-only based
- H2DB database update to 2.1.210 and required data service adaptations
- CONF-V2 and WIRE-V1 new REST APIs and Request Handlers
- Configurable PPP logging policy in kura.properties file
- Added the jax-rs provider multipart dependency
- Support for snapshot in JSON format
- Asset update to support scale, offset and unit in numeric channels
- Web Ui and user admin implementation update to support forced password change on first login
- Wi-Fi 5Ghz refactoring and enhancements
- Wi-Fi regulatory domain checks and rules
- New platforms support with Intel Up 2 with Ubuntu 20, Raspberry Pi Ubuntu 20 and NVIDIA Jetson Nano
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 v5.1 does not introduce API breakage with previous releases.
- The H2DB package has been updated from 1.4.199 to 2.1.210 in response to CVEs that affected the
dependency. The new package introduces breaking changes (documented in #3728),
both in database persistence format and behaviour, that will make existing persisted databases not usable with the
latest version. Manual migration is required as the H2db project does not provide an automated upgrade solution. - In order to better comply with Wi-Fi regulations on frequency usage, you must now configure the regulatory domain
and radio mode before accessing Wi-Fi hotspots that use regulated channels. - Configuring the PPP interface number for a cellular interface is no longer supported, the PPP interface number is now assigned automatically.
- The properties that describe the configuration of a cellular interface are now identified by the modem USB port and not by the PPP interface number.
Deprecated APIs:
- org.eclipse.kura.position.PositionService (partial)
- org.eclipse.kura.net.NetworkService (partial)
- org.eclipse.kura.net.wifi.WifiConfig (partial)
Target Platform Updates
- com.h2database.h2=2.1.210
- com.google.protobuf=3.19.3
- log4j=2.17.1
- com.eclipsesource.jaxrs.provider.multipart=2.2.0.201602281253
- org.apache.commons.commons-net=3.8.0
- org.apache.commons.commons-io=2.11.0
- com.eurotech.gpsd4java=1.0.0
- org.eclipse.jetty.continuation=9.4.44.v20210927
- org.eclipse.jetty.http=9.4.44.v20210927
- org.eclipse.jetty.io=9.4.44.v20210927
- org.eclipse.jetty.security=9.4.44.v20210927
- org.eclipse.jetty.server=9.4.44.v20210927
- org.eclipse.jetty.servlet=9.4.44.v20210927
- org.eclipse.jetty.util=9.4.44.v20210927
- org.eclipse.jetty.util.ajax=9.4.44.v20210927
Known Issues :
- The nvidia-jetson-nano doesn't support the Unprivileged Command Service (see #3598)
- 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 - #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:
- 3148a7f - Merge pull request #3923 from eclipse/backport-3916-to-release-5.1.0 (nicolatimeus)
- 63554ab - Fix Kura log rotation (#3916) (Mattia Dal Ben)
- daa1d47 - Added container orchestration bundles to dev-env (#3919) (#3922) (github-actions[bot])
- dbd8a07 - Disabled systemd-hostnamed (#3917) (#3921) (github-actions[bot])
- 3d42a14 - Removed dhcp confinguration tmp file once consumed (#3918) (#3920) (github-actions[bot])
- 8491a9c - Changed TensorListAdapter.fromTensorList (#3911) (#3915) (github-actions[bot])
- a0c8975 - Added support for container registry auth (#3908) (#3912) (github-actions[bot])
- 162ce87 - Fixed identity permission table max size (#3909) (#3910) (github-actions[bot])
- 12d5a2c - Force ipv4 in gpsd.socket on Jetson Nano (#3901) (#3905) (github-actions[bot])
- ab17ef3 - Fixed typo. (#3904) (#3906) (github-actions[bot])
- def153e - Added gcompat dependency (#3900) (#3903) (github-actions[bot])
- a0c8975 - Added support for container registry auth (#3908) (#3912) (github-actions[bot])
- 162ce87 - Fixed identity permission table max size (#3909) (#3910) (github-actions[bot])
- 12d5a2c - Force ipv4 in gpsd.socket on Jetson Nano (#3901) (#3905) (github-actions[bot])
- ab17ef3 - Fixed typo. (#3904) (#3906) (github-actions[bot])
- def153e - Added gcompat dependency (#3900) (#3903) (github-actions[bot])
- 4eb1e01 - Merge pull request #3897 from nicolatimeus/backport-3896-to-release-5.1.0 (nicolatimeus)
- c3ba2cd - Merge pull request #3898 from nicolatimeus/backport-3895-to-release-5.1.0 (nicolatimeus)
- 274a2b6 - initial commit of all logger driver code (Gregory Ivo)
- bcd5706 - Improved image pull logging (Maiero)
- 270fbd5 - Fixed netWifiChannelMissingError message (#3892) (#3894) (github-actions[bot])
- b096644 - Add container start retry (#3869) (#3893) (github-actions[bot])
- 946b526 - Remove the recover config script (#3843) (#3891) (github-actions[bot])
- 4f948cb - H2DB store wire component checks on user input (#3855) (#3890) (github-actions[bot])
- ee3ef3f - Unlock radio mode and channel selection in WiFi station mode (#3859) (#3889) (github-actions[bot])
- 8a65b6b - Removed leftover rock960 references (#3877) (#3878) (Matteo Maiero)
- 702fb8f - Removed /etc/network/interfaces.tmp after it has been consumed (#3872) (#3887) (github-actions[bot])
- 3e96417 - Improved disable of NTP server request for DHCP client (#3880) (#3888) (Mattia Dal Ben)
- 4e11281 - [Backport release-5.1.0] Added workaround for GPSD not reporting fix lost (#3875) (nicolatimeus)
- 2ae4116 - Merge pull request #3885 from nicolatimeus/backport-3884-to-release-5.1.0 (nicolatimeus)
- 4a60ebf - Merge pull request #3883 from eclipse/backport-3876-to-release-5.1.0 (nicolatimeus)
- 58d95e2 - Merge pull request #3881 from eclipse/backport-3874-to-release-5.1.0 (nicolatimeus)
- bd6b973 - Changed Kura files permissions (Merlino)
- 2b67e4a - Fix error dhcp-lease-list (#3876) (Marcello Rinaldo Martina)
- 298e4d1 - Added missing since annotation to dhcp lease (#3874) (Matteo Maiero)
- 66ad8f4 - Preventing systemd-tmpfiles cleanup (#3867) (#3873) (github-actions[bot])
- 37e1b21 - Merge pull request #3871 from eclipse/backport-3862-to-release-5.1.0 (nicolatimeus)
- 0f8b82f - Fixed forgotten comma in Jetson Nano control file (#3862) (Mattia Dal Ben)
- 7a0ae23 - DHCP server lease database fix on Jetson Nano (#3857) (#3864) (github-actions[bot])
- 3e6d920 - Merge pull request #3863 from eclipse/backport-3847-to-release-5.1.0 (nicolatimeus)
- bda78a5 - Kura installers alignment for Ubuntu profiles (#3850) (#3860) (github-actions[bot])
- 1b31484 - Fixed Invalid returned GPS Position and event firing missing. (#3847) (Salvatore Coppola)
- 34d7ce8 - [Backport release-5.1.0] Minor changes to fix spelling in docker logs (#3848) (github-actions[bot])
- 813f275 - Updated ssl keystore adding certificate for Eclipse marketplace (#3854) (#3856) (github-actions[bot])
- 08f1b69 - Fixed port forward behaviour with single source port (#3841) (#3851) (github-actions[bot])
- 093eca1 - Update release notes for Kura 5.1.0 (#3853) (Mattia Dal Ben)
- 433102b - Modified firewall rules specifying ports for port 22 (#3844) (#3849) (github-actions[bot])
- 879d918 - Prepare 5.1.0 release branch (#3842) (nicolatimeus)
- 380463b - Fixed core test imports (#3838) (Matteo Maiero)
- 838ba7e - Minor adjustment to build.properties (#3833) (nicolatimeus)
- fb4b330 - First implementation of Triton inference engine (#3810) (Pierantonio Merlino)
- 61f3631 - web2 code contribution for container orchestration (#3821) (G_Ivo)
- 849c56a - inventory code contribution for container orchestration (#3822) (G_Ivo)
- 666211b - Kura container management (Container Provider - Factory) [depends on PR 1] #2 (#3795) (G_Ivo)
- a0da2eb - Disabled time synch services after Kura installation (#3831) (Mattia Dal Ben)
- 7f241a9 - Unify emulator launch (#3825) (Matteo Maiero)
- eef4cb4 - Disable net management services on Jetson Nano during Kura installation (#3828) (Mattia Dal Ben)
- 2b3feb1 - Modem related fixes (#3811) (nicolatimeus)
- 8ef4228 - Added AI Wire Component to featuresas DP, added as default to nvidia-jetson-nano build (#3819) (Marcello Rinaldo Martina)
- 7f99b30 - AI Wire Component unit test (#3814) (Mattia Dal Ben)
- 4d4c50c - Allow suppressing the start of the bluetooth daemon (#3623) (Jens Reimann)
- 7eaf44a - Applied quick fix to jdk.dio to fix Sensehat driver issue (#3813) (nicolatimeus)
- ed4a766 - Should support disabling/removal of value notifications callbacks. (#3804) (Martin Zachrison)
- c70d514 - AI Wire Component (#3812) (Marcello Rinaldo Martina)
- 5215116 - Attempt to remove jakarta.annotation-api (#3809) (nicolatimeus)
- 844cca6 - fix #3444 #3308 #3733 (#3775) (heyoulin)
- 8f4923f - Simplified edge ai APIs (#3807) (Pierantonio Merlino)
- fb0953f - Updated Web Console metatype description for the entry point (#3806) (Matteo Maiero)
- 0ac1a4f - Fix intermittent wifi scan failures. (#3799) (Salvatore Coppola)
- 7e8975a - Added support for larger numeric node ids in OPCUA driver (#3803) (nicolatimeus)
- dc8ca5b - Kura Container management (API - container.orchestrator) #1 (#3794) (G_Ivo)
- 722c442 - Edge AI server APIs (#3786) (Pierantonio Merlino)
- 673667a - Channel selection is editable also in station mode (#3800) (Matteo Maiero)
- 70a7abd - Updated commons-net/io dependency (#3779) (Matteo Maiero)
- 91355d3 - Permissions table now is sorted and sortable. (#3792) (Salvatore Coppola)
- 51d2285 - Divided payload column into small and large (#3773) (Marcello Rinaldo Martina)
- 356a6e8 - Reviewed ubuntu nn snapshot. (#3798) (Matteo Maiero)
- c76e362 - Fixed failure in displaying Asset channel configuration with a CHAR property (#3797) (Matteo Maiero)
- 7042cd7 - Merge pull request #3785 from salvatore-coppola/fix-deadlock-first-start (nicolatimeus)
- e22c05a - Removed audit. (#3791) (Matteo Maiero)
- 1d970a6 - configurationService#updateConfiguration is removed from synchronized block. (Salvatore Coppola)
- ef42d35 - Removed non-existent profile speedup. (#3787) (Salvatore Coppola)
- a6acc1d - Changed default Position in case of no data. (#3783) (Salvatore Coppola)
- 72bc81b - Dhcp Lease List Added (#3756) (ftoure67)
- d98e2d7 - Added @SInCE annotation. (#3782) (Salvatore Coppola)
- 5c2091d - Docker images clean up (#3778) (Salvatore Coppola)
- c58d244 - Added Support for Gpsd (#3740) (Salvatore Coppola)
- e529a28 - Feature wire metadata (#3771) (nicolatimeus)
- aad95f9 - Fix networking defaults (#3764) (Matteo Maiero)
- 6485eb2 - Added validation to DHCP/NAT tab (#3769) (Pierantonio Merlino)
- a994519 - Fix special characters in Wi-Fi SSID (#3768) (Salvatore Coppola)
- a600da7 - Allowed to submit password change modal with enter key (#3777) (nicolatimeus)
- cac67ed - Fixed request handler cardinality (#3770) (Matteo Maiero)
- 35e354e - Added support for password change on login (#3760) (nicolatimeus)
- 8278c79 - First implementation of WIRE-V1 (#3747) (nicolatimeus)
- 607004e - Network configuration clean up (#3749) (Pierantonio Merlino)
- 4df89ae - Update h2db to 2.1.210 (#3728) (Marcello Rinaldo Martina)
- 2b9c4a8 - Merge pull request #3745 from marcellorinaldo/add-cog-during-log-download (nicolatimeus)
- bd9a1a0 - Updated protobuf Java to 3.19.3 (#3753) (Matteo Maiero)
- 3cc2d0b - Updated Jetty web server to 9.4.44 (#3750) (Matteo Maiero)
- 0936b52 - Upgraded log4j2 to version 2.17.1 (#3746) (Salvatore Coppola)
- 05758b8 - Added a nonce to the download cookie to differentiate different users requests (Marcello Martina)
- 3d70ce2 - Added waiting modal when downloading logs using cookies (Marcello Martina)
- 67c28bc - Improved Network classes cleanliness (#3741) (Pierantonio Merlino)
- 7f9764d - Adding property to disable ppp logging (#3744) (Matteo Maiero)
- 10c68a1 - Minor README docs improvements (#3742) (Mattia Dal Ben)
- 5e85f8c - Reviewed refresh logic in firewall tabs. (#3739) (Matteo Maiero)
- fc0208d - Added the jax-rs provider multipart dependency (#3736) (Matteo Maiero)
- fb9797c - Fix GATT characteristic name when parsing to match enum (#3734) (Andrej Krota)
- b8637f2 - First attempt to remove dependency on kuranet and net config files (#3676) (Pierantonio Merlino)
- 151cf18 - Fix deb dependencies during multiple profile building (#3711) (Salvatore Coppola)
- 8a8396a - Add log UI new window button (#3715) (Marcello Rinaldo Martina)
- 085a8fd - Merge pull request #3722 from eclipse/update-log4j-2.17.0 (nicolatimeus)
- f1fd2ad - Updated log4j to 2.17.0 (Maiero)
- f933fad - Updated log4j2 to 2.16.0 (#3713) (Matteo Maiero)
- b5e072b - Disable dhcpcd and isc-dhcp-server (#3706) (Salvatore Coppola)
- 2ffabeb - Allow different dns service name in systemd. (#3707) (Salvatore Coppola)
- 0c3e48f - Merge pull request #3708 from eclipse/update_log4j (nicolatimeus)
- 3688cf6 - Updating log4j version to 2.15.0. (Maiero)
- 6f074db - Add multiuser support for UI log view (#3703) (Marcello Rinaldo Martina)
- 20095c2 - Added UI support for JSON snapshot format (#3704) (nicolatimeus)
- 1d73945 - Upgrade raspbian profile to bulleyes 2 (#3705) (Salvatore Coppola)
- f2c5de5 - Added value unit support (#3699) (Matteo Maiero)
- b6806d2 - Attempt to time correctly isSync asserts (#3702) (Marcello Rinaldo Martina)
- 0fb21bf - Updated snapshot0 profiles to have default filesystem log providers (#3701) (Marcello Rinaldo Martina)
- c763ab5 - Add scale and offset to the Asset channels (#3694) (Matteo Maiero)
- 140398f - Added org.eclipse.kura.log.filesystem.provider bundle (#3686) (Marcello Rinaldo Martina)
- 16f1f8b - First implementation of CONF-V2 request handler and Rest APIs (#3698) (nicolatimeus)
- 7f0e199 - Jaxb-impl is started on boot. (#3692) (Matteo Maiero)
- 908ecad - Fixed missing since tag in WiFiInterface class (#3693) (Matteo Maiero)
- a1e71a0 - Updated readme and contributing files (#3688) (Salvatore Coppola)
- f18c0c9 - Now a task monitor is created if there is a disabled interface. (#3690) (Salvatore Coppola)
- 63e1b71 - Wifi 5ghz enhancement (#3661) (Salvatore Coppola)
- bdaef35 - First implementation of the UI log view feature (#3680) (Marcello Rinaldo Martina)
- b2a0430 - Added signature status in inventory results (#3681) (Matteo Maiero)
- d127f99 - Added LogProvider interface and renamed LogReaderListener (#3682) (Marcello Rinaldo Martina)
- fb0a1c0 - Added code to manage signature status (#3675) (Matteo Maiero)
- 3e2c52b - Added explicit reference to openjdk8 (#3677) (Matteo Maiero)
- 8ad9f20 - Fixed typo in kura_install.sh script (#3678) (Salvatore Coppola)
- 0d76e65 - Added explicit reference to openjdk8 in Kura Intel Up 2 Profile (#3679) (Salvatore Coppola)
- 69af673 - Raspberry 3 & 4 ubuntu20 profile fixes (#3667) (Salvatore Coppola)
- b15dec9 - Updated packages section description. (#3670) (Matteo Maiero)
- 48c825d - Intel up 2 - Ubuntu 20 - Removed netplan stopping (#3673) (Salvatore Coppola)
- dd735c6 - Disabled standard Ubuntu service that could interfere with the network management. (#3671) (Salvatore Coppola)
- 2493caf - Added error message on H2DbFilter unsupported type usage (#3672) (nicolatimeus)
- 372a4fc - Added new log APIs (#3665) (Marcello Rinaldo Martina)
- 0d86bda - Support for Ubuntu 20 on Raspberry Pi 3 & 4 (#3666) (Salvatore Coppola)
- fa3a4e6 - Fixed wrong version (#3659) (Matteo Maiero)
- ca623dc - Prepared versions for 5.1.0-SNAPSHOT (#3631) (Matteo Maiero)
- 9a33b9f - Fix wpa encoded password save (#3637) (Salvatore Coppola)
- 829adab - Replaced Intel Up2 Ubuntu 18 profile with Intel Up2 Ubuntu 20 (#3600) (Salvatore Coppola)
- 677c18c - Fixed logging bundles. (#3636) (Salvatore Coppola)
- dea048f - Add Nvidia Jetson Nano profiles (#3592) (Pierantonio Merlino)
- a067e07 - Encode WPA password in wpa_supplicant.conf files. (#3609) (Salvatore Coppola)
- 1ccc1e4 - Set default privileged command service in some profiles (#3603) (Pierantonio Merlino)
- 765be98 - [#3587]: Add missing files to installation (#3588) (Jens Reimann)
- 7e7c131 - Applied formatting to WifiAccessPointImplTest (#3597) (Matteo Maiero)