diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index c91343f16e..e98fa0f971 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -10,7 +10,7 @@ services: PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" server: - image: n8nio/n8n:1.44.1@sha256:e86cd970292e6136d2babb3da0ba9b3129c9a153a777660303eee7e672f3540e + image: n8nio/n8n:1.51.2@sha256:7b60acb4a05c3f74146e0a9e7fdd54b6977ec74c7974c52bba5f5aaad97985b8 restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n @@ -20,4 +20,4 @@ services: - PGID=1000 # Used to set the url for editor, REST API & webhooks - N8N_HOST=$DEVICE_DOMAIN_NAME - - N8N_SECURE_COOKIE=false + - N8N_SECURE_COOKIE=false \ No newline at end of file diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index 450e230e77..110e00d087 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,10 +2,13 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "1.44.1" +version: "1.51.2" releaseNotes: >- - This release updates n8n from version 1.18.1 to 1.44.1. A full list of new features, performance improvements, and bug fixes for versions - between 1.18.1 to 1.44.1 can be found at https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md + This update includes several bug fixes and improvements: + - Fixed issue with existing credentials not opening in HTTP agent tool. + + + Full release notes are found at https://github.com/n8n-io/n8n/releases/tag/n8n%401.51.2. tagline: Build complex workflows, really fast description: >- n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, @@ -34,4 +37,4 @@ path: "" defaultUsername: "" defaultPassword: "" submitter: Pranshu Agrawal -submission: https://github.com/getumbrel/umbrel-apps/pull/283 +submission: https://github.com/getumbrel/umbrel-apps/pull/283 \ No newline at end of file