-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JVM connector-metadata.yaml to "Dockerized" command (#422)
Co-authored-by: Jonathan Weiss <[email protected]>
- Loading branch information
1 parent
526e7c4
commit 2438767
Showing
6 changed files
with
73 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
registry/hasura/mysql/releases/v1.0.8/connector-packaging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": "v1.0.8", | ||
"uri": "https://github.com/hasura/ndc-jvm-mono/releases/download/mysql%2Fv1.0.8/package.tar.gz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "a85e9375b59c65af37d9be5848ee72b991d75a776c8e93abd4c7f6c4583ecbeb" | ||
}, | ||
"source": { | ||
"hash": "1abb4d0a7972fc806c711fd18e0a73b95b023b47" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,8 @@ | |
"description": "Connect to an Oracle database and expose it to Hasura v3 Project", | ||
"title": "Oracle Connector", | ||
"logo": "logo.svg", | ||
"tags": [ | ||
"database" | ||
], | ||
"latest_version": "v1.0.5" | ||
"tags": ["database"], | ||
"latest_version": "v1.0.6" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
|
@@ -82,6 +80,17 @@ | |
"source": { | ||
"hash": "ab66004e7a0671cd1af7b84cd930d9c042fadb77" | ||
} | ||
}, | ||
{ | ||
"version": "v1.0.6", | ||
"uri": "https://github.com/hasura/ndc-jvm-mono/releases/download/oracle%2Fv1.0.6/package.tar.gz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "9e360d3e049b8e26315a79559fc1c5ccf3f71ff3021c3e6ea01762da5ff22913" | ||
}, | ||
"source": { | ||
"hash": "1abb4d0a7972fc806c711fd18e0a73b95b023b47" | ||
} | ||
} | ||
], | ||
"source_code": { | ||
|
@@ -117,6 +126,11 @@ | |
"tag": "oracle/v1.0.5", | ||
"hash": "ab66004e7a0671cd1af7b84cd930d9c042fadb77", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "oracle/v1.0.6", | ||
"hash": "1abb4d0a7972fc806c711fd18e0a73b95b023b47", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
|
11 changes: 11 additions & 0 deletions
11
registry/hasura/oracle/releases/v1.0.6/connector-packaging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": "v1.0.6", | ||
"uri": "https://github.com/hasura/ndc-jvm-mono/releases/download/oracle%2Fv1.0.6/package.tar.gz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "9e360d3e049b8e26315a79559fc1c5ccf3f71ff3021c3e6ea01762da5ff22913" | ||
}, | ||
"source": { | ||
"hash": "1abb4d0a7972fc806c711fd18e0a73b95b023b47" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,8 @@ | |
"description": "Connect to a Snowflake database and expose it to Hasura v3 Project", | ||
"title": "Snowflake Connector", | ||
"logo": "logo.svg", | ||
"tags": [ | ||
"database" | ||
], | ||
"latest_version": "v1.0.3" | ||
"tags": ["database"], | ||
"latest_version": "v1.0.4" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
|
@@ -60,6 +58,17 @@ | |
"source": { | ||
"hash": "9d1130bc4291338b7b3efdf01756ad0fbbcec2e1" | ||
} | ||
}, | ||
{ | ||
"version": "v1.0.4", | ||
"uri": "https://github.com/hasura/ndc-jvm-mono/releases/download/snowflake%2Fv1.0.4/package.tar.gz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "51f8b5339d89959b7be427f0016454c3b5fd8f7563ada738e38d6d2f5fbfdebb" | ||
}, | ||
"source": { | ||
"hash": "5cd7850ffd963c85bf7c99826f8dca4fe00422ab" | ||
} | ||
} | ||
], | ||
"source_code": { | ||
|
@@ -85,6 +94,11 @@ | |
"tag": "snowflake/v1.0.3", | ||
"hash": "9d1130bc4291338b7b3efdf01756ad0fbbcec2e1", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "snowflake/v1.0.4", | ||
"hash": "5cd7850ffd963c85bf7c99826f8dca4fe00422ab", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
|
11 changes: 11 additions & 0 deletions
11
registry/hasura/snowflake/releases/v1.0.4/connector-packaging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": "v1.0.4", | ||
"uri": "https://github.com/hasura/ndc-jvm-mono/releases/download/snowflake%2Fv1.0.4/package.tar.gz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "51f8b5339d89959b7be427f0016454c3b5fd8f7563ada738e38d6d2f5fbfdebb" | ||
}, | ||
"source": { | ||
"hash": "5cd7850ffd963c85bf7c99826f8dca4fe00422ab" | ||
} | ||
} |