Update n8n to n8n@2.13.2 (#5166)

This commit is contained in:
Alexander L. 2026-03-25 13:00:38 +01:00 committed by GitHub
parent 9796d0678b
commit 9c3c9ee869
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 17 deletions

View File

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:2.12.2@sha256:1e764de257f2b1eb6fc0e2477bd82cf8f5de9e68b82ac243b1a2db1551426723
image: n8nio/n8n:2.13.2@sha256:72e962537379dcefeb63a01397a099576e2e89a365f5a75efb8a5ad5bc5cff6a
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

View File

@ -2,24 +2,25 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "2.12.2"
version: "2.13.2"
releaseNotes: >-
This release includes various bug fixes and improvements:
- Added 1Password external secrets provider support
- Added SSRF protection for outgoing requests
- Added option to hide credential overwrites
- Added support for publishing community nodes through GitHub Actions
- Added configurable HTTP status code for OAuth2 token refresh
- Fixed task runner hanging when connection attempt fails
- Fixed cache handling for Redis missing keys and falsy values
- Fixed Python and JS task runners on Windows
- Fixed expression autocomplete for optional chaining in the editor
- Fixed credential resolver permissions for member users
- Fixed Customer.io nodes migrated from deprecated beta API to App API
- Fixed Notion Node skipping unsupported block types
- Fixed Slack Trigger Node ignoring users/bots for message_changed events
- Fixed Todoist Node task filtering endpoint
- Fixed Facebook Trigger Node Graph API calls
- 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
Full release notes are found at https://github.com/n8n-io/n8n/releases