Skip to content

Commit da054b1

Browse files
committed
Upgrade the base image to the latest version in metadata.yaml
Update versions of libraries in poetry. PATCH bump source-jina-ai-reader version to 0.1.23 Build source-jina-ai-reader 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 9bea687 commit da054b1

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

airbyte-integrations/connectors/source-jina-ai-reader/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ data:
1313
enabled: true
1414
packageName: airbyte-source-jina-ai-reader
1515
connectorBuildOptions:
16-
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
16+
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
1717
connectorSubtype: api
1818
connectorType: source
1919
definitionId: 47077a7f-7ab0-47ee-b428-650396a708c7
20-
dockerImageTag: 0.1.22
20+
dockerImageTag: 0.1.23
2121
dockerRepository: airbyte/source-jina-ai-reader
2222
githubIssueLabel: source-jina-ai-reader
2323
icon: jina-ai-reader.svg

airbyte-integrations/connectors/source-jina-ai-reader/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-jina-ai-reader/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 = "0.1.22"
6+
version = "0.1.23"
77
name = "source-jina-ai-reader"
88
description = "Source implementation for jina-ai-reader."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/sources/jina-ai-reader.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The website also provides a free bearer token for testing with its interface.
5050

5151
| Version | Date | Pull Request | Subject |
5252
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------- |
53+
| 0.1.23 | 2024-12-14 | [49274](https://github.com/airbytehq/airbyte/pull/49274) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
5354
| 0.1.22 | 2024-12-12 | [48929](https://github.com/airbytehq/airbyte/pull/48929) | Update dependencies |
5455
| 0.1.21 | 2024-11-04 | [48170](https://github.com/airbytehq/airbyte/pull/48170) | Update dependencies |
5556
| 0.1.20 | 2024-10-28 | [47085](https://github.com/airbytehq/airbyte/pull/47085) | Update dependencies |

0 commit comments

Comments
 (0)