From b099f4766978ff9b3773ee075e9e764ea44acb10 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Thu, 7 Nov 2024 14:29:15 +1000 Subject: [PATCH] Update n8n to n8n@1.66.0 (#1758) --- 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 2c12709..05403bf 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.65.2@sha256:a26f71e58a274384d32422711a36b9cbf1298909d34f964ab31754215f0c154a + image: n8nio/n8n:1.66.0@sha256:35379582637e089e56cc0f88aed8b18f7d1698176387a5e870ece5fc605c1891 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index 6147b55..9d9448f 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.65.2" +version: "1.66.0" releaseNotes: >- - This update includes improvements to the canvas functionality and form handling: - - Better mouse scrolling support in the workflow canvas + 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 Full release notes are found at https://github.com/n8n-io/n8n/releases