diff --git a/packages/auditd_manager/changelog.yml b/packages/auditd_manager/changelog.yml index 182125348248..7196bf276221 100644 --- a/packages/auditd_manager/changelog.yml +++ b/packages/auditd_manager/changelog.yml @@ -1,6 +1,9 @@ # newer versions go on top -- version: 1.16.1 +- version: "1.16.1" changes: + - description: mark as requiring root + type: enhancement + link: https://github.com/elastic/integrations/issues/8647 - description: Fix socket type selection and documentation. type: bugfix link: https://github.com/elastic/integrations/pull/8558 diff --git a/packages/fim/changelog.yml b/packages/fim/changelog.yml index e5c82133c147..dd2ca122a72a 100644 --- a/packages/fim/changelog.yml +++ b/packages/fim/changelog.yml @@ -1,6 +1,9 @@ # newer versions go on top -- version: 1.14.0 +- version: "1.14.0" changes: + - description: mark as requiring root + type: enhancement + link: https://github.com/elastic/integrations/issues/8647 - description: ECS version updated to 8.11.0. type: enhancement link: https://github.com/elastic/integrations/pull/8433 diff --git a/packages/network_traffic/changelog.yml b/packages/network_traffic/changelog.yml index abe8a87a4568..54954172b2d1 100644 --- a/packages/network_traffic/changelog.yml +++ b/packages/network_traffic/changelog.yml @@ -1,6 +1,9 @@ # newer versions go on top - version: "1.29.0" changes: + - description: mark as requiring root + type: enhancement + link: https://github.com/elastic/integrations/issues/8647 - description: Add `process.parent.pid` remapping to compatibility pipelines. type: enhancement link: https://github.com/elastic/integrations/pull/8678 diff --git a/packages/system_audit/changelog.yml b/packages/system_audit/changelog.yml index e94f64c7e1c8..1d1828deb8b6 100644 --- a/packages/system_audit/changelog.yml +++ b/packages/system_audit/changelog.yml @@ -1,6 +1,9 @@ # newer versions go on top -- version: 1.10.0 +- version: "1.10.0" changes: + - description: mark as requiring root + type: enhancement + link: https://github.com/elastic/integrations/issues/8647 - description: ECS version updated to 8.11.0. type: enhancement link: https://github.com/elastic/integrations/pull/8436