diff --git a/airbyte-integrations/connectors/source-n8n/metadata.yaml b/airbyte-integrations/connectors/source-n8n/metadata.yaml index 77e30cce0017a..c1e70cac96854 100644 --- a/airbyte-integrations/connectors/source-n8n/metadata.yaml +++ b/airbyte-integrations/connectors/source-n8n/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: api connectorType: source definitionId: 4a961f66-5e99-4430-8320-a73afe52f7a2 - dockerImageTag: 0.1.1 + dockerImageTag: 0.1.2 dockerRepository: airbyte/source-n8n githubIssueLabel: source-n8n icon: n8n.svg @@ -26,14 +26,16 @@ data: sl: 100 ql: 100 supportLevel: community - connectorTestSuitesOptions: - - suite: acceptanceTests - testSecrets: - - name: SECRET_SOURCE-N8N__CREDS - fileName: config.json - secretStore: - type: GSM - alias: airbyte-connector-testing-secret-store + # Disabling acceptance tests + # No/Low Airbyte cloud usage + # connectorTestSuitesOptions: + # - suite: acceptanceTests + # testSecrets: + # - name: SECRET_SOURCE-N8N__CREDS + # fileName: config.json + # secretStore: + # type: GSM + # alias: airbyte-connector-testing-secret-store connectorBuildOptions: - baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9 + baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0 metadataSpecVersion: "1.0" diff --git a/airbyte-integrations/connectors/source-n8n/pyproject.toml b/airbyte-integrations/connectors/source-n8n/pyproject.toml index bd54040b0603d..b2caf789f2653 100644 --- a/airbyte-integrations/connectors/source-n8n/pyproject.toml +++ b/airbyte-integrations/connectors/source-n8n/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.1.1" +version = "0.1.2" name = "source-n8n" description = "Source implementation for N8n." authors = [ "Airbyte ",] diff --git a/docs/integrations/sources/n8n.md b/docs/integrations/sources/n8n.md index 7af3461d81160..e657387401f6c 100644 --- a/docs/integrations/sources/n8n.md +++ b/docs/integrations/sources/n8n.md @@ -32,7 +32,8 @@ You need a n8n instance or use cloud version | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :-------------------------------- | +| 0.1.2 | 2024-06-06 | [39273](https://github.com/airbytehq/airbyte/pull/39273) | [autopull] Upgrade base image to v1.2.2 | | 0.1.1 | 2024-05-21 | [38482](https://github.com/airbytehq/airbyte/pull/38482) | [autopull] base image + poetry + up_to_date | | 0.1.0 | 2022-11-08 | [18745](https://github.com/airbytehq/airbyte/pull/18745) | 🎉 New Source: N8n [low-code cdk] | - \ No newline at end of file +