Skip to content

Commit

Permalink
Clickhouse/release-0.2.1 (#133)
Browse files Browse the repository at this point in the history
Release clickhouse v0.2.1
Includes release v0.2.0
  • Loading branch information
BenoitRanque authored Mar 25, 2024
1 parent a5b86c8 commit 137f982
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion registry/clickhouse/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "support@hasura.io",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 137f982

Please sign in to comment.