Skip to content

Commit

Permalink
chore: update router to 1.29.1 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Sep 5, 2023
1 parent 46883d5 commit 7b46726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/compatibility/src/composeSupergraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/compatibility/supergraph-compose.yaml.template
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7b46726

Please sign in to comment.