Skip to content

Commit

Permalink
fix: graphql server version bump (#665)
Browse files Browse the repository at this point in the history
* fix:  graphql server version bump

* fix:  graphql server version bump
  • Loading branch information
CuriouzK0d3r authored Nov 22, 2022
1 parent ebdbfb7 commit 6e32034
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion artemis-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ services:
ports:
- 5672
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
ports:
- 8080
pgamqpbridge:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ services:
- ./backend-services/database/wait-for:/root/wait-for
command: ["/root/wait-for", "${RABBITMQ_HOST}:${RABBITMQ_PORT}", "-t", "0", "--", "pg-amqp-bridge"]
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
container_name: graphql
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testautoconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ services:
- ./backend-services/database/wait-for:/root/wait-for
command: ["/root/wait-for", "${RABBITMQ_HOST}:${RABBITMQ_PORT}", "-t", "0", "--", "pg-amqp-bridge"]
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
container_name: graphql
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testautoignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ services:
- ./backend-services/database/wait-for:/root/wait-for
command: ["/root/wait-for", "${RABBITMQ_HOST}:${RABBITMQ_PORT}", "-t", "0", "--", "pg-amqp-bridge"]
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
container_name: graphql
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testdetection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ services:
- ./backend-services/database/wait-for:/root/wait-for
command: ["/root/wait-for", "${RABBITMQ_HOST}:${RABBITMQ_PORT}", "-t", "0", "--", "pg-amqp-bridge"]
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
container_name: graphql
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.testrpki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ services:
- ./backend-services/database/wait-for:/root/wait-for
command: ["/root/wait-for", "${RABBITMQ_HOST}:${RABBITMQ_PORT}", "-t", "0", "--", "pg-amqp-bridge"]
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
container_name: graphql
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ services:
"pg-amqp-bridge"
]
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
container_name: graphql
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- upgraded RabbitMQ to 3.9.20
- (breaking) upgraded timescale DB to 2.8.1-pg14
- upgraded postgrest to v10
- upgraded hasura GraphQL engine v2.8.4
- upgraded hasura GraphQL engine v2.10.0
- changed `bgpstream_retrieve_prefix_records.py` to support BGPStream v2 (new version)
- enforce ssl_protocols TLSv1.2 TLSv1.3 in default nginx.conf
- bumped caida/bgpstream to 2.2.0 and monitor containers to related 1.0.3
Expand Down
2 changes: 1 addition & 1 deletion other/docker-compose.testcafe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ services:
- ./backend-services/database/wait-for:/root/wait-for
command: ["/root/wait-for", "${RABBITMQ_HOST}:${RABBITMQ_PORT}", "-t", "0", "--", "pg-amqp-bridge"]
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
container_name: graphql
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion vagrant-vm/vagrant-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ services:
"pg-amqp-bridge"
]
graphql:
image: hasura/graphql-engine:v2.8.4
image: hasura/graphql-engine:v2.10.0
container_name: graphql
restart: always
depends_on:
Expand Down

0 comments on commit 6e32034

Please sign in to comment.