From c67daac760b815474b04c191124626632a5b071d Mon Sep 17 00:00:00 2001 From: Vijit Singhal Date: Thu, 17 Sep 2026 18:46:50 -0700 Subject: [PATCH] [external-plugin] Update sumo-logic plugin keywords (#3217) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update sumo-logic plugin sha to include new keywords * Update sumo-logic plugin: bump version, add keywords, regenerate marketplace - Version: 1.0.0 → 1.0.1 - Ref: v1.0.0 → v1.0.1 - SHA: updated to match v1.0.1 tag - Keywords: added devops, search, security (removed siem) - Regenerated marketplace.json Co-Authored-By: Claude Opus 4.6 (1M context) --------- Co-authored-by: Claude Opus 4.6 (1M context) --- .github/plugin/marketplace.json | 10 ++++++---- plugins/external.json | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index e198d35b..70faaab9 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1812,7 +1812,7 @@ { "name": "sumo-logic", "description": "Query Sumo Logic logs, alerts, dashboards, and SIEM insights directly from Copilot.", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Sumo Logic", "url": "https://www.sumologic.com" @@ -1828,13 +1828,15 @@ "monitoring", "alerts", "copilot", - "siem" + "devops", + "search", + "security" ], "source": { "source": "github", "repo": "SumoLogic/sumologic-ai-plugins", - "ref": "v1.0.0", - "sha": "804c0909c20cf3b247df3b5de60bb94f8b65c315" + "ref": "v1.0.1", + "sha": "f905b914984fabb5e0571290eafd3013c277d9b1" } }, { diff --git a/plugins/external.json b/plugins/external.json index 370413c4..61444161 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1280,7 +1280,7 @@ { "name": "sumo-logic", "description": "Query Sumo Logic logs, alerts, dashboards, and SIEM insights directly from Copilot.", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Sumo Logic", "url": "https://www.sumologic.com" @@ -1296,13 +1296,15 @@ "monitoring", "alerts", "copilot", - "siem" + "devops", + "search", + "security" ], "source": { "source": "github", "repo": "SumoLogic/sumologic-ai-plugins", - "ref": "v1.0.0", - "sha": "804c0909c20cf3b247df3b5de60bb94f8b65c315" + "ref": "v1.0.1", + "sha": "f905b914984fabb5e0571290eafd3013c277d9b1" } }, {