Commit f330f17
authored
π chore: update schema URL to v0.74.4 (#5985)
## Schema URL Update
Updates the MCP Gateway JSON schema validation URL from `v0.72.1` to
`v0.74.4`.
### Files Changed
- `internal/config/rules/rules.go` β `SchemaURL` constant updated to
`v0.74.4`
- `internal/config/validation_schema_test.go` β hardcoded schema URLs
updated to `v0.74.4`
### 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.74.4) for changes
in this schema version.
> [!WARNING]
> <details>
> <summary>Firewall blocked 1 domain</summary>
>
> The following domain was blocked by the firewall during workflow
execution:
>
> - `invalidhostthatdoesnotexist12345.com`
>> To allow these domains, add them to the `network.allowed` list in
your workflow frontmatter:
>
> ```yaml
> network:
> allowed:
> - defaults
> - "invalidhostthatdoesnotexist12345.com"
> ```
>
> See [Network
Configuration](https://github.github.com/gh-aw/reference/network/) for
more information.
>
> </details>
> [!NOTE]
> <details>
> <summary>π Integrity filter blocked 1 item</summary>
>
> The following item was blocked because it doesn't meet the GitHub
integrity level.
>
> -
[https://github.com/github/gh-aw/releases/tag/v0.74.4](https://github.com/github/gh-aw/releases/tag/v0.74.4)
`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/26075313311/agentic_workflow)
Β· β 432.6K Β·
[β·](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-05-26T04:01:58.992Z --> on May
26, 2026, 4:01 AM UTC
<!-- gh-aw-agentic-workflow: Nightly Schema Updater, engine: copilot,
version: 1.0.40, model: claude-sonnet-4.6, id: 26075313311, workflow_id:
nightly-schema-updater, run:
https://github.com/github/gh-aw-mcpg/actions/runs/26075313311 -->
<!-- gh-aw-expires-type: pull-request -->
<!-- gh-aw-workflow-id: nightly-schema-updater -->2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
| 583 | + | |
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
| |||
0 commit comments