Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update n8n to version [email protected] #1519

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"

server:
image: n8nio/n8n:1.59.3@sha256:040a60a18fe900fad1147d902b6dcad8f5151e7efa78f3321f1273fcb71336e3
image: n8nio/n8n:1.59.4@sha256:94948b84bf86d7bae482eb1c74fe02c32c21d48db2f236f7744218ef46c002bd
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
Expand Down
10 changes: 6 additions & 4 deletions n8n/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.59.3"
version: "1.59.4"
releaseNotes: >-
This update includes several bug fixes and improvements.


This update includes bug fixes and improvements, such as:
- Preventing clipboard XSS injection
- Updating grid size when opening credentials support chat


Full release notes are found at https://github.com/n8n-io/n8n/releases
tagline: Build complex workflows, really fast
description: >-
Expand Down