mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update n8n to n8n@1.57.0 (#1440)
This commit is contained in:
parent
7111d45286
commit
8b15ce913e
|
@ -10,7 +10,7 @@ services:
|
|||
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
|
||||
|
||||
server:
|
||||
image: n8nio/n8n:1.56.2@sha256:144da5572a6dfac34bb1c079a347f055c56cc35943b0eb244c7225a18fe30dda
|
||||
image: n8nio/n8n:1.57.0@sha256:1aca01738deb8864a71e0b780162b3fa817aa630933e7943ee788e6e55319385
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/home/node/.n8n
|
||||
|
|
|
@ -2,12 +2,16 @@ manifestVersion: 1
|
|||
id: n8n
|
||||
category: automation
|
||||
name: n8n
|
||||
version: "1.56.2"
|
||||
version: "1.57.0"
|
||||
releaseNotes: >-
|
||||
This update includes a bug fix for Redis client disconnection during shutdown.
|
||||
This update includes bug fixes and improvements, such as:
|
||||
- Allowing AWS Bedrock Chat to be used with conversational agent
|
||||
- Fixing boolean config value parsing
|
||||
- Improving scheduler tasks to not trigger on follower instances
|
||||
- Enhancing the editor with various UI improvements
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/n8n-io/n8n/releases.
|
||||
Full release notes are found at https://github.com/n8n-io/n8n/releases
|
||||
tagline: Build complex workflows, really fast
|
||||
description: >-
|
||||
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code,
|
||||
|
|
Loading…
Reference in New Issue
Block a user