Skip to content

Commit 08b7be8

Browse files
authored
🐙 source-google-directory: run up-to-date pipeline [2024-09-07] (#45268)
1 parent 936e29a commit 08b7be8

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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.15
5+
dockerImageTag: 0.2.16
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
registryOverrides:
1616
cloud:
17-
dockerImageTag: 0.2.15
17+
dockerImageTag: 0.2.16
1818
enabled: true
1919
oss:
2020
enabled: true

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

+3-3
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.15"
6+
version = "0.2.16"
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.16 | 2024-09-07 | [45268](https://github.com/airbytehq/airbyte/pull/45268) | Update dependencies |
7374
| 0.2.15 | 2024-08-31 | [45006](https://github.com/airbytehq/airbyte/pull/45006) | Update dependencies |
7475
| 0.2.14 | 2024-08-24 | [44625](https://github.com/airbytehq/airbyte/pull/44625) | Update dependencies |
7576
| 0.2.13 | 2024-08-17 | [44243](https://github.com/airbytehq/airbyte/pull/44243) | Update dependencies |

0 commit comments

Comments
 (0)