From f8687862708af0e280a567532d3a67642ecc886d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:17:42 +0000 Subject: [PATCH 1/2] chore(deps): update n8nio/n8n docker tag to v0.197.1 --- apps/n8n/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index bbed9ab6..beb587c9 100644 --- a/apps/n8n/docker-compose.yml +++ b/apps/n8n/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: n8n: container_name: n8n - image: n8nio/n8n:0.195.5 + image: n8nio/n8n:0.197.1 restart: unless-stopped ports: - ${APP_PORT}:5678 From e5355b810b42c22346463678a9e94591bca52727 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 22:17:52 +0000 Subject: [PATCH 2/2] Update app version --- apps/n8n/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/n8n/config.json b/apps/n8n/config.json index ed9f4549..2d6cd1ae 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -4,9 +4,11 @@ "available": true, "port": 8094, "id": "n8n", - "tipi_version": 2, - "version": "0.195.5", - "categories": ["automation"], + "tipi_version": 3, + "version": "0.197.1", + "categories": [ + "automation" + ], "description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.", "short_desc": "Workflow Automation Tool. Alternative to Zapier", "author": "n8n.io",