diff --git a/registry/hasura/http/metadata.json b/registry/hasura/http/metadata.json index 622c4817..3cf9a365 100644 --- a/registry/hasura/http/metadata.json +++ b/registry/hasura/http/metadata.json @@ -5,7 +5,7 @@ "title": "HTTP Connector", "logo": "logo.png", "tags": ["http", "rest", "api", "openapi"], - "latest_version": "v0.5.0" + "latest_version": "v0.6.0" }, "author": { "support_email": "support@hasura.io", @@ -16,13 +16,6 @@ "is_hosted_by_hasura": true, "source_code": { "is_open_source": true, - "repository": "https://github.com/hasura/ndc-http", - "version": [ - { - "tag": "v0.5.0", - "hash": "2280487ec010799c66e5354a7aeaca42920b8430", - "is_verified": true - } - ] + "repository": "https://github.com/hasura/ndc-http" } } diff --git a/registry/hasura/http/releases/v0.6.0/connector-packaging.json b/registry/hasura/http/releases/v0.6.0/connector-packaging.json new file mode 100644 index 00000000..3e59e7b8 --- /dev/null +++ b/registry/hasura/http/releases/v0.6.0/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "v0.6.0", + "uri": "https://github.com/hasura/ndc-http/releases/download/v0.6.0/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "47c7107e4a6f97ddc396aed99e16bd3399879750869d543d01ba5b998ae6691b" + }, + "source": { + "hash": "588255ca34d579abdac5f46ba5e50b07f9810e1f" + } +}