Update n8n to version n8n@1.83.2 (#2371)

This commit is contained in:
Alexander L. 2025-03-18 23:56:50 +01:00 committed by GitHub
parent d6e64cdc47
commit 424a8399fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View File

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:1.82.3@sha256:311aa42efcf79d204475fed75b98a8b82a231901729fc38b4fce51f3159031e8
image: n8nio/n8n:1.83.2@sha256:5288543ac4dc1ea7149a93e38a24989c913c9007dd2459f6c730ac247c4d958f
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

View File

@ -2,14 +2,19 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.82.3"
version: "1.83.2"
releaseNotes: >-
This release contains bug fixes and improvements.
Notable changes:
- Fixed an issue with license handling for empty inputs on feature changes
- Fixed an issue with options parameters that have extra displayName field
- Fixed execution method assignment for Routing nodes with webhooks defined
- Fixed workflow execution issues with Call n8n Workflow Tool Node
- Enhanced Code node with AI generation for pinned data
- Improved editor functionality with better error display and usability fixes
- Fixed resource locator issues in multiple components
- Resolved connection problems with external services like GitHub, Google Sheets, and Supabase
Full release notes are found at https://github.com/n8n-io/n8n/releases
tagline: Build complex workflows, really fast