Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/ti_rapid7_threat_command/changelog.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 1 deletion packages/ti_rapid7_threat_command/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down