Skip to content

Commit d7295a6

Browse files
authored
🐙 source-kyve: run up-to-date pipeline [2024-09-14] (#45493)
1 parent 40e66aa commit d7295a6

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
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.16
5+
dockerImageTag: 0.2.17
66
maxSecondsBetweenMessages: 7200
77
dockerRepository: airbyte/source-kyve
88
githubIssueLabel: source-kyve

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

+18-15
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.16"
6+
version = "0.2.17"
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.17 | 2024-09-14 | [45493](https://github.com/airbytehq/airbyte/pull/45493) | Update dependencies |
3233
| 0.2.16 | 2024-09-07 | [45219](https://github.com/airbytehq/airbyte/pull/45219) | Update dependencies |
3334
| 0.2.15 | 2024-08-31 | [44955](https://github.com/airbytehq/airbyte/pull/44955) | Update dependencies |
3435
| 0.2.14 | 2024-08-24 | [44687](https://github.com/airbytehq/airbyte/pull/44687) | Update dependencies |

0 commit comments

Comments
 (0)