From d6dac2778205a114f46e5eff435dabe9cb00b8f3 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 20 Nov 2024 21:07:29 +1000 Subject: [PATCH] Update n8n to n8n@1.67.1 (#1806) --- n8n/docker-compose.yml | 2 +- n8n/umbrel-app.yml | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 05403bf44c..f94406968a 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.66.0@sha256:35379582637e089e56cc0f88aed8b18f7d1698176387a5e870ece5fc605c1891 + image: n8nio/n8n:1.67.1@sha256:ee4ef2c8a4439ca01efe60d7c56cd678facdce2b411a1e338bd446e6deb8e061 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index 9d9448feab..c278166908 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,13 +2,11 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "1.66.0" +version: "1.67.1" releaseNotes: >- - This update includes improvements to forms, canvas functionality and bug fixes: - - Fixed form trigger behavior in multi-form mode - - Improved mouse scrolling and middle-click support in workflow canvas - - Enhanced error handling and retry options for AI Assistant - - Various stability improvements and bug fixes + This update includes bug fixes and improvements: + - Fixed issues with context helpers functionality + - Various stability improvements Full release notes are found at https://github.com/n8n-io/n8n/releases