From 5af945b86af20ed1fe1c97e80f831d95cf21a7a9 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Wed, 5 Jun 2024 14:35:23 +0200 Subject: [PATCH 1/2] Added changelog for 3.18.8 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd4133aee..3a76b47c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +3.18.8: + - 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) + - Changed mission-portal apache restart to graceful to minimize service interruptions + (ENT-11526) + - Fixed policy compatibility with 3.15.x, disabled aws ec2 inventory for versions less than 3.18.0 + (ENT-11178) + - Fixed restoration of Mission Portal application to packaged content when modified + (ENT-10962) + - Removed hour delay between CFEngine Enterprise PostgreSQL recommendation checks + (ENT-11480) + 3.18.7: - Federated reporting policy now properly fixes SELinux context of the ~cftransport/.ssh directory and its contents. (ENT-11136) From 524a71fe4c8c524d36b599deb28ed741a52a590b Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:07:21 +0200 Subject: [PATCH 2/2] Review changes for 3.18.8 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 3a76b47c34..c85891136e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ 3.18.8: - - 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) @@ -15,6 +15,7 @@ (ENT-10962) - Removed hour delay between CFEngine Enterprise PostgreSQL recommendation checks (ENT-11480) + - Prevented common error logged by Apache related to IPv6 (ENT-10646) 3.18.7: - Federated reporting policy now properly fixes SELinux context of the