From e6ab080bfba56ea3a8c1ac0c8a151f7170a307ec Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Thu, 26 Mar 2026 10:22:27 +0100 Subject: [PATCH] Update n8n to n8n@2.13.3 (#5184) --- n8n/docker-compose.yml | 2 +- n8n/umbrel-app.yml | 20 ++------------------ 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index c4855490..ff4d85b5 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.2@sha256:72e962537379dcefeb63a01397a099576e2e89a365f5a75efb8a5ad5bc5cff6a + image: n8nio/n8n:2.13.3@sha256:44a8df8aa3de533db83e07ef395f461471d217a965e78e1fc822e641a4904118 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index 75d893ea..084250a4 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,25 +2,9 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "2.13.2" +version: "2.13.3" releaseNotes: >- - This release includes various bug fixes and improvements: - - Added custom tracing metadata support in the Agent Node - - Added batch operations, more filters, and DB token credential to the Baserow Node - - Added workflow execution duration histogram metric - - Added Chat hub support on the workflow canvas - - Added $now/$today support in the V8 isolate - - Added web-fetch tool for fetching external documentation in AI builder - - Fixed command bar not finding any workflows in the editor - - Fixed entity import failing in Kubernetes due to ZIP self-inclusion issues - - Fixed segfault in arm64 image due to missing native addon - - Fixed OAuth token being wiped during source control pull - - Fixed MCP webhook ID resolution during workflow creation and update - - Fixed MongoDB Atlas Vector Store using a singleton client instead of per-execution - - Fixed Notion Node to allow underscores in page URL slug validation - - Fixed Airtable Node output flattening from search and get operations - - Fixed HTTP Request Node invalid JSON field error messages - - Fixed resource mapper values not being preserved during floating node navigation + This is a patch release with bug fixes and minor improvements. Full release notes are found at https://github.com/n8n-io/n8n/releases