Skip to content

Commit 2376065

Browse files
authored
πŸ”„ chore: update schema URL to gh-aw v0.67.1 (#3318)
## Schema URL Update Updates the MCP Gateway JSON schema validation URL from `v0.67.0` to `v0.67.1`. ### Files Changed - `internal/config/rules/rules.go` β€” `SchemaURL` constant updated to `v0.67.1` - `internal/config/validation_schema_test.go` β€” hardcoded schema URLs updated to `v0.67.1` ### Why Pinning to a specific release tag ensures reproducible, deterministic configuration validation β€” the schema won't silently change between runs. ### Release Notes See the [gh-aw release notes](https://github.com/github/gh-aw/releases/tag/v0.67.1) for changes in this schema version. > [!NOTE] > <details> > <summary>πŸ”’ Integrity filter blocked 1 item</summary> > > The following item were blocked because they don't meet the GitHub integrity level. > > - [https://github.com/github/gh-aw/releases/tag/v0.67.1](https://github.com/github/gh-aw/releases/tag/v0.67.1) `get_latest_release`: has lower integrity than agent requires. The agent cannot read data with integrity below "unapproved". > > To allow these resources, lower `min-integrity` in your GitHub frontmatter: > > ```yaml > tools: > github: > min-integrity: approved # merged | approved | unapproved | none > ``` > > </details> > Generated by [Nightly Schema Updater](https://github.com/github/gh-aw-mcpg/actions/runs/24081621579/agentic_workflow) Β· ● 407.8K Β· [β—·](https://github.com/search?q=repo%3Agithub%2Fgh-aw-mcpg+%22gh-aw-workflow-id%3A+nightly-schema-updater%22&type=pullrequests) > - [x] expires <!-- gh-aw-expires: 2026-04-14T12:40:15.695Z --> on Apr 14, 2026, 12:40 PM UTC <!-- gh-aw-agentic-workflow: Nightly Schema Updater, engine: copilot, model: auto, id: 24081621579, workflow_id: nightly-schema-updater, run: https://github.com/github/gh-aw-mcpg/actions/runs/24081621579 --> <!-- gh-aw-expires-type: pull-request --> <!-- gh-aw-workflow-id: nightly-schema-updater -->
2 parents 4f382af + b88fa1a commit 2376065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žinternal/config/rules/rules.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var log = logger.New("config:rules")
1212
// Documentation URL constants
1313
const (
1414
ConfigSpecURL = "https://github.com/github/gh-aw/blob/main/docs/src/content/docs/reference/mcp-gateway.md"
15-
SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.67.0/docs/public/schemas/mcp-gateway-config.schema.json"
15+
SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.67.1/docs/public/schemas/mcp-gateway-config.schema.json"
1616
)
1717

1818
// ValidationError represents a configuration validation error with context.

β€Žinternal/config/validation_schema_test.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ func TestEnhancedErrorMessages(t *testing.T) {
556556
"Location:",
557557
"Error:",
558558
"Details:",
559-
"https://raw.githubusercontent.com/github/gh-aw/v0.67.0/docs/public/schemas/mcp-gateway-config.schema.json",
559+
"https://raw.githubusercontent.com/github/gh-aw/v0.67.1/docs/public/schemas/mcp-gateway-config.schema.json",
560560
},
561561
},
562562
{

0 commit comments

Comments
Β (0)