Skip to content

Commit 9e45193

Browse files
authored
🐙 source-kyve: run up-to-date pipeline [2024-08-17] (#44218)
1 parent 317ec1d commit 9e45193

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 60a1efcc-c31c-4c63-b508-5b48b6a9f4a6
5-
dockerImageTag: 0.2.12
5+
dockerImageTag: 0.2.13
66
maxSecondsBetweenMessages: 7200
77
dockerRepository: airbyte/source-kyve
88
githubIssueLabel: source-kyve

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

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
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.2.12"
6+
version = "0.2.13"
77
name = "source-kyve"
88
description = "Source implementation for KYVE."
99
authors = [ "KYVE Core Team <[email protected]>",]

docs/integrations/sources/kyve.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ You can fetch with one source configuration more than one pool simultaneously. Y
2929

3030
| Version | Date | Pull Request | Subject |
3131
| :------ | :--------- | :----------- | :--------------------------------------------------- |
32+
| 0.2.13 | 2024-08-17 | [44218](https://github.com/airbytehq/airbyte/pull/44218) | Update dependencies |
3233
| 0.2.12 | 2024-08-10 | [43671](https://github.com/airbytehq/airbyte/pull/43671) | Update dependencies |
3334
| 0.2.11 | 2024-08-03 | [43059](https://github.com/airbytehq/airbyte/pull/43059) | Update dependencies |
3435
| 0.2.10 | 2024-07-27 | [42736](https://github.com/airbytehq/airbyte/pull/42736) | Update dependencies |

0 commit comments

Comments
 (0)