From 274c2f1eeeb3c2e4e63fc2f5003298912ba50ed4 Mon Sep 17 00:00:00 2001 From: Raja Sekhar Rao Dheekonda Date: Wed, 2 Sep 2026 21:10:58 -0700 Subject: [PATCH] fix(ai-red-teaming): bump version to 1.11.0 for multistep tool-attack tool The multi-step tool-attack tool (#134) changed the capability content without a version bump, so 'Sync Capabilities' failed with 409 Conflict (version dreadnode/ai-red-teaming@1.10.1 is immutable). Bump to 1.11.0 so the sync uploads. --- capabilities/ai-red-teaming/capability.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capabilities/ai-red-teaming/capability.yaml b/capabilities/ai-red-teaming/capability.yaml index ba7e960..4447e38 100644 --- a/capabilities/ai-red-teaming/capability.yaml +++ b/capabilities/ai-red-teaming/capability.yaml @@ -1,6 +1,6 @@ schema: 1 name: ai-red-teaming -version: "1.10.1" +version: "1.11.0" description: > Probe the security and safety of AI applications, agents, and foundation models. Orchestrates adversarial attack workflows to discover vulnerabilities in LLMs,