tag release v2.0.1

GitOrigin-RevId: f33aca9566de9cb6e2fe9fa7a94e7d64d06d3ef4
This commit is contained in:
Tirumarai Selvan 2021-06-23 23:39:15 +05:30 committed by hasura-bot
parent 13bedf5821
commit 345cf8fe4c
13 changed files with 15 additions and 12 deletions

View File

@ -3,8 +3,10 @@
## Next release
(Add entries below in the order of server, console, cli, docs, others)
- server: fix resetting metadata catalog version to 43 while initializing postgres source with v1.0 catalog
## v2.0.1
- server: fix resetting metadata catalog version to 43 while initializing postgres source with v1.0 catalog
## v2.0.0

View File

@ -98,7 +98,7 @@
"firewallRuleName": "allow-all-azure-firewall-rule",
"containerGroupName": "[concat(parameters('name'), '-container-group')]",
"containerName": "hasura-graphql-engine",
"containerImage": "hasura/graphql-engine:v2.0.0"
"containerImage": "hasura/graphql-engine:v2.0.1"
},
"resources": [
{

View File

@ -55,7 +55,7 @@
"dbName": "[parameters('postgresDatabaseName')]",
"containerGroupName": "[concat(parameters('name'), '-container-group')]",
"containerName": "hasura-graphql-engine",
"containerImage": "hasura/graphql-engine:v2.0.0"
"containerImage": "hasura/graphql-engine:v2.0.1"
},
"resources": [
{

View File

@ -8,7 +8,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
graphql-engine:
image: hasura/graphql-engine:v2.0.0
image: hasura/graphql-engine:v2.0.1
depends_on:
- "postgres"
restart: always

View File

@ -8,7 +8,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
graphql-engine:
image: hasura/graphql-engine:v2.0.0
image: hasura/graphql-engine:v2.0.1
ports:
- "8080:8080"
depends_on:

View File

@ -19,7 +19,7 @@ services:
PGADMIN_DEFAULT_EMAIL: pgadmin@example.com
PGADMIN_DEFAULT_PASSWORD: admin
graphql-engine:
image: hasura/graphql-engine:v2.0.0
image: hasura/graphql-engine:v2.0.1
ports:
- "8080:8080"
depends_on:

View File

@ -8,7 +8,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
graphql-engine:
image: hasura/graphql-engine:v2.0.0
image: hasura/graphql-engine:v2.0.1
ports:
- "8080:8080"
depends_on:

View File

@ -8,7 +8,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
graphql-engine:
image: hasura/graphql-engine:v2.0.0
image: hasura/graphql-engine:v2.0.1
ports:
- "8080:8080"
depends_on:

View File

@ -8,7 +8,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
graphql-engine:
image: hasura/graphql-engine:v2.0.0
image: hasura/graphql-engine:v2.0.1
ports:
- "8080:8080"
depends_on:

View File

@ -3,4 +3,4 @@ docker run -d -p 8080:8080 \
-e HASURA_GRAPHQL_DATABASE_URL=postgres://username:password@hostname:port/dbname \
-e HASURA_GRAPHQL_ENABLE_CONSOLE=true \
-e HASURA_GRAPHQL_DEV_MODE=true \
hasura/graphql-engine:v2.0.0
hasura/graphql-engine:v2.0.1

View File

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: graphql-engine
image: hasura/graphql-engine:v2.0.0
image: hasura/graphql-engine:v2.0.1
ports:
- containerPort: 8080
readinessProbe:

View File

@ -18,7 +18,7 @@ spec:
app: hasura
spec:
containers:
- image: hasura/graphql-engine:v2.0.0
- image: hasura/graphql-engine:v2.0.1
imagePullPolicy: IfNotPresent
name: hasura
env:

View File

@ -48,3 +48,4 @@ v2.0.0-alpha.11 46
v2.0.0-beta.1 46
v2.0.0-beta.2 46
v2.0.0 46
v2.0.1 46