Browse Source

Update n8n to n8n@1.65.2 (#1733)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
808cb0dc55
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      n8n/docker-compose.yml
  2. 6
      n8n/umbrel-app.yml

2
n8n/docker-compose.yml

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:1.64.3@sha256:4d9116228d426ce24c442a744e9c11ee7c1187713f93f21dd5a34a12584708c1
image: n8nio/n8n:1.65.2@sha256:a26f71e58a274384d32422711a36b9cbf1298909d34f964ab31754215f0c154a
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

6
n8n/umbrel-app.yml

@ -2,9 +2,11 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.64.3"
version: "1.65.2"
releaseNotes: >-
This update includes bug fixes and improvements related to execution data handling and error processing.
This update includes improvements to the canvas functionality and form handling:
- Better mouse scrolling support in the workflow canvas
- Fixed form trigger behavior in multi-form mode
Full release notes are found at https://github.com/n8n-io/n8n/releases

Loading…
Cancel
Save