From 0585a5d52debe40fc31d6af19a054c95f5a59b24 Mon Sep 17 00:00:00 2001 From: Marcos Marx Date: Thu, 21 Oct 2021 17:32:21 -0300 Subject: [PATCH] Publish PR 6930: google dir fix members (#7218) * Google Directory: Fix crash if there's a group don't have members * bump version Co-authored-by: Xiangxuan Liu --- .../d19ae824-e289-4b14-995a-0632eb46d246.json | 2 +- .../init/src/main/resources/seed/source_definitions.yaml | 2 +- .../connectors/source-google-directory/Dockerfile | 2 +- docs/integrations/sources/google-directory.md | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/d19ae824-e289-4b14-995a-0632eb46d246.json b/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/d19ae824-e289-4b14-995a-0632eb46d246.json index e0a0327fffd7..7e1649ea6374 100644 --- a/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/d19ae824-e289-4b14-995a-0632eb46d246.json +++ b/airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/d19ae824-e289-4b14-995a-0632eb46d246.json @@ -2,6 +2,6 @@ "sourceDefinitionId": "d19ae824-e289-4b14-995a-0632eb46d246", "name": "Google Directory", "dockerRepository": "airbyte/source-google-directory", - "dockerImageTag": "0.1.4", + "dockerImageTag": "0.1.5", "documentationUrl": "https://docs.airbyte.io/integrations/sources/google-directory" } 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 f9896c372ed5..2943f66f1017 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -284,7 +284,7 @@ - sourceDefinitionId: d19ae824-e289-4b14-995a-0632eb46d246 name: Google Directory dockerRepository: airbyte/source-google-directory - dockerImageTag: 0.1.4 + dockerImageTag: 0.1.5 documentationUrl: https://docs.airbyte.io/integrations/sources/google-directory sourceType: api - sourceDefinitionId: 6acf6b55-4f1e-4fca-944e-1a3caef8aba8 diff --git a/airbyte-integrations/connectors/source-google-directory/Dockerfile b/airbyte-integrations/connectors/source-google-directory/Dockerfile index d4cd0568619f..65af5d8719f9 100644 --- a/airbyte-integrations/connectors/source-google-directory/Dockerfile +++ b/airbyte-integrations/connectors/source-google-directory/Dockerfile @@ -14,5 +14,5 @@ RUN pip install ".[main]" ENV AIRBYTE_ENTRYPOINT "/airbyte/base.sh" -LABEL io.airbyte.version=0.1.4 +LABEL io.airbyte.version=0.1.5 LABEL io.airbyte.name=airbyte/source-google-directory diff --git a/docs/integrations/sources/google-directory.md b/docs/integrations/sources/google-directory.md index 83eb0cf6dde6..b82e6f06f2f3 100644 --- a/docs/integrations/sources/google-directory.md +++ b/docs/integrations/sources/google-directory.md @@ -58,4 +58,5 @@ You should now be ready to use the Google Directory connector in Airbyte. | Version | Date | Pull Request | Subject | | :------ | :-------- | :----- | :------ | +| 0.1.5 | 2021-10-20 | [6930](https://github.com/airbytehq/airbyte/pull/6930) | Fix crash when a group don't have members | | 0.1.4 | 2021-10-19 | [7167](https://github.com/airbytehq/airbyte/pull/7167) | Add organizations and phones to `users` schema |