Skip to content

Commit 4767678

Browse files
Bump Hasura and other deps (#608)
1 parent a6f8607 commit 4767678

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+382
-304
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

7-
<!-- NOTE: Undocumented until 7.0; breaks schema compatibility -->
8-
<!--
9-
### Added
10-
11-
- index: New index kind `operation_unfiltered`.
12-
-->
13-
147
## [Unreleased]
158

169
### Fixed
@@ -21,9 +14,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
2114

2215
### Other
2316

24-
- deps: Updated pydantic to 1.10.4
17+
- deps: Updated pydantic to 1.10.5
2518
- deps: Updated datamodel-code-generator to 0.17.1
2619
- deps: Updated tortoise-orm to 0.19.3
20+
- deps: Updated Hasura to 2.19.0
2721

2822
## [6.5.0] - 2023-01-28
2923

demos/demo-auction/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.17.1
56+
image: hasura/graphql-engine:v2.19.0
5757
depends_on:
5858
- db
5959
environment:

demos/demo-auction/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.17.1
34+
image: hasura/graphql-engine:v2.19.0
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-auction/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.17.1",
9+
"hasura_image": "hasura/graphql-engine:v2.19.0",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

demos/demo-big-maps/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.17.1
56+
image: hasura/graphql-engine:v2.19.0
5757
depends_on:
5858
- db
5959
environment:

demos/demo-big-maps/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.17.1
34+
image: hasura/graphql-engine:v2.19.0
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-big-maps/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.17.1",
9+
"hasura_image": "hasura/graphql-engine:v2.19.0",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

demos/demo-dao/docker-compose.swarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
logging: *logging
5454

5555
hasura:
56-
image: hasura/graphql-engine:v2.17.1
56+
image: hasura/graphql-engine:v2.19.0
5757
depends_on:
5858
- db
5959
environment:

demos/demo-dao/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
retries: 5
3232

3333
hasura:
34-
image: hasura/graphql-engine:v2.17.1
34+
image: hasura/graphql-engine:v2.19.0
3535
ports:
3636
- 127.0.0.1:8080:8080
3737
depends_on:

demos/demo-dao/replay.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"crash_reporting": false,
77
"description": "My shiny new indexer based on DipDup",
88
"dipdup_version": "6",
9-
"hasura_image": "hasura/graphql-engine:v2.17.1",
9+
"hasura_image": "hasura/graphql-engine:v2.19.0",
1010
"license": "MIT",
1111
"line_length": "120",
1212
"linters": "default",

0 commit comments

Comments
 (0)