From 758154d1ef3b3aee0e2826def224568296bea5a5 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 27 Nov 2024 11:13:47 +1000 Subject: [PATCH] Update n8n to version n8n@1.68.0 (#1851) --- n8n/docker-compose.yml | 2 +- n8n/umbrel-app.yml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index f94406968a..33c352f5de 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -10,7 +10,7 @@ services: PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" server: - image: n8nio/n8n:1.67.1@sha256:ee4ef2c8a4439ca01efe60d7c56cd678facdce2b411a1e338bd446e6deb8e061 + image: n8nio/n8n:1.68.1@sha256:5e8acf8527ddf9d08a4f0e7ac042eb3fb31a6afa071ed2b8be2e47327b0acd49 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index c278166908..bba510e045 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,11 +2,13 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "1.67.1" +version: "1.68.1" releaseNotes: >- This update includes bug fixes and improvements: - - Fixed issues with context helpers functionality - - Various stability improvements + - Fixed issues with form triggers and workflow canvas + - Improved error handling and stability + - Enhanced SQL query output and code editing functionality + - Various UI and performance improvements Full release notes are found at https://github.com/n8n-io/n8n/releases