Update n8nio/n8n Docker tag to v1.84.1 #4

Merged
sebleh merged 1 commit from renovate/n8nio-n8n-1.x into main 2025-03-18 23:37:06 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
n8nio/n8n (source) final minor 1.82.1 -> 1.84.1

Release Notes

n8n-io/n8n (n8nio/n8n)

v1.84.0

Bug Fixes
  • AWS SES Node: Encode template parameters properly (#​13570) (ca8d249)
  • core: Avoid using structuredClone on node descriptions (#​13832) (d2df154)
  • core: Clean run data for dirty nodes properly, including their children (#​13821) (b3f9cde)
  • core: Ensure worker stops picking up new jobs while shutting down (#​13714) (4fe2495)
  • core: Find correct start nodes when the first node after that has no run data has pinned data (#​13784) (cbf2476)
  • core: License should ignore empty input on onFeatureChange (#​13912) (dedcdbd)
  • core: Log all command errors messages (#​13827) (e8334ee)
  • core: Update samlify and xml-crypto to address CVE-2025-29775 and CVE-2025-29774 (#​13951) (c91688d)
  • Do not trigger sendAndWait response on bot visit if response type is approval (#​13792) (526a2e4)
  • editor: Add disabled state with tooltip on project creation buttons if user lacks permission (#​13867) (e33d0d7)
  • editor: Decrease notification max-height (#​13858) (1c2feb4)
  • editor: Disable test step option in context menu for sub-nodes (#​13816) (b6d5092)
  • editor: Disable deactivated node execution (#​13643) (473f6d4)
  • editor: Fix logo alignment issues (#​13870) (d2e4706)
  • editor: Fix NDV panels size on narrow screens (#​13708) (899f6c9)
  • editor: Fix options parameters that have extra displayName field (#​13928) (eec3251)
  • editor: Increase contrast on hover for AI button (#​13920) (c239b8f)
  • editor: Tweak schema view empty state copy and styling (#​13819) (cfc7a14)
  • Execute method should be assigned to a Routing node even if it has webhook defined (#​13910) (3a4247a)
  • MySQL Node: Fix potential sql injection (#​13818) (dd4f51c)
  • n8n Form Node: Resolve expressions in HTML fields (#​13755) (de23ae5)
  • n8n Form Trigger Node: Add back the query selector for multiselect (#​13987) (39208dc)
  • OpenAI Chat Model Node: Sort models alphabetically (#​13909) (3103748)
  • Postgres Node: RMC do not mark collumn as required if identity_generation is BY DEFAULT (#​13752) (b563254)
  • Structured Output Parser Node, Auto-fixing Output Parser Node, Tools Agent Node: Structured output improvements (#​13908) (5b6b787)
  • Update Sentry rewriteFramesIntegration prefix (no-changleog) (#​13900) (1eec246)
Features

v1.83.0

Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [n8nio/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | final | minor | `1.82.1` -> `1.84.1` | --- ### Release Notes <details> <summary>n8n-io/n8n (n8nio/n8n)</summary> ### [`v1.84.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1840-2025-03-17) ##### Bug Fixes - **AWS SES Node:** Encode template parameters properly ([#&#8203;13570](https://github.com/n8n-io/n8n/issues/13570)) ([ca8d249](https://github.com/n8n-io/n8n/commit/ca8d249700e341ea79173a5d6d148205db0ff0ac)) - **core:** Avoid using structuredClone on node descriptions ([#&#8203;13832](https://github.com/n8n-io/n8n/issues/13832)) ([d2df154](https://github.com/n8n-io/n8n/commit/d2df154b49ad4e89ac1b5e5b1b49df57a377175e)) - **core:** Clean run data for dirty nodes properly, including their children ([#&#8203;13821](https://github.com/n8n-io/n8n/issues/13821)) ([b3f9cde](https://github.com/n8n-io/n8n/commit/b3f9cde3fd1a22d007d323785fa6ff09f945dd8a)) - **core:** Ensure worker stops picking up new jobs while shutting down ([#&#8203;13714](https://github.com/n8n-io/n8n/issues/13714)) ([4fe2495](https://github.com/n8n-io/n8n/commit/4fe249580a57f167000c1cad294feb37170e5e8b)) - **core:** Find correct start nodes when the first node after that has no run data has pinned data ([#&#8203;13784](https://github.com/n8n-io/n8n/issues/13784)) ([cbf2476](https://github.com/n8n-io/n8n/commit/cbf2476819402b273b55baf6e4eb91d6ce14dac5)) - **core:** License should ignore empty input on onFeatureChange ([#&#8203;13912](https://github.com/n8n-io/n8n/issues/13912)) ([dedcdbd](https://github.com/n8n-io/n8n/commit/dedcdbd31496928d3cb8820fd0c2542d056bf7de)) - **core:** Log all command errors messages ([#&#8203;13827](https://github.com/n8n-io/n8n/issues/13827)) ([e8334ee](https://github.com/n8n-io/n8n/commit/e8334eefa16d552e6ea8f915818928ae9de114ec)) - **core:** Update samlify and xml-crypto to address CVE-2025-29775 and CVE-2025-29774 ([#&#8203;13951](https://github.com/n8n-io/n8n/issues/13951)) ([c91688d](https://github.com/n8n-io/n8n/commit/c91688d49404c5640c03a0238ea7bbc4d4b34fc2)) - Do not trigger sendAndWait response on bot visit if response type is approval ([#&#8203;13792](https://github.com/n8n-io/n8n/issues/13792)) ([526a2e4](https://github.com/n8n-io/n8n/commit/526a2e4ca3a488ee1a6c48aa0dc7053f298da2f5)) - **editor:** Add disabled state with tooltip on project creation buttons if user lacks permission ([#&#8203;13867](https://github.com/n8n-io/n8n/issues/13867)) ([e33d0d7](https://github.com/n8n-io/n8n/commit/e33d0d7466969c372b2ea82eb1b1ebf52ed5fe92)) - **editor:** Decrease notification max-height ([#&#8203;13858](https://github.com/n8n-io/n8n/issues/13858)) ([1c2feb4](https://github.com/n8n-io/n8n/commit/1c2feb455aa26687b957499625c4f05243e6434c)) - **editor:** Disable `test step` option in context menu for sub-nodes ([#&#8203;13816](https://github.com/n8n-io/n8n/issues/13816)) ([b6d5092](https://github.com/n8n-io/n8n/commit/b6d5092258a7f0d59adf38e89afd6534e21422fc)) - **editor:** Disable deactivated node execution ([#&#8203;13643](https://github.com/n8n-io/n8n/issues/13643)) ([473f6d4](https://github.com/n8n-io/n8n/commit/473f6d48db4bcde28b1bb4bae7727f33073c8deb)) - **editor:** Fix logo alignment issues ([#&#8203;13870](https://github.com/n8n-io/n8n/issues/13870)) ([d2e4706](https://github.com/n8n-io/n8n/commit/d2e4706b973af490fcdda507ef12b544bdf67c21)) - **editor:** Fix NDV panels size on narrow screens ([#&#8203;13708](https://github.com/n8n-io/n8n/issues/13708)) ([899f6c9](https://github.com/n8n-io/n8n/commit/899f6c98243df2dc661be5ce7d9b242b62f9790f)) - **editor:** Fix options parameters that have extra displayName field ([#&#8203;13928](https://github.com/n8n-io/n8n/issues/13928)) ([eec3251](https://github.com/n8n-io/n8n/commit/eec325127c075a0a0db429d5b41db5c2851fc187)) - **editor:** Increase contrast on hover for AI button ([#&#8203;13920](https://github.com/n8n-io/n8n/issues/13920)) ([c239b8f](https://github.com/n8n-io/n8n/commit/c239b8f07a6951a3b5a0203b94e5c43d8707c769)) - **editor:** Tweak schema view empty state copy and styling ([#&#8203;13819](https://github.com/n8n-io/n8n/issues/13819)) ([cfc7a14](https://github.com/n8n-io/n8n/commit/cfc7a14e18e1adc078579eff3c2eb3598f7096aa)) - Execute method should be assigned to a Routing node even if it has webhook defined ([#&#8203;13910](https://github.com/n8n-io/n8n/issues/13910)) ([3a4247a](https://github.com/n8n-io/n8n/commit/3a4247a91c5ffef6a65cd1e28007f8961022fc03)) - **MySQL Node:** Fix potential sql injection ([#&#8203;13818](https://github.com/n8n-io/n8n/issues/13818)) ([dd4f51c](https://github.com/n8n-io/n8n/commit/dd4f51cff5bec5f045fe549ffd9ab04367e543a9)) - **n8n Form Node:** Resolve expressions in HTML fields ([#&#8203;13755](https://github.com/n8n-io/n8n/issues/13755)) ([de23ae5](https://github.com/n8n-io/n8n/commit/de23ae55585d2b43a338314cddbbf506ffd5daf6)) - **n8n Form Trigger Node:** Add back the query selector for multiselect ([#&#8203;13987](https://github.com/n8n-io/n8n/issues/13987)) ([39208dc](https://github.com/n8n-io/n8n/commit/39208dcb7033b19fa2fdd20e16293fd5a6d6f19d)) - **OpenAI Chat Model Node:** Sort models alphabetically ([#&#8203;13909](https://github.com/n8n-io/n8n/issues/13909)) ([3103748](https://github.com/n8n-io/n8n/commit/31037484a51ec0e41840e697f7427034c6274796)) - **Postgres Node:** RMC do not mark collumn as required if identity_generation is BY DEFAULT ([#&#8203;13752](https://github.com/n8n-io/n8n/issues/13752)) ([b563254](https://github.com/n8n-io/n8n/commit/b5632545c5972d7716445b9337d6598d7b8b6dbd)) - **Structured Output Parser Node, Auto-fixing Output Parser Node, Tools Agent Node:** Structured output improvements ([#&#8203;13908](https://github.com/n8n-io/n8n/issues/13908)) ([5b6b787](https://github.com/n8n-io/n8n/commit/5b6b78709efa5665e8fc7b260b8de71763b4d6ae)) - Update Sentry `rewriteFramesIntegration` prefix (no-changleog) ([#&#8203;13900](https://github.com/n8n-io/n8n/issues/13900)) ([1eec246](https://github.com/n8n-io/n8n/commit/1eec246f4eecb7dbb9ec3130e0e460e720a2d42c)) ##### Features - **editor:** Add toJsonString to string extensions ([#&#8203;13798](https://github.com/n8n-io/n8n/issues/13798)) ([4e93ffd](https://github.com/n8n-io/n8n/commit/4e93ffda8bfa39e33120f76b5c2f4d393fcdfbfa)) - **editor:** Popping logs out into a new window ([#&#8203;13788](https://github.com/n8n-io/n8n/issues/13788)) ([4d04c22](https://github.com/n8n-io/n8n/commit/4d04c227a988639bcbd6bcfd9e6df675afa12958)) - Hints for tools and agent ([#&#8203;13386](https://github.com/n8n-io/n8n/issues/13386)) ([ec8a719](https://github.com/n8n-io/n8n/commit/ec8a719efaaf03f1269abdea567a41d404e212d8)) - **Merge Node:** Better pairedItem mapping in combineBySql operation if SELECT query ([#&#8203;13849](https://github.com/n8n-io/n8n/issues/13849)) ([881d3f8](https://github.com/n8n-io/n8n/commit/881d3f8771b547adf6e4bfe060575b1992b1d34c)) - **MongoDB Atlas Vector Store Node:** Add Mongo db vector store Node ([#&#8203;12924](https://github.com/n8n-io/n8n/issues/12924)) ([3d87228](https://github.com/n8n-io/n8n/commit/3d872287fbedb72ded1172b2fcbe0b82dc2b8fd6)) - **WhatsApp Trigger Node:** New option to opt-out from message status updates ([#&#8203;13751](https://github.com/n8n-io/n8n/issues/13751)) ([9c040ee](https://github.com/n8n-io/n8n/commit/9c040ee5a533ab23f913614a4d56927956ac7a8a)) ### [`v1.83.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1830-2025-03-10) ##### Bug Fixes - **Airtable Node:** Table RLC should depend on Base RLC ([#&#8203;13735](https://github.com/n8n-io/n8n/issues/13735)) ([321fac2](https://github.com/n8n-io/n8n/commit/321fac2efa62d256b99e7ed6ea5b8706ef604ab1)) - **Call n8n Workflow Tool Node:** Return all items from subexecution ([#&#8203;13393](https://github.com/n8n-io/n8n/issues/13393)) ([d9e3cfe](https://github.com/n8n-io/n8n/commit/d9e3cfe13fdd9c47474cd129db2f943871138331)) - **core:** Correct NODE_OPTIONS export syntax for custom certificates ([#&#8203;13779](https://github.com/n8n-io/n8n/issues/13779)) ([080fc51](https://github.com/n8n-io/n8n/commit/080fc514e6a8485430028962cf8b29e5fa03a9d7)) - **core:** Do not validate email when LDAP is enabled ([#&#8203;13605](https://github.com/n8n-io/n8n/issues/13605)) ([17738c5](https://github.com/n8n-io/n8n/commit/17738c50962d25ac34c8fd0248bd2b2e0863b429)) - **core:** Fix task runner error report from user-defined function ([#&#8203;13706](https://github.com/n8n-io/n8n/issues/13706)) ([9bedd87](https://github.com/n8n-io/n8n/commit/9bedd87744bb21317c22b96dae902ebb3790bde2)) - **core:** Pass `NODE_PATH` to task runners ([#&#8203;13652](https://github.com/n8n-io/n8n/issues/13652)) ([906770a](https://github.com/n8n-io/n8n/commit/906770a06aafc5814f8a7af543adfc0ec06361da)) - **editor:** Allow pinned data for Code node AI generation ([#&#8203;13638](https://github.com/n8n-io/n8n/issues/13638)) ([6d7e346](https://github.com/n8n-io/n8n/commit/6d7e346e4f06c9f90cf1ca01de88cc84832e200f)) - **editor:** Apply html sanitization in right lifecycle ([#&#8203;13703](https://github.com/n8n-io/n8n/issues/13703)) ([8ab3073](https://github.com/n8n-io/n8n/commit/8ab3073323b8b1c4d32ed541b1cb46b72aa0a80d)) - **editor:** Copy JSON from selected run if node has been multiple times ([#&#8203;13673](https://github.com/n8n-io/n8n/issues/13673)) ([5eddf00](https://github.com/n8n-io/n8n/commit/5eddf00fa1bf9b4bcf15a05eec0050aba3d54a2f)) - **editor:** Don't flag uiStore as dirty on node selected ([#&#8203;13641](https://github.com/n8n-io/n8n/issues/13641)) ([4f6d76c](https://github.com/n8n-io/n8n/commit/4f6d76cd25215e75e4b03eb84f0476b346cbedcd)) - **editor:** Enable pin data button to also un-pin ([#&#8203;13642](https://github.com/n8n-io/n8n/issues/13642)) ([24681f8](https://github.com/n8n-io/n8n/commit/24681f843c906c6b83c8c686b5c11fa18d792fd7)) - **editor:** Expand error view to full output panel width ([#&#8203;13688](https://github.com/n8n-io/n8n/issues/13688)) ([97ca702](https://github.com/n8n-io/n8n/commit/97ca702f8cb660224975e2eb956e2a513f753127)) - **editor:** Fix code node displays lint messages in wrong location ([#&#8203;13664](https://github.com/n8n-io/n8n/issues/13664)) ([d3ead68](https://github.com/n8n-io/n8n/commit/d3ead6805981140decf7f26ccda40cc9c1248356)) - **editor:** Fix GCP icon size for external secrets modal ([#&#8203;13672](https://github.com/n8n-io/n8n/issues/13672)) ([77425f0](https://github.com/n8n-io/n8n/commit/77425f04cf05e161eb82aea57d11b93dd489cc1f)) - **editor:** Fix opening 'Schema' view by default after opening binary nodes ([#&#8203;13676](https://github.com/n8n-io/n8n/issues/13676)) ([3cd34b5](https://github.com/n8n-io/n8n/commit/3cd34b5af6da43d38c358b9cd23c8ea49b28e83d)) - **editor:** Fix RLC dropdown vanishing when focusing search input ([#&#8203;13579](https://github.com/n8n-io/n8n/issues/13579)) ([5ac8691](https://github.com/n8n-io/n8n/commit/5ac869194656181ed93338199e07e682a8649afe)) - **editor:** Fix save keybind in expression editor and unfocused node details view ([#&#8203;13640](https://github.com/n8n-io/n8n/issues/13640)) ([9ba9443](https://github.com/n8n-io/n8n/commit/9ba9443460529728404cf3be70b3aeb45c1768e6)) - **editor:** Fix sidebar logo container layout ([#&#8203;13203](https://github.com/n8n-io/n8n/issues/13203)) ([850d458](https://github.com/n8n-io/n8n/commit/850d458858bee4dd88db081758a04932dc4aef54)) - **editor:** Ignore required module type declaration error in code node ([#&#8203;13628](https://github.com/n8n-io/n8n/issues/13628)) ([2a5738a](https://github.com/n8n-io/n8n/commit/2a5738aebe617b9dabbdb77db48b0f5412cefe04)) - **editor:** Match nodes for autocomplete ([#&#8203;13716](https://github.com/n8n-io/n8n/issues/13716)) ([8043a6c](https://github.com/n8n-io/n8n/commit/8043a6ce82cc539ddc88ec919ec86e52da1e18d9)) - **editor:** Render credential-only nodes when loading from the backend ([#&#8203;13689](https://github.com/n8n-io/n8n/issues/13689)) ([c821f1c](https://github.com/n8n-io/n8n/commit/c821f1c532048c9afa0bc51e3566ae65bf9caf0a)) - **editor:** Show error details in resource locator dropdown ([#&#8203;13679](https://github.com/n8n-io/n8n/issues/13679)) ([630608c](https://github.com/n8n-io/n8n/commit/630608c8bda85739196f51e32dc57efae88858a7)) - **editor:** Support pasting values that start with `=` ([#&#8203;13699](https://github.com/n8n-io/n8n/issues/13699)) ([9e83ff5](https://github.com/n8n-io/n8n/commit/9e83ff51da3587f4525c6fdfeceaa85c79834510)) - **Elasticsearch Node:** Use POST instead of GET to allow request body in search API ([#&#8203;13302](https://github.com/n8n-io/n8n/issues/13302)) ([783bf7b](https://github.com/n8n-io/n8n/commit/783bf7b3bc90a3a82169fb14e057640f45e656e3)) - **GitHub Node:** Fix workflow resource locator ([#&#8203;13599](https://github.com/n8n-io/n8n/issues/13599)) ([b7f7121](https://github.com/n8n-io/n8n/commit/b7f7121cb8fd5e707f602e9f3ea18fffaf75d526)) - **Google Sheets Node:** Accommodate special characters when updating row ([#&#8203;13589](https://github.com/n8n-io/n8n/issues/13589)) ([e633e91](https://github.com/n8n-io/n8n/commit/e633e91f69669dc01540aca8be7c3d43672dcea3)) - In addNodeToBeExecuted if stillDataMissing allow more then 2 inputs ([#&#8203;13704](https://github.com/n8n-io/n8n/issues/13704)) ([e9a8a7f](https://github.com/n8n-io/n8n/commit/e9a8a7f8755980848bd5041d6a443c518b99ee18)) - **n8n Form Trigger Node:** Sanitize HTML for formNode ([#&#8203;13595](https://github.com/n8n-io/n8n/issues/13595)) ([20dfaa3](https://github.com/n8n-io/n8n/commit/20dfaa3be6ee03498771ca0a62567e562bbab9da)) - **S3 Node:** Fix issue when connecting to Supabase storage ([#&#8203;13667](https://github.com/n8n-io/n8n/issues/13667)) ([5fe33ef](https://github.com/n8n-io/n8n/commit/5fe33efc944a8adf07093badfe43773a34f79d6f)) ##### Features - **editor:** Schema preview UI updates ([#&#8203;13578](https://github.com/n8n-io/n8n/issues/13578)) ([8790a0d](https://github.com/n8n-io/n8n/commit/8790a0df3de2bc6a1909358017abf6734823faad)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-03-13 15:04:23 +01:00
renovate scheduled this pull request to auto merge when all checks succeed 2025-03-13 15:04:23 +01:00
renovate force-pushed renovate/n8nio-n8n-1.x from 363cb638b7 to f6f998babe 2025-03-14 17:04:31 +01:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.83.1 to Update n8nio/n8n Docker tag to v1.83.2 2025-03-14 17:04:42 +01:00
renovate force-pushed renovate/n8nio-n8n-1.x from f6f998babe to 58c81c72da 2025-03-17 15:05:18 +01:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.83.2 to Update n8nio/n8n Docker tag to v1.84.0 2025-03-17 15:05:33 +01:00
renovate force-pushed renovate/n8nio-n8n-1.x from 58c81c72da to eb6d6af84f 2025-03-18 16:04:40 +01:00 Compare
renovate changed title from Update n8nio/n8n Docker tag to v1.84.0 to Update n8nio/n8n Docker tag to v1.84.1 2025-03-18 16:04:53 +01:00
sebleh merged commit 1191f0d3b2 into main 2025-03-18 23:37:06 +01:00
sebleh deleted branch renovate/n8nio-n8n-1.x 2025-03-18 23:37:14 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sebleh/n8n-custom#4
No description provided.