Skip to content

Commit

Permalink
chore: add Kura 5.2.2 release notes (#4631)
Browse files Browse the repository at this point in the history
* chore: add Kura 5.2.2 release notes

* chore: completed release notes

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

---------

Signed-off-by: MMaiero <matteo.maiero@eurotech.com>
Co-authored-by: MMaiero <MMaiero@users.noreply.github.com>
Co-authored-by: MMaiero <matteo.maiero@eurotech.com>
  • Loading branch information
3 people committed May 4, 2023
1 parent 04fd78c commit d4151f6
Showing 1 changed file with 17 additions and 29 deletions.
46 changes: 17 additions & 29 deletions kura/distrib/RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Eclipse Kura - 5.2.1 - November 2022
Eclipse Kura - 5.2.2 - May 2023
-------------------------------------------------------------------------------------------------
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
- 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


Target Environments:
* Kura is released as pre-compiled binary installers for the following platforms:
Expand All @@ -17,15 +17,13 @@ Target Environments:
* 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.
* Eclipse Kura 5.2.2 does not introduce API breakage with Eclipse Kura 5.2.x.

Bug Fixes:
* 7311fd9e09 - [core.data.store] allow storing null payloads [backport release-5.2.0] (#4248) (github-actions[bot])
* 810536f5ef - Filter out modified.interface.names property [backport release-5.2.0] (#4244) (github-actions[bot])
* b2eca9d01a - network configuration not updating on Jetson Nano [backport release-5.2.0] (#4243) (github-actions[bot])
* e801026468 - Prevent discarding of NetworkConfigurationService properties [backport release-5.2.0] (#4231) (github-actions[bot])
* 9dc28dd39b - failing Ubi8-based Docker image build on maintenance branch (#4209) (Mattia Dal Ben)
* 6cc5998e7f - [core] Resolved database memory leak [backport release-5.2.0] (#4205) (github-actions[bot])
* 0a4bcfe6e9 - Wires load time [Backport] (#4626) (Matteo Maiero)
* 1abe40ddc6 - [monitor.dns-server] added check for interface as LAN before starting DNS server [Backport] (#4627) (Matteo Maiero)
* b360f14801 - Ordering of channels when numbers are bigger than int [backport release-5.2.0] (#4625) (github-actions[bot])
* 04f8811c16 - 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)
Expand Down Expand Up @@ -78,19 +76,9 @@ Known Issues:
* #222: CloudConnectionStatusServiceImpl does not cancel workers on component deactivation

Changelog:
* bc34926a95 - ci: Release Notes automation information improvements [backport release-5.2.0] (#4281) (github-actions[bot])
* 2c1aba99d8 - docs(core): Added warning about the database file path to H2DbService metatype [backport release-5.2.0] (#4279) (github-actions[bot])
* 518c281260 - ci: bump amannn/action-semantic-pull-request to v5 [backport release-5.2.0] (#4268) (github-actions[bot])
* 9dea3d40dc - chore: updated Kura 5.2.1 release notes (#4249) (github-actions[bot])
* 7311fd9e09 - fix(core.data.store): allow storing null payloads [backport release-5.2.0] (#4248) (github-actions[bot])
* 823ff21813 - chore: updated Kura 5.2.1 release notes (#4245) (github-actions[bot])
* 810536f5ef - fix: Filter out modified.interface.names property [backport release-5.2.0] (#4244) (github-actions[bot])
* b2eca9d01a - fix: network configuration not updating on Jetson Nano [backport release-5.2.0] (#4243) (github-actions[bot])
* 24bfa1814e - chore: Updated release notes (MMaiero)
* 79c09ef64f - chore: Fixed missing uptick (#4235) (nicolatimeus)
* 6542f9b024 - chore: add Kura 5.2.1 release notes (#4233) (github-actions[bot])
* e801026468 - fix: Prevent discarding of NetworkConfigurationService properties [backport release-5.2.0] (#4231) (github-actions[bot])
* 42efab2ad6 - chore: automated uptick to 5.2.1 (#4226) (github-actions[bot])
* 9dc28dd39b - fix: failing Ubi8-based Docker image build on maintenance branch (#4209) (Mattia Dal Ben)
* 6cc5998e7f - fix(core): Resolved database memory leak [backport release-5.2.0] (#4205) (github-actions[bot])
* fc330e878a - chore: automated uptick to 5.2.1-SNAPSHOT (#4159) (github-actions[bot])
* 04fd78c4ac - chore: automated uptick to 5.2.2 (#4628) (github-actions[bot])
* 0a4bcfe6e9 - fix: Wires load time [Backport] (#4626) (Matteo Maiero)
* 1abe40ddc6 - fix(monitor.dns-server): added check for interface as LAN before starting DNS server [Backport] (#4627) (Matteo Maiero)
* b360f14801 - fix: Ordering of channels when numbers are bigger than int [backport release-5.2.0] (#4625) (github-actions[bot])
* 04f8811c16 - fix: ppp pdp context number [backport release-5.2.0] (#4337) (Matteo Maiero)
* e0b9cc61ab - chore: automated uptick to 5.2.2-SNAPSHOT (#4284) (github-actions[bot])

0 comments on commit d4151f6

Please sign in to comment.