From 632a805dcafb37be8da75c0f14ab83eb5ad0c8ed Mon Sep 17 00:00:00 2001 From: Andy Lake Date: Tue, 10 Sep 2024 09:25:12 -0400 Subject: [PATCH] 5.1.3 release notes --- _releasenotes/2024-09-10-5.1.3.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _releasenotes/2024-09-10-5.1.3.md diff --git a/_releasenotes/2024-09-10-5.1.3.md b/_releasenotes/2024-09-10-5.1.3.md new file mode 100644 index 0000000..fd4de32 --- /dev/null +++ b/_releasenotes/2024-09-10-5.1.3.md @@ -0,0 +1,24 @@ +--- +version: 5.1.3 +title: "perfSONAR 5.1.3 Release Notes" +supported: true +--- + +Released {{ page.date | date: "%B %-d, %Y"}} + +Bug Fixes and Other Changes +--------------------- + +### pSConfig + +- Fixed issue where pSConfig would create new latencybg tests that were unable to reach the other end, causing an excessive number of powstream processes. +- Fixed a parsing issue with the interval fields in psconfig agentctl command. + +### pScheduler +- Set a timeout and lifetime on API threads to protect against excessive thread counts + + +Raw changes +----------- +- [psconfig](https://github.com/perfsonar/pscheduler/compare/v5.1.2...v5.1.3) +- [pscheduler](https://github.com/perfsonar/pscheduler/compare/v5.1.2...v5.1.3)