From bc2ae9b0006a6462dbb9ff71a0e58b24ffbd18ef Mon Sep 17 00:00:00 2001 From: eclipse-kura-bot <77626377+eclipse-kura-bot@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:06:48 +0100 Subject: [PATCH] chore: add Kura 5.6.0 release notes (#5520) * chore: add Kura 5.6.0 release notes * chore: add Gnss Type known issue --------- Co-authored-by: mattdibi Co-authored-by: Mattia Dal Ben --- kura/distrib/RELEASE_NOTES.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kura/distrib/RELEASE_NOTES.txt b/kura/distrib/RELEASE_NOTES.txt index 0fc573366e..c995af31f3 100644 --- a/kura/distrib/RELEASE_NOTES.txt +++ b/kura/distrib/RELEASE_NOTES.txt @@ -10,6 +10,7 @@ The release contains a number of bug fixes and general feature improvements. Features: + * e908f7c714 - modemManager based position provider [backport release-5.6.0] (#5512) (eclipse-kura-bot) * f43a382899 - Add default log manager property [backport release-5.6.0] (#5507) (eclipse-kura-bot) * 132eded3ae - [web-ui] Added a column filter to channels table in the asset configuration [backport release-5.6.0] (#5501) (eclipse-kura-bot) * 170689592f - Added support for emitting connection errors in WireAsset [backport release-5.6.0] (#5494) (eclipse-kura-bot) @@ -44,6 +45,8 @@ Target Environments: Kura is also available as a pre-built Docker container for Ubi 8 and Alpine Bug Fixes: + * e2bba23190 - Linux.Pid equals override [backport release-5.6.0] (#5514) (eclipse-kura-bot) + * 47adbf1686 - Prevent publishing birth on shutdown [backport release-5.6.0] (#5513) (Matteo Maiero) * 6b3d84edc3 - Java 11+ PKCS11 provider setup [backport release-5.6.0] (#5497) (eclipse-kura-bot) * 5a9bb1d43e - [nm] AP scan not reports correct Wifi Security [backport release-5.6.0] (#5505) (eclipse-kura-bot) * 4b0fdc8a7e - Improvement on Raw cloud connection [backport release-5.6.0] (#5503) (eclipse-kura-bot) @@ -56,7 +59,6 @@ Bug Fixes: * 6ca13b211c - Disable systemd-resolved stub mode on systemd versions less than 248 [backport release-5.6.0] (#5369) (github-actions[bot]) * b3dff8ffdb - Connection Scheduler metatype improvement. [backport release-5.6.0] (#5365) (github-actions[bot]) - Target Platform Updates: * f768acc086 - updated jetty version to 9.4.55.v20240627 [backport release-5.6.0] (#5502) (eclipse-kura-bot) * a4940f21fe - Reduce number of job history to 5 [backport release-5.6.0] (#5465) (eclipse-kura-bot) @@ -65,6 +67,7 @@ Target Platform Updates: Known Issues: * During a wifi scan, some access points with the WPA/WPA2 wifi security are recognized as WPA. * On devices with Ubuntu 20.04, the DHCP server provided by isc-dhcp-server may not assign an IP address to the clients. Use dnsmasq instead. + * Different GNSS Type retrieved from different Position Providers (see #5409 for details) * Snapshot rollback operation may fail processing factory component configurations. * The firewall rule applied by the network threat manager that block uncommon TCP MSS values is not applied in the Nvidia Jetson Nano. * When the IPv6 network threat manager is disabled, the filtering on TCP fragments is disabled only after a reboot. @@ -122,6 +125,10 @@ Known Issues: * #222: CloudConnectionStatusServiceImpl does not cancel workers on component deactivation Changelog: + * 444a8691e5 - chore: add Kura 5.6.0 release notes (#5510) (eclipse-kura-bot) + * e2bba23190 - fix: Linux.Pid equals override [backport release-5.6.0] (#5514) (eclipse-kura-bot) + * 47adbf1686 - fix: Prevent publishing birth on shutdown [backport release-5.6.0] (#5513) (Matteo Maiero) + * e908f7c714 - feat: modemManager based position provider [backport release-5.6.0] (#5512) (eclipse-kura-bot) * 9ac62728fa - chore: automated uptick to 5.6.0 (#5508) (eclipse-kura-bot) * f43a382899 - feat: Add default log manager property [backport release-5.6.0] (#5507) (eclipse-kura-bot) * 132eded3ae - feat(web-ui): Added a column filter to channels table in the asset configuration [backport release-5.6.0] (#5501) (eclipse-kura-bot) @@ -166,5 +173,3 @@ Changelog: * 766a3328e2 - feat(nm): Modem APN as an optional parameter [backport release-5.6.0] (#5353) (github-actions[bot]) * 8d11fda564 - chore: automated uptick to 5.6.0-SNAPSHOT (#5349) (github-actions[bot]) * 963255b4c4 - chore: automated uptick to 5.5.1-SNAPSHOT (#5314) (github-actions[bot]) - -