From 5eff8a65c4686b0bd6a72b39ca33e766902c3c03 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Wed, 5 Jun 2024 14:51:49 +0200 Subject: [PATCH 1/2] Added changelog for 3.21.5 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1745e681a0..99a6bfa483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +3.21.5: + - AIX watchdog now handles stale pids (CFE-4335) + - Added ability to influence default package manager and inventory via Augments + (CFE-3612) + - Added freebsd package_module and package_inventory since we have pkg packages module available + (CFE-4345) + - Added no_backup_cp_compare copy_from body to stdlib + Like the existing no_backup_cp this copy_from body is used to copy files locally + without making backups but with the additional ability to specify the comparison + used. (ENT-10962) + - Added set_escaped_user_field complementing set_user_field (CFE-4377) + - Added setup-feeder option to distributed cleanup script (ENT-11844) + - Changed mission-portal apache restart to graceful to minimize service interruptions + (ENT-11526) + - Federated reporting policy fixes SELinux context of the ~cftransport/.ssh directory + and its contents in a single agent run. (ENT-11136) + - Fixed comparison that caused control_executor_mailfilter_*_configured to never be set + (CFE-4374) + - Fixed restoration of Mission Portal application to packaged content when modified + (ENT-10962) + - Removed hour delay between CFEngine Enterprise PostgreSQL recommendation checks + (ENT-11480) + - When failing to detect platform, inventory attribute "OS" now defaults to PRETTY_NAME from + os-release as a fallback (CFE-4342) + 3.21.4: - Federated reporting policy now properly fixes SELinux context of the ~cftransport/.ssh directory and its contents. (ENT-11136) From 9ebe06ca0e89a2d7dad0b58b8cbd8bfa219479b1 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:08:45 +0200 Subject: [PATCH 2/2] Review changes for 3.21.5 changelog Co-authored-by: Nick Anderson --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a6bfa483..a07da76594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ 3.21.5: - AIX watchdog now handles stale pids (CFE-4335) - - Added ability to influence default package manager and inventory via Augments + - Added ability to influence default package manager and inventory via augments files (def.json) (CFE-3612) - Added freebsd package_module and package_inventory since we have pkg packages module available (CFE-4345) @@ -22,6 +22,7 @@ (ENT-11480) - When failing to detect platform, inventory attribute "OS" now defaults to PRETTY_NAME from os-release as a fallback (CFE-4342) + - Prevented common error logged by Apache related to IPv6 (ENT-10646) 3.21.4: - Federated reporting policy now properly fixes SELinux context of the