From c96c41e674df4611d8f4bdcfb54f0602cd780b9b Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Fri, 27 Mar 2026 15:31:57 +0100 Subject: [PATCH] Update n8n to n8n@2.13.4 (#5224) --- n8n/docker-compose.yml | 2 +- n8n/umbrel-app.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index ff4d85b5..2323d465 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:2.13.3@sha256:44a8df8aa3de533db83e07ef395f461471d217a965e78e1fc822e641a4904118 + image: n8nio/n8n:2.13.4@sha256:ab216dc8d10d1940a07f41f04355011ab03d0dec1fc03d62d5db3fc1bad815f5 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index 084250a4..b202aac8 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,9 +2,10 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "2.13.3" +version: "2.13.4" releaseNotes: >- - This is a patch release with bug fixes and minor improvements. + This is a patch release with bug fixes and minor improvements: + - Fixed an editor issue with the quick connect feature flag and first load behavior Full release notes are found at https://github.com/n8n-io/n8n/releases