mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
ci: update latest stable release as v2.25.1
GitOrigin-RevId: 884a2a2f5f798feb9984d407999a79d29d9ce54b
This commit is contained in:
parent
f2f989a6b8
commit
38891df9bb
@ -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.25.0 bash
|
||||
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.25.1 bash
|
||||
```
|
||||
|
||||
- Windows
|
||||
|
@ -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.25.0}
|
||||
version=${VERSION:-v2.25.1}
|
||||
|
||||
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.25.0 bash'
|
||||
log 'curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.25.1 bash'
|
||||
log "${NC}"
|
||||
|
||||
# check for existing hasura installation
|
||||
|
@ -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.25.0 bash
|
||||
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.25.1 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.25.0 bash
|
||||
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.25.1 bash
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
@ -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.25.0"
|
||||
"containerImage": "hasura/graphql-engine:v2.25.1"
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
|
@ -55,7 +55,7 @@
|
||||
"dbName": "[parameters('postgresDatabaseName')]",
|
||||
"containerGroupName": "[concat(parameters('name'), '-container-group')]",
|
||||
"containerName": "hasura-graphql-engine",
|
||||
"containerImage": "hasura/graphql-engine:v2.25.0"
|
||||
"containerImage": "hasura/graphql-engine:v2.25.1"
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
|
@ -27,7 +27,7 @@ services:
|
||||
- "${PWD}/cockroach-data:/cockroach/cockroach-data"
|
||||
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
depends_on:
|
||||
- "postgres"
|
||||
restart: always
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
volumes:
|
||||
- mssql_data:/var/opt/mssql
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
@ -19,7 +19,7 @@ services:
|
||||
PGADMIN_DEFAULT_EMAIL: pgadmin@example.com
|
||||
PGADMIN_DEFAULT_PASSWORD: admin
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
@ -23,7 +23,7 @@ services:
|
||||
- yugabyte-data:/var/lib/postgresql/data
|
||||
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: always
|
||||
|
@ -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.25.0
|
||||
hasura/graphql-engine:v2.25.1
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
hasura:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
@ -4,7 +4,7 @@
|
||||
"containerDefinitions": [
|
||||
{
|
||||
"name": "hasura",
|
||||
"image": "hasura/graphql-engine:v2.25.0",
|
||||
"image": "hasura/graphql-engine:v2.25.1",
|
||||
"portMappings": [
|
||||
{
|
||||
"hostPort": 8080,
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: always
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
fsGroup: 1001
|
||||
runAsUser: 1001
|
||||
containers:
|
||||
- image: hasura/graphql-engine:v2.25.0
|
||||
- image: hasura/graphql-engine:v2.25.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: hasura
|
||||
readinessProbe:
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
hasura:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
hasura:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
hasura:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
@ -13,7 +13,7 @@ services:
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgrespassword
|
||||
hasura:
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: graphql-engine
|
||||
image: hasura/graphql-engine:v2.25.0
|
||||
image: hasura/graphql-engine:v2.25.1
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
readinessProbe:
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
app: hasura
|
||||
spec:
|
||||
containers:
|
||||
- image: hasura/graphql-engine:v2.25.0
|
||||
- image: hasura/graphql-engine:v2.25.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: hasura
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user