From 3008b1af141cbf015822dcde10952856bc59e211 Mon Sep 17 00:00:00 2001 From: Tanmai Gopal Date: Wed, 30 Oct 2024 19:08:07 -0700 Subject: [PATCH] Version bump DuckDuckAPI to v0.4.1 (#371) --- registry/hasura/duckduckapi/metadata.json | 11 ++++++++++- .../releases/v0.4.0/connector-packaging.json | 11 +++++++++++ .../releases/v0.4.1/connector-packaging.json | 11 +++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 registry/hasura/duckduckapi/releases/v0.4.0/connector-packaging.json create mode 100644 registry/hasura/duckduckapi/releases/v0.4.1/connector-packaging.json diff --git a/registry/hasura/duckduckapi/metadata.json b/registry/hasura/duckduckapi/metadata.json index f9af9ca0..a87e4221 100644 --- a/registry/hasura/duckduckapi/metadata.json +++ b/registry/hasura/duckduckapi/metadata.json @@ -5,7 +5,7 @@ "title": "DuckDuckAPI Connector", "logo": "logo.png", "tags": [], - "latest_version": "v0.3.1" + "latest_version": "v0.4.1" }, "author": { "support_email": "support@hasura.io", @@ -18,6 +18,15 @@ "is_open_source": true, "repository": "https://github.com/hasura/ndc-duckduckapi/", "version": [ + { + "tag": "v0.4.1", + "hash": "67e7a10bc90427e44194845d5d498caccdc33ee9", + "is_verified": true + }, + "tag": "v0.4.0", + "hash": "bb6e1436ff2eebd4e4dc95e2dfd820ca9ef45669", + "is_verified": true + }, { "tag": "v0.3.1", "hash": "cb27286515545d5f6e1e2c255ace6ffa528bc87a", diff --git a/registry/hasura/duckduckapi/releases/v0.4.0/connector-packaging.json b/registry/hasura/duckduckapi/releases/v0.4.0/connector-packaging.json new file mode 100644 index 00000000..7352ab0f --- /dev/null +++ b/registry/hasura/duckduckapi/releases/v0.4.0/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "v0.4.0", + "uri": "https://github.com/hasura/ndc-duckduckapi/releases/download/v0.3.1/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "d120f8816b590a9e537d6f0a6fce2b2e6e15dcbbf9f9e45338993df55b74e0ca" + }, + "source": { + "hash": "bb6e1436ff2eebd4e4dc95e2dfd820ca9ef45669" + } +} diff --git a/registry/hasura/duckduckapi/releases/v0.4.1/connector-packaging.json b/registry/hasura/duckduckapi/releases/v0.4.1/connector-packaging.json new file mode 100644 index 00000000..41289e22 --- /dev/null +++ b/registry/hasura/duckduckapi/releases/v0.4.1/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "v0.4.1", + "uri": "https://github.com/hasura/ndc-duckduckapi/releases/download/v0.4.1/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "be9e25ef0b4d4dbec9de2c546be60ce3f1fad9814522bc59fb5b78be17857ae7" + }, + "source": { + "hash": "67e7a10bc90427e44194845d5d498caccdc33ee9" + } +}