From 3be90d43eb1968a66e9616315fa621499d1f3ba2 Mon Sep 17 00:00:00 2001 From: Neil Macneale V Date: Mon, 12 Dec 2022 09:03:46 -0800 Subject: [PATCH] Bump connector version, and add PR to changelog --- .../init/src/main/resources/seed/source_definitions.yaml | 2 +- airbyte-integrations/connectors/source-fauna/Dockerfile | 2 +- docs/integrations/sources/fauna.md | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index 816fb80ddf58..ca808dfef1db 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -481,7 +481,7 @@ - name: Fauna sourceDefinitionId: 3825db3e-c94b-42ac-bd53-b5a9507ace2b dockerRepository: airbyte/source-fauna - dockerImageTag: 0.1.0 + dockerImageTag: 0.1.1 documentationUrl: https://docs.airbyte.com/integrations/sources/fauna icon: fauna.svg sourceType: database diff --git a/airbyte-integrations/connectors/source-fauna/Dockerfile b/airbyte-integrations/connectors/source-fauna/Dockerfile index 3762d70736b4..8ec7ca3d45c7 100644 --- a/airbyte-integrations/connectors/source-fauna/Dockerfile +++ b/airbyte-integrations/connectors/source-fauna/Dockerfile @@ -34,5 +34,5 @@ COPY source_fauna ./source_fauna ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=0.1.0 +LABEL io.airbyte.version=0.1.1 LABEL io.airbyte.name=airbyte/source-fauna diff --git a/docs/integrations/sources/fauna.md b/docs/integrations/sources/fauna.md index a4c4b55079bd..5e93bbd48008 100644 --- a/docs/integrations/sources/fauna.md +++ b/docs/integrations/sources/fauna.md @@ -222,6 +222,7 @@ FQL [`Select`](https://docs.fauna.com/fauna/current/api/fql/functions/select) is ## Changelog -| Version | Date | Pull Request | Subject | -| ------- | ---------- | -------------------------------------------------------- | ---------------- | -| 0.1.0 | 2022-11-17 | [15274](https://github.com/airbytehq/airbyte/pull/15274) | Add Fauna Source | +| Version | Date | Pull Request | Subject | +| ------- | ---------- | -------------------------------------------------------- | ------------------------------- | +| 0.1.1 | 2022-12-12 | [20275](https://github.com/airbytehq/airbyte/pull/20275) | Fix index lookup with no values | +| 0.1.0 | 2022-11-17 | [15274](https://github.com/airbytehq/airbyte/pull/15274) | Add Fauna Source |