fix(ai-red-teaming): bump version to 1.17.0 to unblock dev/staging sync - #150
Merged
Merged
Conversation
The agentic-probes 2026 additions (new transforms/scorers + agentvigil/eva tools) changed capability content while the version stayed 1.16.3, which is already published and immutable - the Sync Capabilities job failed dev+staging with 409 Conflict. Minor bump (new backward-compatible features).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The post-merge Sync Capabilities job failed on dev and staging with:
✗ ai-red-teaming: 409 Conflict: Capability version is immutable(run 35673795743).
The agentic-probes 2026 changes (new transforms/scorers +
generate_agentvigil_attack/generate_eva_attacktools, catalog + agent-guide updates) altered the capability content, butcapability.yamlstayed at1.16.3— a version already published to dev/staging. Capability versions are immutable, so the sync rejected the changed content.Fix
Bump
ai-red-teamingto 1.17.0 (minor: new backward-compatible features). Same class as the prior "bump to unblock dev sync" fix (#135).Test plan