From 318ef3dae86e5247811835fef7aa7c063f8900af Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Thu, 24 Oct 2024 10:19:09 +0700 Subject: [PATCH] release ndc-stripe v0.3.0 --- registry/hasura/stripe/metadata.json | 7 ++++++- .../stripe/releases/v0.3.0/connector-packaging.json | 11 +++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 registry/hasura/stripe/releases/v0.3.0/connector-packaging.json diff --git a/registry/hasura/stripe/metadata.json b/registry/hasura/stripe/metadata.json index 7bff6f83..e0cdb52f 100644 --- a/registry/hasura/stripe/metadata.json +++ b/registry/hasura/stripe/metadata.json @@ -5,7 +5,7 @@ "title": "Stripe Connector", "logo": "logo.png", "tags": [], - "latest_version": "v0.2.3" + "latest_version": "v0.3.0" }, "author": { "support_email": "support@hasura.io", @@ -18,6 +18,11 @@ "is_open_source": true, "repository": "https://github.com/hasura/ndc-stripe", "version": [ + { + "tag": "v0.3.0", + "hash": "4b6ddfd4a867a000660953584e3bdd116ad33933", + "is_verified": true + }, { "tag": "v0.2.3", "hash": "71956bc9cc3eb1c08c0f22441a8c9d106dc6cea8", diff --git a/registry/hasura/stripe/releases/v0.3.0/connector-packaging.json b/registry/hasura/stripe/releases/v0.3.0/connector-packaging.json new file mode 100644 index 00000000..a3565e2e --- /dev/null +++ b/registry/hasura/stripe/releases/v0.3.0/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "v0.3.0", + "uri": "https://github.com/hasura/ndc-stripe/releases/download/v0.3.0/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "b9ddba2a3802948e0bc8dd6fc379196069c128cc7e7011d3b285668dfb1da4fa" + }, + "source": { + "hash": "4b6ddfd4a867a000660953584e3bdd116ad33933" + } +}