From 4d3db4c71efece7e75338675c760c7dbb05f2cde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 08:54:53 +0000 Subject: [PATCH 1/2] chore(deps): update n8nio/n8n docker tag to v0.199.0 --- 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 f735d62e..de3b611f 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.198.2 + image: n8nio/n8n:0.199.0 restart: unless-stopped ports: - ${APP_PORT}:5678 From 457907a0c04a3d443ace5775b4416de828ec6938 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 21 Oct 2022 08:55:07 +0000 Subject: [PATCH 2/2] Update app version --- apps/n8n/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/n8n/config.json b/apps/n8n/config.json index 7f46a4fc..568ac138 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8094, "id": "n8n", - "tipi_version": 4, - "version": "0.198.2", + "tipi_version": 5, + "version": "0.199.0", "categories": [ "automation" ],