Skip to content

Commit 2c85ae3

Browse files
authored
🐙 source-dockerhub: run up-to-date pipeline [2024-08-10] (#43670)
1 parent da4d138 commit 2c85ae3

File tree

4 files changed

+67
-64
lines changed

4 files changed

+67
-64
lines changed

airbyte-integrations/connectors/source-dockerhub/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: 72d405a3-56d8-499f-a571-667c03406e43
14-
dockerImageTag: 0.2.14
14+
dockerImageTag: 0.2.15
1515
dockerRepository: airbyte/source-dockerhub
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/dockerhub
1717
githubIssueLabel: source-dockerhub

airbyte-integrations/connectors/source-dockerhub/poetry.lock

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

airbyte-integrations/connectors/source-dockerhub/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.14"
6+
version = "0.2.15"
77
name = "source-dockerhub"
88
description = "Source implementation for Dockerhub."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/dockerhub.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This connector has been tested for the Airbyte organization, which has 266 repos
3939

4040
| Version | Date | Pull Request | Subject |
4141
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
42+
| 0.2.15 | 2024-08-10 | [43670](https://github.com/airbytehq/airbyte/pull/43670) | Update dependencies |
4243
| 0.2.14 | 2024-08-03 | [43145](https://github.com/airbytehq/airbyte/pull/43145) | Update dependencies |
4344
| 0.2.13 | 2024-07-27 | [42715](https://github.com/airbytehq/airbyte/pull/42715) | Update dependencies |
4445
| 0.2.12 | 2024-07-20 | [42265](https://github.com/airbytehq/airbyte/pull/42265) | Update dependencies |

0 commit comments

Comments
 (0)