Skip to content

Commit

Permalink
fix [#8647]: properly introduce root marking with bumping the version…
Browse files Browse the repository at this point in the history
… of the package
  • Loading branch information
pkoutsovasilis committed Jan 25, 2024
1 parent ebe0d8d commit c110ae1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/auditd_manager/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.16.3"
changes:
- description: mark as requiring root
type: enhancement
link: https://github.com/elastic/integrations/issues/8647
- version: "1.16.2"
changes:
- description: Changed owners
Expand Down
2 changes: 1 addition & 1 deletion packages/auditd_manager/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: auditd_manager
title: "Auditd Manager"
version: "1.16.2"
version: "1.16.3"
description: "The Auditd Manager Integration receives audit events from the Linux Audit Framework that is a part of the Linux kernel."
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/fim/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.14.2"
changes:
- description: mark as requiring root
type: enhancement
link: https://github.com/elastic/integrations/issues/8647
- version: "1.14.1"
changes:
- description: Changed owners
Expand Down
2 changes: 1 addition & 1 deletion packages/fim/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: fim
title: "File Integrity Monitoring"
version: "1.14.1"
version: "1.14.2"
description: "The File Integrity Monitoring integration reports filesystem changes in real time."
type: integration
categories:
Expand Down
8 changes: 5 additions & 3 deletions packages/network_traffic/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# newer versions go on top
- version: "1.29.2"
changes:
- description: mark as requiring root
type: enhancement
link: https://github.com/elastic/integrations/issues/8647
- version: "1.29.1"
changes:
- description: Changed owners
type: enhancement
link: https://github.com/elastic/integrations/pull/8943
- 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
Expand Down
2 changes: 1 addition & 1 deletion packages/network_traffic/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: network_traffic
title: Network Packet Capture
version: "1.29.1"
version: "1.29.2"
description: Capture and analyze network traffic from a host with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/system_audit/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.10.2"
changes:
- description: mark as requiring root
type: enhancement
link: https://github.com/elastic/integrations/issues/8647
- version: "1.10.1"
changes:
- description: Changed owners
Expand Down
2 changes: 1 addition & 1 deletion packages/system_audit/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: system_audit
title: System Audit
description: Collect various logs & metrics from System Audit modules with Elastic Agent.
type: integration
version: "1.10.1"
version: "1.10.2"
conditions:
kibana:
version: '^8.7.1'
Expand Down

0 comments on commit c110ae1

Please sign in to comment.