Skip to content

Commit 52f1a3c

Browse files
Update schema URL to v0.67.2
Pin mcp-gateway-config.schema.json to v0.67.2 release tag for reproducible, deterministic configuration validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a890d17 commit 52f1a3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1/docs/public/schemas/mcp-gateway-config.schema.json"
15+
SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.67.2/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
@@ -580,7 +580,7 @@ func TestEnhancedErrorMessages(t *testing.T) {
580580
"Location:",
581581
"Error:",
582582
"Details:",
583-
"https://raw.githubusercontent.com/github/gh-aw/v0.67.1/docs/public/schemas/mcp-gateway-config.schema.json",
583+
"https://raw.githubusercontent.com/github/gh-aw/v0.67.2/docs/public/schemas/mcp-gateway-config.schema.json",
584584
},
585585
},
586586
{

0 commit comments

Comments
 (0)