Skip to content

Commit

Permalink
chore(deps): update ghcr.io/apollographql/router docker tag to v1.56.0 (
Browse files Browse the repository at this point in the history
#57)

* chore(deps): update ghcr.io/apollographql/router docker tag to v1.56.0

* Update router config schema

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Oct 1, 2024
1 parent 6dc4ccd commit cfaa355
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .apollo/router_config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1650,15 +1650,15 @@
"span_metrics": {
"description": "Which spans will be eligible for span stats to be collected for viewing in the APM view. Defaults to true for `request`, `router`, `query_parsing`, `supergraph`, `execution`, `query_planning`, `subgraph`, `subgraph_request` and `http_request`.",
"default": {
"execution": true,
"parse_query": true,
"subgraph": true,
"router": true,
"supergraph": true,
"subgraph_request": true,
"http_request": true,
"router": true,
"execution": true,
"request": true,
"query_planning": true,
"supergraph": true,
"http_request": true
"parse_query": true,
"query_planning": true
},
"type": "object",
"additionalProperties": {
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/apollographql/router:v1.55.0
FROM ghcr.io/apollographql/router:v1.56.0

COPY router.yaml /config.yaml

Expand Down

0 comments on commit cfaa355

Please sign in to comment.