-
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.
Release clickhouse v0.2.1 Includes release v0.2.0
- Loading branch information
1 parent
a5b86c8
commit 137f982
Showing
1 changed file
with
17 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"title": "Clickhouse Native Data Connector", | ||
"logo": "logo.png", | ||
"tags": ["Clickhouse"], | ||
"latest_version": "v0.2.0" | ||
"latest_version": "v0.2.1" | ||
}, | ||
"author": { | ||
"support_email": "[email protected]", | ||
|
@@ -15,6 +15,17 @@ | |
"is_verified": true, | ||
"is_hosted_by_hasura": false, | ||
"packages": [ | ||
{ | ||
"version": "0.2.1", | ||
"uri": "https://github.com/hasura/ndc-clickhouse/releases/download/v0.2.1/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "5e88d1b7fb14638ceeaf5b6fac775b6cc68d62d8537fc25cd8e87cdf4dfb443e" | ||
}, | ||
"source": { | ||
"hash": "521365decd10db124c9865bd29fc4e60025a6892" | ||
} | ||
}, | ||
{ | ||
"version": "0.2.0", | ||
"uri": "https://github.com/hasura/ndc-clickhouse/releases/download/v0.2.0/connector-definition.tgz", | ||
|
@@ -31,6 +42,11 @@ | |
"is_open_source": true, | ||
"repository": "https://github.com/hasura/ndc-clickhouse/", | ||
"version": [ | ||
{ | ||
"tag": "v0.2.1", | ||
"hash": "521365decd10db124c9865bd29fc4e60025a6892", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.0", | ||
"hash": "4ec3b65c4fdbb37896e105ca89f8bdb1c25b277b", | ||
|