Skip to content

Commit f0d26e8

Browse files
committed
Upgrade the base image to the latest version in metadata.yaml
Update versions of libraries in poetry. PATCH bump source-pipedrive version to 2.3.8 Build source-pipedrive docker image for platform(s) linux/amd64, linux/arm64 Get dependency updates Create or update pull request on Airbyte repository Add changelog entry
1 parent 3a47e8b commit f0d26e8

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data:
1717
connectorSubtype: api
1818
connectorType: source
1919
definitionId: d8286229-c680-4063-8c59-23b9b391c700
20-
dockerImageTag: 2.3.7
20+
dockerImageTag: 2.3.8
2121
dockerRepository: airbyte/source-pipedrive
2222
documentationUrl: https://docs.airbyte.com/integrations/sources/pipedrive
2323
githubIssueLabel: source-pipedrive
@@ -63,5 +63,5 @@ data:
6363
type: GSM
6464
alias: airbyte-connector-testing-secret-store
6565
connectorBuildOptions:
66-
baseImage: docker.io/airbyte/python-connector-base:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75
66+
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
6767
metadataSpecVersion: "1.0"

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

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-pipedrive/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "2.3.7"
6+
version = "2.3.8"
77
name = "source-pipedrive"
88
description = "Source implementation for Pipedrive."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/pipedrive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The Pipedrive connector will gracefully handle rate limits. For more information
112112

113113
| Version | Date | Pull Request | Subject |
114114
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
115+
| 2.3.8 | 2025-02-15 | [53969](https://github.com/airbytehq/airbyte/pull/53969) | Update dependencies |
115116
| 2.3.7 | 2025-02-08 | [53488](https://github.com/airbytehq/airbyte/pull/53488) | Update dependencies |
116117
| 2.3.6 | 2025-02-01 | [52986](https://github.com/airbytehq/airbyte/pull/52986) | Update dependencies |
117118
| 2.3.5 | 2025-01-25 | [52477](https://github.com/airbytehq/airbyte/pull/52477) | Update dependencies |

0 commit comments

Comments
 (0)