From 4797ef54fe28ec2d19241d5c12d3188301db3d70 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Mon, 27 May 2024 13:22:13 +0200 Subject: [PATCH] Update changelog for 5.10.x release --- CHANGELOG.md | 14 ++++++++++++++ changelog.d/+2669.fixed.md | 1 - changelog.d/2913.fixed.md | 1 - changelog.d/2924.fixed.md | 1 - 4 files changed, 14 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/+2669.fixed.md delete mode 100644 changelog.d/2913.fixed.md delete mode 100644 changelog.d/2924.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 59ddc5a272..88c35ed8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [5.10.1] - 2024-05-27 + + +### Fixed + +- Fix Machine Tracker DNS search crashing from exhausting all available file + descriptors ([#2669](https://github.com/Uninett/nav/issues/2669)) +- ARP records of unreachable devices are now closed by `navclean` cron job at + configurable expiry intervals, rather than immediately as a response to a + short ICMP packet loss ([#2913](https://github.com/Uninett/nav/issues/2913)) +- Palo Alto API XML responses are now parsed based on keys instead of indexes + ([#2924](https://github.com/Uninett/nav/issues/2924)) + + ## [5.10.0] - 2024-05-16 diff --git a/changelog.d/+2669.fixed.md b/changelog.d/+2669.fixed.md deleted file mode 100644 index 9e0822e9a1..0000000000 --- a/changelog.d/+2669.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix Machine Tracker DNS search crashing from exhausting all available file descriptors \ No newline at end of file diff --git a/changelog.d/2913.fixed.md b/changelog.d/2913.fixed.md deleted file mode 100644 index 130ac7ef16..0000000000 --- a/changelog.d/2913.fixed.md +++ /dev/null @@ -1 +0,0 @@ -ARP records of unreachable devices are now closed by `navclean` cron job at configurable expiry intervals, rather than immediately as a response to a short ICMP packet loss \ No newline at end of file diff --git a/changelog.d/2924.fixed.md b/changelog.d/2924.fixed.md deleted file mode 100644 index 909b4702dc..0000000000 --- a/changelog.d/2924.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Parsing paloalto XML based on keys instead of indexes \ No newline at end of file