Skip to content

Commit

Permalink
Major bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Dec 17, 2024
1 parent b19111c commit 4f4d490
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions plugins/rapid7_insightidr/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "ed557ded0b51e5458aefc217bdfde130",
"manifest": "bf5b8c1274de589f792fc43909fcb102",
"setup": "1964faaf291c2cbe3485c2bfd7ae7231",
"spec": "f7a752d6162db43ab5a2af23d8fdded1",
"manifest": "447c02c4e8eff1ffc54155a48b270af3",
"setup": "00df4e2ab481d3954b493d8e94670fca",
"schemas": [
{
"identifier": "add_indicators_to_a_threat/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightidr/bin/komand_rapid7_insightidr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Rapid7 InsightIDR"
Vendor = "rapid7"
Version = "10.3.5"
Version = "11.0.0"
Description = "This plugin allows you to add indicators to a threat and see the status of investigations"


Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightidr/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -3410,7 +3410,7 @@ Example output:

# Version History

* 10.3.5 - Updating schema for 'advanced_query_on_log' action to account for missing keys
* 11.0.0 - Updating schema for 'advanced_query_on_log' action to account for missing keys
* 10.3.4 - Bumping requirements.txt | SDK bump to 6.2.2
* 10.3.3 - Bumping requirements.txt | SDK bump to 6.2.0
* 10.3.2 - Initial updates for fedramp compliance | Updated SDK to the latest version
Expand Down
4 changes: 2 additions & 2 deletions plugins/rapid7_insightidr/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: rapid7_insightidr
title: "Rapid7 InsightIDR"
description: "This plugin allows you to add indicators to a threat and see the status of investigations"
version: 10.3.5
version: 11.0.0
connection_version: 5
supported_versions: ["Latest release successfully tested on 2024-09-10."]
vendor: rapid7
Expand Down Expand Up @@ -36,7 +36,7 @@ sdk:
version: 6.2.2
user: nobody
version_history:
- "10.3.5 - Updating schema for 'advanced_query_on_log' action to account for missing keys"
- "11.0.0 - Updating schema for 'advanced_query_on_log' action to account for missing keys"
- "10.3.4 - Bumping requirements.txt | SDK bump to 6.2.2"
- "10.3.3 - Bumping requirements.txt | SDK bump to 6.2.0"
- "10.3.2 - Initial updates for fedramp compliance | Updated SDK to the latest version"
Expand Down
2 changes: 1 addition & 1 deletion plugins/rapid7_insightidr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="rapid7_insightidr-rapid7-plugin",
version="10.3.5",
version="11.0.0",
description="This plugin allows you to add indicators to a threat and see the status of investigations",
author="rapid7",
author_email="",
Expand Down

0 comments on commit 4f4d490

Please sign in to comment.