Skip to content

Commit

Permalink
chore: Release notes for Kura 4.1.4 (#4215)
Browse files Browse the repository at this point in the history
* chore: Release notes for Kura 4.1.4

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>

* chore: Updated release notes

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>

* chore: Updated release notes

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
  • Loading branch information
MMaiero committed Nov 4, 2022
1 parent c270630 commit 8a65ca5
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions kura/distrib/RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,79 @@
Eclipse Kura - 4.1.4 - November 2022
-------------------------------------------------------------------------
Description:
Eclipse Kura 4.1.4 is a service release to address an issue with the SSL Service startup code that forces an unneeded keystore rewrite
that could cause keystore corruption if the boot process is interrupted.


Changes:
* fix:(core.ssl): prevent SSLManager to updated keystore password if password did not change (#4192)


Compatibility:
* Eclipse Kura v4.1.4 does not introduce API breakage with previous releases.


Target Environments:
* Kura is released as pre-compiled binary installers for the following platforms:
* Raspberry Pi 2/3 based on Raspberry Pi OS Buster (32 bits)
* Intel Up Squared board running Ubuntu 18
* Intel Up Squared board running Centos 7 (Experimental)
* Rock960 ARM_64 running Ubuntu 16 (NN version only)
* Kura is also available as a pre-built Docker container


Bug Fixes :
* Changelog:
* 5f0ac7c66d - chore: Updated release notes (MMaiero)
* 12ed330615 - chore: Release notes for Kura 4.1.4 (MMaiero)
* c270630f59 - chore: automated uptick to 4.1.4 (#4217) (github-actions[bot])
* 1d9fc50ae9 - fix: Updated versions (#4216) (Matteo Maiero)
* fd5661f05a - chore: Aligned github actions to develop (MMaiero)
* 0cf89d16dc - fix:(core.ssl): prevent SSLManager to updated keystore password if password did not change (#4192) (Marcello Rinaldo Martina)
* 0b5aad5b20 - Maintenance branch uptick to 4.1.4-SNAPSHOT (#3758) (nicolatimeus)


Know Issues :
* 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.
* BLE also tested on the Raspberry Pi B with a Broadcom BCM20702 USB dongle and the TI SensorTag. The kernel version was
"Linux raspberrypi 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 21 18:07:59 BST 2015 armv7l GNU/Linux".
Note that on the kernel "Linux version 4.1.7-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease)
(crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #817 SMP PREEMPT Sat Sep 19 15:32:00 BST 2015" has a bug on
gatttool and the BLE connection will encounter a failure.
* 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
* #2414: Rock 960: cannot get client id
* #2038: [Kura 3.2.0 QA] Package uninstallation log
* #2013: Unsaved changes dialog triggers incorrectly
* #1993: Search Domains Are Not Supported
* #1932: SystemAdminService.getUptime() returns SystemAdminService#UNKNOWN on MacOS when locale is not English
* #1663: Authentication Issue with Deploy V2
* #1572: serial modbus has errors on some hardware
* #1533: MqttDataTransport client-id illegal character
* #1529: OSGI console is not redirected to Eclipse IDE with Kura 3.0
* #1201: Wifi password incorrectly read from snapshot in Access Point mode
* #1195: [Net] Firewall IP Forwarding rules entered in the Web UI lost on reboot
* #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

Eclipse Kura - 4.1.3 - December 2021
-------------------------------------------------------------------------
Description:
Expand Down

0 comments on commit 8a65ca5

Please sign in to comment.