Skip to content

Commit

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

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

* 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 Dec 6, 2024
1 parent d687391 commit 477a2aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .apollo/router_config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1665,15 +1665,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": {
"subgraph": true,
"http_request": true,
"execution": true,
"router": true,
"subgraph": true,
"supergraph": true,
"execution": true,
"http_request": true,
"parse_query": true,
"query_planning": true,
"subgraph_request": true,
"request": true,
"parse_query": true
"subgraph_request": 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.58.0
FROM ghcr.io/apollographql/router:v1.58.1

COPY router.yaml /config.yaml

Expand Down

0 comments on commit 477a2aa

Please sign in to comment.