Skip to content

Commit

Permalink
Update n8n to [email protected] (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Dec 2, 2024
1 parent b03f3e5 commit 657a34f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.68.1@sha256:5e8acf8527ddf9d08a4f0e7ac042eb3fb31a6afa071ed2b8be2e47327b0acd49
image: n8nio/n8n:1.69.2@sha256:0adfff289ee1d4cc64644e909a140d620ec0f7d645fa0bc0852c369afadbe0e6
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
Expand Down
8 changes: 3 additions & 5 deletions n8n/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.68.1"
version: "1.69.2"
releaseNotes: >-
This update includes bug fixes and 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
- Fixed issues with workers view functionality
- Various stability improvements
Full release notes are found at https://github.com/n8n-io/n8n/releases
Expand Down

0 comments on commit 657a34f

Please sign in to comment.