Skip to content

Commit

Permalink
Update n8n to version [email protected] (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Nov 27, 2024
1 parent 971a2f6 commit 758154d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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.67.1@sha256:ee4ef2c8a4439ca01efe60d7c56cd678facdce2b411a1e338bd446e6deb8e061
image: n8nio/n8n:1.68.1@sha256:5e8acf8527ddf9d08a4f0e7ac042eb3fb31a6afa071ed2b8be2e47327b0acd49
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
Expand Down
8 changes: 5 additions & 3 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.67.1"
version: "1.68.1"
releaseNotes: >-
This update includes bug fixes and improvements:
- Fixed issues with context helpers functionality
- Various stability improvements
- Fixed issues with form triggers and workflow canvas
- Improved error handling and stability
- Enhanced SQL query output and code editing functionality
- Various UI and performance improvements
Full release notes are found at https://github.com/n8n-io/n8n/releases
Expand Down

0 comments on commit 758154d

Please sign in to comment.