ci: update latest stable release as v2.39.0

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10809
GitOrigin-RevId: 09df4c35cffae8f1b11c16c5293805079141d85c
This commit is contained in:
Rikin Kachhia 2024-05-09 15:51:10 +05:30 committed by hasura-bot
parent 7f166c3372
commit b1c2998fc4
26 changed files with 38 additions and 38 deletions

View File

@ -19,7 +19,7 @@
You can also install a specific version of the CLI by providing the `VERSION` variable:
```bash
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.38.0 bash
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.39.0 bash
```
- Windows

View File

@ -44,7 +44,7 @@ log "Selecting version..."
# version=${VERSION:-`echo $(curl -s -f -H 'Content-Type: application/json' \
# https://releases.hasura.io/graphql-engine?agent=cli-get.sh) | sed -n -e "s/^.*\"$release\":\"\([^\",}]*\)\".*$/\1/p"`}
version=${VERSION:-v2.38.0}
version=${VERSION:-v2.39.0}
if [ ! $version ]; then
log "${YELLOW}"
@ -62,7 +62,7 @@ log "Selected version: $version"
log "${YELLOW}"
log NOTE: Install a specific version of the CLI by using VERSION variable
log 'curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.38.0 bash'
log 'curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.39.0 bash'
log "${NC}"
# check for existing hasura installation

View File

@ -46,7 +46,7 @@ curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL
You can also install a specific version of the CLI by providing the `VERSION` variable:
```bash
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.38.0 bash
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.39.0 bash
```
</TabItem>
@ -71,7 +71,7 @@ curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL
You can also install a specific version of the CLI by providing the `VERSION` variable:
```bash
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.38.0 bash
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.39.0 bash
```
</TabItem>

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.38.0"
"containerImage": "hasura/graphql-engine:v2.39.0"
},
"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.38.0"
"containerImage": "hasura/graphql-engine:v2.39.0"
},
"resources": [
{

View File

@ -27,7 +27,7 @@ services:
- "${PWD}/cockroach-data:/cockroach/cockroach-data"
graphql-engine:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
ports:
- "8080:8080"
depends_on:

View File

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

View File

@ -15,7 +15,7 @@ services:
volumes:
- mssql_data:/var/opt/mssql
graphql-engine:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
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.38.0
image: hasura/graphql-engine:v2.39.0
ports:
- "8080:8080"
depends_on:

View File

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

View File

@ -23,7 +23,7 @@ services:
- yugabyte-data:/var/lib/postgresql/data
graphql-engine:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
ports:
- "8080:8080"
depends_on:

View File

@ -8,7 +8,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
graphql-engine:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
ports:
- "8080:8080"
restart: always
@ -31,7 +31,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/graphql-data-connector:v2.38.0
image: hasura/graphql-data-connector:v2.39.0
restart: always
ports:
- 8081:8081

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.38.0
hasura/graphql-engine:v2.39.0

View File

@ -13,7 +13,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
hasura:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
restart: always
ports:
- 8080:8080
@ -48,7 +48,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/graphql-data-connector:v2.38.0
image: hasura/graphql-data-connector:v2.39.0
restart: always
ports:
- 8081:8081

View File

@ -4,7 +4,7 @@
"containerDefinitions": [
{
"name": "hasura",
"image": "hasura/graphql-engine:v2.38.0",
"image": "hasura/graphql-engine:v2.39.0",
"portMappings": [
{
"hostPort": 8080,

View File

@ -13,7 +13,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
hasura:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
restart: always
ports:
- 8080:8080
@ -48,7 +48,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/clickhouse-data-connector:v2.38.0
image: hasura/clickhouse-data-connector:v2.39.0
restart: always
ports:
- 8080:8081

View File

@ -15,7 +15,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
graphql-engine:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
ports:
- "8080:8080"
restart: always
@ -47,7 +47,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/graphql-data-connector:v2.38.0
image: hasura/graphql-data-connector:v2.39.0
restart: always
ports:
- 8081:8081

View File

@ -18,7 +18,7 @@ spec:
fsGroup: 1001
runAsUser: 1001
containers:
- image: hasura/graphql-engine:v2.38.0
- image: hasura/graphql-engine:v2.39.0
imagePullPolicy: IfNotPresent
name: hasura
readinessProbe:

View File

@ -13,7 +13,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
hasura:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
restart: always
ports:
- 8080:8080
@ -48,7 +48,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/graphql-data-connector:v2.38.0
image: hasura/graphql-data-connector:v2.39.0
restart: always
ports:
- 8081:8081

View File

@ -30,7 +30,7 @@ services:
MONGO_INITDB_ROOT_USERNAME: mongouser
MONGO_INITDB_ROOT_PASSWORD: mongopassword
hasura:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
restart: always
ports:
- 8080:8080
@ -60,7 +60,7 @@ services:
postgres:
condition: service_healthy
mongo-data-connector:
image: hasura/mongo-data-connector:v2.38.0
image: hasura/mongo-data-connector:v2.39.0
ports:
- 3000:3000
volumes:

View File

@ -13,7 +13,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
hasura:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
restart: always
ports:
- 8080:8080
@ -48,7 +48,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/graphql-data-connector:v2.38.0
image: hasura/graphql-data-connector:v2.39.0
restart: always
ports:
- 8081:8081

View File

@ -13,7 +13,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
hasura:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
restart: always
ports:
- 8080:8080
@ -48,7 +48,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/graphql-data-connector:v2.38.0
image: hasura/graphql-data-connector:v2.39.0
restart: always
ports:
- 8081:8081

View File

@ -13,7 +13,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
hasura:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
restart: always
ports:
- 8080:8080
@ -48,7 +48,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/graphql-data-connector:v2.38.0
image: hasura/graphql-data-connector:v2.39.0
restart: always
ports:
- 8081:8081

View File

@ -13,7 +13,7 @@ services:
environment:
POSTGRES_PASSWORD: postgrespassword
hasura:
image: hasura/graphql-engine:v2.38.0
image: hasura/graphql-engine:v2.39.0
restart: always
ports:
- 8080:8080
@ -48,7 +48,7 @@ services:
data-connector-agent:
condition: service_healthy
data-connector-agent:
image: hasura/graphql-data-connector:v2.38.0
image: hasura/graphql-data-connector:v2.39.0
restart: always
ports:
- 8081:8081

View File

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

View File

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