Skip to content

Commit

Permalink
馃悪 source-zenloop: run up-to-date pipeline [2024-07-10] (#41514)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jul 11, 2024
1 parent e800b99 commit 9513c35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-zenloop/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ data:
hosts:
- api.zenloop.com
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: api
connectorType: source
definitionId: f1e4c7f6-db5c-4035-981f-d35ab4998794
dockerImageTag: 0.1.19
dockerImageTag: 0.1.20
dockerRepository: airbyte/source-zenloop
documentationUrl: https://docs.airbyte.com/integrations/sources/zenloop
githubIssueLabel: source-zenloop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.19"
version = "0.1.20"
name = "source-zenloop"
description = "Source implementation for Zenloop."
authors = [ "Alexander Batoulis <alexander.batoulis@hometogo.com>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/zenloop.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The Zenloop connector should not run into Zenloop API limitations under normal u

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.1.20 | 2024-07-10 | [41514](https://github.com/airbytehq/airbyte/pull/41514) | Update dependencies |
| 0.1.19 | 2024-07-09 | [41144](https://github.com/airbytehq/airbyte/pull/41144) | Update dependencies |
| 0.1.18 | 2024-07-06 | [40919](https://github.com/airbytehq/airbyte/pull/40919) | Update dependencies |
| 0.1.17 | 2024-06-25 | [40421](https://github.com/airbytehq/airbyte/pull/40421) | Update dependencies |
Expand Down

0 comments on commit 9513c35

Please sign in to comment.