From c1c45f6b8f103d3bfe9452fa54a2eaa2da0c2eeb Mon Sep 17 00:00:00 2001 From: Andy Lake Date: Tue, 12 Dec 2023 11:02:47 -0500 Subject: [PATCH] adding 5.0.7 release notes --- _releasenotes/2023-12-12-5.0.7.md | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 _releasenotes/2023-12-12-5.0.7.md diff --git a/_releasenotes/2023-12-12-5.0.7.md b/_releasenotes/2023-12-12-5.0.7.md new file mode 100644 index 0000000..71c6579 --- /dev/null +++ b/_releasenotes/2023-12-12-5.0.7.md @@ -0,0 +1,48 @@ +--- +version: 5.0.7 +title: "perfSONAR 5.0.7 Release Notes" +supported: true +--- + +Released {{ page.date | date: "%B %-d, %Y"}} + + +Bug Fixes and Changes +---------------------------- + +### Archive + +- Added automatic restart attempts to both Opensearch and Logstash in systemd unit files. + +### Lookup Service Registration Daemon + +- Fixed issue in Debian/Ubuntu where lsregistrationdaemon.conf file would be moved on update if it had any changes from the default file. If you run into this issue perform the following: +``` +cp /etc/perfsonar/lsregistrationdaemon.conf.dpkg-bak /etc/perfsonar/lsregistrationdaemon.conf +systemctl restart perfsonar-lsregistrationdaemon +``` + + +### MaDDash + +- The PID file is now managed by systemd. This fixes issue where the maddash-server service would go into a failed state on update. + +### pScheduler + +- Updated systemd unit files to more reliably restart pscheduler services when postgresql restarts. This solves an issue where test would all enter "Missed" state when postgresql was restarted. + +### Toolkit + +- Removed dependency on nscd and replaced with systemd-resolved for local DNS caching. This solves issue where IPv6 tests would fail because nscd would return bad results when performing IPv6 lookups. + + +Raw changes +----------- + +Updated components: + +- [archive](https://github.com/perfsonar/archive/compare/v5.0.6...v5.0.7) +- [ls-registration-daemon](https://github.com/perfsonar/ls-registration-daemon/compare/v5.0.6...v5.0.7) +- [maddash](https://github.com/perfsonar/maddash/compare/v5.0.6...v5.0.7) +- [pscheduler](https://github.com/perfsonar/pscheduler/compare/v5.0.6...v5.0.7) +- [toolkit](https://github.com/perfsonar/toolkit/compare/v5.0.6...v5.0.7)