Skip to content

Commit df5943d

Browse files
committed
Update connector-metadata.yaml for new releases
1 parent 3a1aad1 commit df5943d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
packagingDefinition:
22
type: PrebuiltDockerImage
3-
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.8"
3+
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.11"
44
supportedEnvironmentVariables:
55
- name: JDBC_URL
66
description: "The JDBC URL to connect to the database"
77
commands:
88
update:
99
type: Dockerized
10-
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.0
10+
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.5
1111
commandArgs: [update, --database, MYSQL, --schemas, $JDBC_SCHEMAS, --outfile, /etc/connector/configuration.json]
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packagingDefinition:
22
type: PrebuiltDockerImage
3-
dockerImage: "ghcr.io/hasura/ndc-jvm-oracle:v1.0.6"
3+
dockerImage: "ghcr.io/hasura/ndc-jvm-oracle:v1.0.7"
44
supportedEnvironmentVariables:
55
- name: JDBC_URL
66
description: "The JDBC URL to connect to the database"
@@ -9,5 +9,5 @@ supportedEnvironmentVariables:
99
commands:
1010
update:
1111
type: Dockerized
12-
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.0
12+
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.5
1313
commandArgs: [update, --database, ORACLE, --schemas, $JDBC_SCHEMAS, --outfile, /etc/connector/configuration.json]

ndc-connector-snowflake/.hasura-connector/connector-metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packagingDefinition:
22
type: PrebuiltDockerImage
3-
dockerImage: "ghcr.io/hasura/ndc-jvm-snowflake:v1.0.6"
3+
dockerImage: "ghcr.io/hasura/ndc-jvm-snowflake:v1.0.7"
44
supportedEnvironmentVariables:
55
- name: JDBC_URL
66
description: "The JDBC URL to connect to the database"

ndc-connector-trino/.hasura-connector/connector-metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packagingDefinition:
22
type: PrebuiltDockerImage
3-
dockerImage: "ghcr.io/hasura/ndc-jvm-trino:v1.0.0"
3+
dockerImage: "ghcr.io/hasura/ndc-jvm-trino:v1.0.1"
44
supportedEnvironmentVariables:
55
- name: JDBC_URL
66
description: "The JDBC URL to connect to the database"

0 commit comments

Comments
 (0)