Skip to content

Commit 8950f67

Browse files
authored
🐙 destination-sftp-json: run up-to-date pipeline [2025-04-19] (#58238)
1 parent 97efed2 commit 8950f67

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

airbyte-integrations/connectors/destination-sftp-json/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
- suite: integrationTests
1111
connectorType: destination
1212
definitionId: e9810f61-4bab-46d2-bb22-edfc902e0644
13-
dockerImageTag: 0.2.10
13+
dockerImageTag: 0.2.11
1414
dockerRepository: airbyte/destination-sftp-json
1515
documentationUrl: https://docs.airbyte.com/integrations/destinations/sftp-json
1616
githubIssueLabel: destination-sftp-json

airbyte-integrations/connectors/destination-sftp-json/poetry.lock

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

airbyte-integrations/connectors/destination-sftp-json/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.2.10"
6+
version = "0.2.11"
77
name = "destination_sftp_json"
88
description = "Destination implementation for Sftp Json."
99
authors = [ "Airbyte <contact@airbyte.io>",]

docs/integrations/destinations/sftp-json.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ These files can then be accessed by creating an SFTP connection to the server an
4242

4343
| Version | Date | Pull Request | Subject |
4444
| :------ | :--------- | :----------------------------------------------------- | :---------------------------- |
45+
| 0.2.11 | 2025-04-19 | [58238](https://github.com/airbytehq/airbyte/pull/58238) | Update dependencies |
4546
| 0.2.10 | 2025-04-12 | [57592](https://github.com/airbytehq/airbyte/pull/57592) | Update dependencies |
4647
| 0.2.9 | 2025-04-05 | [57114](https://github.com/airbytehq/airbyte/pull/57114) | Update dependencies |
4748
| 0.2.8 | 2025-03-29 | [56615](https://github.com/airbytehq/airbyte/pull/56615) | Update dependencies |

0 commit comments

Comments
 (0)