Nathan Fretz
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
6 deletions
-
n8n/docker-compose.yml
-
n8n/umbrel-app.yml
|
|
@ -10,7 +10,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" |
|
|
|
|
|
|
|
server: |
|
|
|
image: n8nio/n8n:1.57.0@sha256:1aca01738deb8864a71e0b780162b3fa817aa630933e7943ee788e6e55319385 |
|
|
|
image: n8nio/n8n:1.58.2@sha256:e8387334e4cc281a77c481137289f9570425c150c80a7e8d751f21288ab84825 |
|
|
|
restart: on-failure |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data:/home/node/.n8n |
|
|
|
|
|
@ -2,13 +2,11 @@ manifestVersion: 1 |
|
|
|
id: n8n |
|
|
|
category: automation |
|
|
|
name: n8n |
|
|
|
version: "1.57.0" |
|
|
|
version: "1.58.2" |
|
|
|
releaseNotes: >- |
|
|
|
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 |
|
|
|
- Restoring queue listeners for webhook processes |
|
|
|
- Showing documentation links in the credential modal when the docs sidebar is hidden |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/n8n-io/n8n/releases |
|
|
|