Skip to content

Commit feceae8

Browse files
authored
🐙 source-google-directory: run up-to-date pipeline [2024-08-03] (#43089)
1 parent 45a26df commit feceae8

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

airbyte-integrations/connectors/source-google-directory/metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: d19ae824-e289-4b14-995a-0632eb46d246
5-
dockerImageTag: 0.2.10
5+
dockerImageTag: 0.2.11
66
dockerRepository: airbyte/source-google-directory
77
githubIssueLabel: source-google-directory
88
icon: googledirectory.svg
@@ -14,7 +14,7 @@ data:
1414
packageName: airbyte-source-google-directory
1515
registries:
1616
cloud:
17-
dockerImageTag: 0.2.10
17+
dockerImageTag: 0.2.11
1818
enabled: true
1919
oss:
2020
enabled: true

airbyte-integrations/connectors/source-google-directory/poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-google-directory/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.2.10"
6+
version = "0.2.11"
77
name = "source-google-directory"
88
description = "Source implementation for Google Directory."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/google-directory.md

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ You should now be ready to use the Google Directory connector in Airbyte.
7070

7171
| Version | Date | Pull Request | Subject |
7272
| :------ | :--------- | :------------------------------------------------------- | :----------------------------------------------------------- |
73+
| 0.2.11 | 2024-08-03 | [43089](https://github.com/airbytehq/airbyte/pull/43089) | Update dependencies |
7374
| 0.2.10 | 2024-07-27 | [42615](https://github.com/airbytehq/airbyte/pull/42615) | Update dependencies |
7475
| 0.2.9 | 2024-07-20 | [42191](https://github.com/airbytehq/airbyte/pull/42191) | Update dependencies |
7576
| 0.2.8 | 2024-07-13 | [41704](https://github.com/airbytehq/airbyte/pull/41704) | Update dependencies |

0 commit comments

Comments
 (0)