Skip to content

Commit 79b9e1a

Browse files
committed
Upgrade the base image to the latest version in metadata.yaml
Update versions of libraries in poetry. PATCH bump source-apify-dataset version to 2.1.10 Build source-apify-dataset 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 0cc8229 commit 79b9e1a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

airbyte-integrations/connectors/source-apify-dataset/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ data:
33
hosts:
44
- api.apify.com
55
connectorBuildOptions:
6-
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
6+
baseImage: docker.io/airbyte/python-connector-base:1.2.3@sha256:a8abfdc75f8e22931657a1ae15069e7b925e74bb7b5ef36371a85e4caeae5696
77
connectorSubtype: api
88
connectorType: source
99
definitionId: 47f17145-fe20-4ef5-a548-e29b048adf84
10-
dockerImageTag: 2.1.9
10+
dockerImageTag: 2.1.10
1111
dockerRepository: airbyte/source-apify-dataset
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/apify-dataset
1313
githubIssueLabel: source-apify-dataset

airbyte-integrations/connectors/source-apify-dataset/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-apify-dataset/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.1.9"
6+
version = "2.1.10"
77
name = "source-apify-dataset"
88
description = "Source implementation for Apify Dataset."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/apify-dataset.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The Apify dataset connector uses [Apify Python Client](https://docs.apify.com/ap
7272

7373
| Version | Date | Pull Request | Subject |
7474
| :------ | :--------- | :----------------------------------------------------------- | :------------------------------------------------------------------------------ |
75+
| 2.1.10 | 2024-07-09 | [41189](https://github.com/airbytehq/airbyte/pull/41189) | Update dependencies |
7576
| 2.1.9 | 2024-07-06 | [40813](https://github.com/airbytehq/airbyte/pull/40813) | Update dependencies |
7677
| 2.1.8 | 2024-06-25 | [40411](https://github.com/airbytehq/airbyte/pull/40411) | Update dependencies |
7778
| 2.1.7 | 2024-06-22 | [40187](https://github.com/airbytehq/airbyte/pull/40187) | Update dependencies |

0 commit comments

Comments
 (0)