diff --git a/packages/ti_rapid7_threat_command/changelog.yml b/packages/ti_rapid7_threat_command/changelog.yml index f240a83a73c..f08e5209614 100644 --- a/packages/ti_rapid7_threat_command/changelog.yml +++ b/packages/ti_rapid7_threat_command/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.11.1" + changes: + - description: 'Fix required stack capabilities' + type: bugfix + link: https://github.com/elastic/integrations/pull/8268 - version: 1.11.0 changes: - description: Set 'partner' owner type. diff --git a/packages/ti_rapid7_threat_command/manifest.yml b/packages/ti_rapid7_threat_command/manifest.yml index df26a88dbf4..18014ad734d 100644 --- a/packages/ti_rapid7_threat_command/manifest.yml +++ b/packages/ti_rapid7_threat_command/manifest.yml @@ -2,13 +2,16 @@ format_version: 3.0.0 name: ti_rapid7_threat_command title: Rapid7 Threat Command # The version must be updated manually in the transform.yml files and transform APIs mentioned in README. -version: "1.11.0" +version: "1.11.1" description: Collect threat intelligence from Threat Command API with Elastic Agent. type: integration categories: ["security", "threat_intel"] conditions: kibana: version: ^8.7.1 + elastic: + capabilities: + - security screenshots: - src: /img/ti_rapid7_threat_command-ioc_overview_1.png title: IOC Overview-1