Update n8n to n8n@2.13.3 (#5184)

This commit is contained in:
Alexander L. 2026-03-26 10:22:27 +01:00 committed by GitHub
parent 980a3b35f3
commit e6ab080bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 19 deletions

View File

@ -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

View File

@ -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