Skip to content

Commit 963836c

Browse files
authored
🐙 source-n8n: run up-to-date pipeline [2024-08-31] (#45042)
1 parent 54fa911 commit 963836c

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

airbyte-integrations/connectors/source-n8n/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: 4a961f66-5e99-4430-8320-a73afe52f7a2
5-
dockerImageTag: 0.1.15
5+
dockerImageTag: 0.1.16
66
dockerRepository: airbyte/source-n8n
77
githubIssueLabel: source-n8n
88
icon: n8n.svg

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

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

airbyte-integrations/connectors/source-n8n/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.1.15"
6+
version = "0.1.16"
77
name = "source-n8n"
88
description = "Source implementation for N8n."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/n8n.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ You need a n8n instance or use cloud version
3232

3333
| Version | Date | Pull Request | Subject |
3434
| :------ | :--------- | :------------------------------------------------------- | :-------------------------------- |
35+
| 0.1.16 | 2024-08-31 | [45042](https://github.com/airbytehq/airbyte/pull/45042) | Update dependencies |
3536
| 0.1.15 | 2024-08-24 | [44695](https://github.com/airbytehq/airbyte/pull/44695) | Update dependencies |
3637
| 0.1.14 | 2024-08-17 | [44314](https://github.com/airbytehq/airbyte/pull/44314) | Update dependencies |
3738
| 0.1.13 | 2024-08-12 | [43862](https://github.com/airbytehq/airbyte/pull/43862) | Update dependencies |

0 commit comments

Comments
 (0)