Update n8n to n8n@2.13.4 (#5224)

This commit is contained in:
Alexander L. 2026-03-27 15:31:57 +01:00 committed by GitHub
parent c60371b9c9
commit c96c41e674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

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

View File

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