Browse Source

Update n8n to n8n@1.52.2 (#1316)

main
Nathan Fretz 7 months ago
committed by GitHub
parent
commit
bc9388b86e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      n8n/docker-compose.yml
  2. 4
      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.51.2@sha256:7b60acb4a05c3f74146e0a9e7fdd54b6977ec74c7974c52bba5f5aaad97985b8
image: n8nio/n8n:1.52.2@sha256:7d2b3b2906bca4beb83e3d2e8d0e7b7f6c7ef9874941850766c09eadc14b4a34
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

4
n8n/umbrel-app.yml

@ -2,9 +2,9 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.51.2"
version: "1.52.2"
releaseNotes: >-
This update fixes an issue with existing credentials not opening in HTTP agent tool.
This update fixes an issue with workflow execution list scrolling after filter changes.
Full release notes are found at https://github.com/n8n-io/n8n/releases.

Loading…
Cancel
Save