diff --git a/packages/compatibility/src/composeSupergraph.ts b/packages/compatibility/src/composeSupergraph.ts index 3b97221bd..64d41e8ae 100644 --- a/packages/compatibility/src/composeSupergraph.ts +++ b/packages/compatibility/src/composeSupergraph.ts @@ -10,7 +10,7 @@ import { createWriteStream } from 'fs'; const COMPOSITION_VERSION = process.env['APOLLO_ROVER_DEV_COMPOSITION_VERSION'] ?? '2.5.1'; const ROUTER_VERSION = - process.env['APOLLO_ROVER_DEV_ROUTER_VERSION'] ?? '1.28.1'; + process.env['APOLLO_ROVER_DEV_ROUTER_VERSION'] ?? '1.29.1'; const roverDebug = debug('rover'); /** diff --git a/packages/compatibility/supergraph-compose.yaml.template b/packages/compatibility/supergraph-compose.yaml.template index 066b05fb7..0719426e1 100644 --- a/packages/compatibility/supergraph-compose.yaml.template +++ b/packages/compatibility/supergraph-compose.yaml.template @@ -1,6 +1,6 @@ services: router: - image: ghcr.io/apollographql/router:v1.28.1 + image: ghcr.io/apollographql/router:v1.29.1 volumes: - ${SCRIPT_DIR}/router.yaml:/dist/config/router.yaml - ./supergraph.graphql:/dist/config/supergraph.graphql