From ca455d73b10fac4c4d3246da86257b3f54ec983d Mon Sep 17 00:00:00 2001 From: gneeri Date: Wed, 4 Sep 2024 10:23:28 -0400 Subject: [PATCH] added v1.0.2 release for Elasticsearch (#266) Co-authored-by: Karthikeyan Chinnakonda --- registry/hasura/elasticsearch/metadata.json | 18 +++++++++++++++++- .../releases/v1.0.2/connector-packaging.json | 11 +++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 registry/hasura/elasticsearch/releases/v1.0.2/connector-packaging.json diff --git a/registry/hasura/elasticsearch/metadata.json b/registry/hasura/elasticsearch/metadata.json index 75b74dcb..0c3c24ec 100644 --- a/registry/hasura/elasticsearch/metadata.json +++ b/registry/hasura/elasticsearch/metadata.json @@ -7,7 +7,7 @@ "tags": [ "search" ], - "latest_version": "v1.0.1" + "latest_version": "v1.0.2" }, "author": { "support_email": "support@hasura.io", @@ -71,6 +71,17 @@ "source": { "hash": "72fad205f57e88781da6acafe1e03a7d220467c7" } + }, + { + "version": "1.0.2", + "uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v1.0.2/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "d9548c6463e29f2b7c2d40923cee2c2073b0ff7cefe83b68f7cb7b0d485cf8f1" + }, + "source": { + "hash": "19c1dfbce44db9fb9a71e9ca68c93de2d5fade6c" + } } ], "source_code": { @@ -101,6 +112,11 @@ "tag": "v1.0.1", "hash": "72fad205f57e88781da6acafe1e03a7d220467c7", "is_verified": true + }, + { + "tag": "v1.0.2", + "hash": "19c1dfbce44db9fb9a71e9ca68c93de2d5fade6c", + "is_verified": true } ] } diff --git a/registry/hasura/elasticsearch/releases/v1.0.2/connector-packaging.json b/registry/hasura/elasticsearch/releases/v1.0.2/connector-packaging.json new file mode 100644 index 00000000..e907f61f --- /dev/null +++ b/registry/hasura/elasticsearch/releases/v1.0.2/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "1.0.2", + "uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v1.0.2/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "d9548c6463e29f2b7c2d40923cee2c2073b0ff7cefe83b68f7cb7b0d485cf8f1" + }, + "source": { + "hash": "19c1dfbce44db9fb9a71e9ca68c93de2d5fade6c" + } +}