From 20e4a9372d37e52f37a2fbb5be5e527777e048fd Mon Sep 17 00:00:00 2001 From: rjmurray Date: Tue, 17 Dec 2024 09:06:36 +0000 Subject: [PATCH] Major bump --- plugins/rapid7_insightidr/.CHECKSUM | 6 +++--- plugins/rapid7_insightidr/bin/komand_rapid7_insightidr | 2 +- plugins/rapid7_insightidr/help.md | 2 +- plugins/rapid7_insightidr/plugin.spec.yaml | 4 ++-- plugins/rapid7_insightidr/setup.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/rapid7_insightidr/.CHECKSUM b/plugins/rapid7_insightidr/.CHECKSUM index d6645dc493..efe1e008c2 100644 --- a/plugins/rapid7_insightidr/.CHECKSUM +++ b/plugins/rapid7_insightidr/.CHECKSUM @@ -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", diff --git a/plugins/rapid7_insightidr/bin/komand_rapid7_insightidr b/plugins/rapid7_insightidr/bin/komand_rapid7_insightidr index 41e4449756..3946e92d62 100755 --- a/plugins/rapid7_insightidr/bin/komand_rapid7_insightidr +++ b/plugins/rapid7_insightidr/bin/komand_rapid7_insightidr @@ -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" diff --git a/plugins/rapid7_insightidr/help.md b/plugins/rapid7_insightidr/help.md index 765445e303..345fbbdabc 100644 --- a/plugins/rapid7_insightidr/help.md +++ b/plugins/rapid7_insightidr/help.md @@ -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 diff --git a/plugins/rapid7_insightidr/plugin.spec.yaml b/plugins/rapid7_insightidr/plugin.spec.yaml index 3d264e6b5c..fd13ab83f5 100644 --- a/plugins/rapid7_insightidr/plugin.spec.yaml +++ b/plugins/rapid7_insightidr/plugin.spec.yaml @@ -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 @@ -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" diff --git a/plugins/rapid7_insightidr/setup.py b/plugins/rapid7_insightidr/setup.py index 7e5c5ab5ee..5d4428f4b4 100755 --- a/plugins/rapid7_insightidr/setup.py +++ b/plugins/rapid7_insightidr/setup.py @@ -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="",