From 77ed99cefb227c86597f17d9034e697173b4581d Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Mon, 18 Nov 2024 23:01:31 +0100 Subject: [PATCH] release v1.4.3 --- _config.yml | 6 +++--- _posts/2024-11-19-release-1.4.3.md | 12 ++++++++++++ documentation/usersguide/whatsnew.md | 29 ++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 _posts/2024-11-19-release-1.4.3.md diff --git a/_config.yml b/_config.yml index 2406c23..5e9fda9 100644 --- a/_config.yml +++ b/_config.yml @@ -5,9 +5,9 @@ paginate: 10 paginate_path: "news/page:num" # site specific variables -release_version: 1.4.2 -release_date: 04 Jan 2024 -next_release: Jul 2024 +release_version: 1.4.3 +release_date: 19 Nov 2024 +next_release: Jul 2025 # custom "tags" hint: '
Tip: ' diff --git a/_posts/2024-11-19-release-1.4.3.md b/_posts/2024-11-19-release-1.4.3.md new file mode 100644 index 0000000..3979126 --- /dev/null +++ b/_posts/2024-11-19-release-1.4.3.md @@ -0,0 +1,12 @@ +--- +layout: post +title: "Release 1.4.3" +categories: project +--- + +Today we released the version 1.4.3 of naemon-core and naemon-livestatus. This release +contains performance improvements and some bugfixes as listed in detail on the changelog +page. + +Head on to [the download section](/download) or check out the [changelog](/documentation/usersguide/whatsnew.html) for +a detailed list of changes. diff --git a/documentation/usersguide/whatsnew.md b/documentation/usersguide/whatsnew.md index cd105a9..d01663e 100644 --- a/documentation/usersguide/whatsnew.md +++ b/documentation/usersguide/whatsnew.md @@ -13,6 +13,35 @@ title: What's New See upcoming changes from the next version on [github](https://github.com/naemon/naemon-core/blob/master/NEWS) +#### 1.4.3 - Nov 19 2024 +##### Features +* add global notifications handler +* add external command to add log entries +* add hint of previous object when duplicate detection fails +* add options to keep services running as long as they are up +* add problem timestamps and duration + +##### Changed +* clean up output of naemon -V +* change problem_id and notification_id to uuids +* change service parents suppressing only normal notifcations + +##### Bugfixes +* fix leaking object.cache file references +* fix host not being in hard state with max_check_attempts=1 +* throw config errors if boolean values cannot be parsed +* fix retrieving comments after deleting first +* fix rpm installation race condition +* fix resetting modified_attributes + +##### Livestatus +* add support for new log types HOST/SERVICE NOTE +* improve performance on logs table +* fix crash on core reload +* fix crash when requesting invalid table names +* fix crash if stats queries errors halfway +* fix crash on stats queries on the logs table + #### 1.4.2 - 04 Jan 2024 ##### Features * remove size limit on external command argument length