Skip to content

Commit

Permalink
Upgrade the base image to the latest version in metadata.yaml
Browse files Browse the repository at this point in the history
PATCH bump source-zenloop version to 0.1.44
Create or update pull request on Airbyte repository
Add changelog entry
  • Loading branch information
airbyteio committed Feb 16, 2025
1 parent 3a47e8b commit 15801de
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:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
connectorSubtype: api
connectorType: source
definitionId: f1e4c7f6-db5c-4035-981f-d35ab4998794
dockerImageTag: 0.1.43
dockerImageTag: 0.1.44
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.43"
version = "0.1.44"
name = "source-zenloop"
description = "Source implementation for Zenloop."
authors = [ "Alexander Batoulis <[email protected]>",]
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.44 | 2025-02-16 | [54119](https://github.com/airbytehq/airbyte/pull/54119) | Update dependencies |
| 0.1.43 | 2025-02-01 | [53113](https://github.com/airbytehq/airbyte/pull/53113) | Update dependencies |
| 0.1.42 | 2025-01-25 | [52551](https://github.com/airbytehq/airbyte/pull/52551) | Update dependencies |
| 0.1.41 | 2025-01-18 | [51929](https://github.com/airbytehq/airbyte/pull/51929) | Update dependencies |
Expand Down

0 comments on commit 15801de

Please sign in to comment.