From 79a1048bf115e4fed981f8510e3694963909a1b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 17:14:46 +0000 Subject: [PATCH 1/2] chore(deps): update n8nio/n8n docker tag to v0.198.2 --- 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 beb587c9..f735d62e 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.197.1 + image: n8nio/n8n:0.198.2 restart: unless-stopped ports: - ${APP_PORT}:5678 From 5ba282da0f6b78e0bc6c63e16dd72a2bcef5cc63 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 18 Oct 2022 17:14:57 +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 2d6cd1ae..7f46a4fc 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8094, "id": "n8n", - "tipi_version": 3, - "version": "0.197.1", + "tipi_version": 4, + "version": "0.198.2", "categories": [ "automation" ],