Update ghcr.io/n8n-io/n8n Docker tag to v1.107.0 #1190

Merged
renovate-bot merged 1 commits from renovate/ghcr.io-n8n-io-n8n-1.x into main 2025-08-11 13:02:37 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.106.2 -> 1.107.0

Release Notes

n8n-io/n8n (ghcr.io/n8n-io/n8n)

v1.107.0

Bug Fixes
  • API: Add shared field to workflows list rest API handler (#​17804) (31af6d1)
  • Beeminder Node: Remove unnecessary form data conversion for API token auth to work (#​18133) (716577e)
  • Chat Trigger Node: Prevent XSS vulnerabilities and improve parameter validation (#​18148) (d4ef191)
  • core: Consider pinned data as valid paths for single node execution (#​17959) (32f4794)
  • core: Fix null handling in Python sandbox (#​18189) (b5f47ec)
  • core: Fix disallowed module error in task runner (#​18190) (09caa05)
  • core: Fix metric default value handling and add AI model connection validation for setMetric operation in Evaluation (#​18088) (03c75c3)
  • core: Handle non-existing files when checking if it is a symlink (#​18010) (49f3115)
  • core: Handle null workflow settings in toSaveSettings (#​17972) (642e68e)
  • core: Handle Redis cache prefix on cluster mode (#​17957) (f4a0413)
  • core: Mark invalid enqueued executions as crashed during startup for legacy SQLite driver (#​17629) (318a91a)
  • core: Prevent re-entry during workflow activation (#​17965) (e8dad4e)
  • core: Protect against duplicate cron registration (#​18005) (948ebe6)
  • core: Remove temporary uploaded files from webhook calls (#​18128) (c610c3a)
  • editor: Add a hint for showing archived workflows when there are no active ones (#​18120) (7e4c5af)
  • editor: Connection port mapped incorrectly when changed dynamically (#​17958) (566789c)
  • editor: Correct ai template url (#​17908) (bdc3a91)
  • editor: Enhance changes dropdown in WorkflowDiffModal (#​18033) (bc76643)
  • editor: Enhance SourceControlPullModal with improved item structure and styling (#​18049) (d6bc4ab)
  • editor: Fix an issue with overlapping elements in the Assignment component (#​18041) (c7108f4)
  • editor: Fix loading of error workflows in settings (#​18126) (3d846f6)
  • editor: Focus editable text input when clicking anywhere on the element (#​17780) (7b92e33)
  • editor: Hide Evaluations setup wizard if protected instance (#​18055) (99c2f37)
  • editor: Improve workflow diff components (#​18018) (95ed3c5)
  • editor: Improve WorkflowDiffModal UI (#​17862) (eca95f3)
  • editor: Migrate from @​import to @​use for SCSS files to address deprecation warnings (#​17858) (b7887bf)
  • editor: Update node status icons precedence (executing -> highest) (#​18003) (dd04924)
  • editor: Using a for-of loop on Map entries (forEach supported from node v22) (#​18064) (743c120)
  • Empty onclick breaks range parser in HTML editor (#​18032) (b6c7810)
  • Extend deduplication check to all webhook-based triggers and chat trigger (#​18044) (847a5d8)
  • Fix hot reloading of custom nodes (#​18094) (a5fa808)
  • GraphQL Node: Refresh OAuth2 token when it expires (#​17891) (381c146)
  • HubSpot Node: Add missing fields for Contact - Upsert (#​18035) (678f468)
  • Hugging Face Inference Model Node, Embeddings Hugging Face Inference Node: Fix credential validation for HF nodes and add provider for (#​18047) (a1682e8)
  • Jira Software Node: Get All Issues operation with Return All hangs (#​17825) (2792b6c)
  • Mandrill Node: Fix a typo in subaccount in options (#​18103) (833bcdd)
  • Properly serialize metadata objects in Chat UI (#​17963) (c4c46b8)
  • Reranker Cohere Node: Add 'Top N' parameter to control document return count (#​17921) (523a55d)
Features
  • Add token to sendAndWait operations links to walidate in webhook (#​17566) (9cb5754)
  • core: Add Support for Additional Body Properties in OAuth2 API Client Credentials Flow (#​16573) (22ca768)
  • core: Unlock queue metrics for multi-main (#​17977) (3b701b1)
  • Discord Node: Add support for OAuth custom scopes (#​16708) (61f2838)
  • editor: Add pre-built agents experiment (#​18124) (5a69d2a)
  • editor: Add Production checklist for active workflows (#​17756) (6046d24)
  • editor: Expand telemetry for "User added node to workflow canvas" event (#​18150) (9b103af)
  • editor: Stop auto-renaming legacy default node names (#​18012) (5fc356f)
  • Email Trigger (IMAP) Node: Option to disable last message id tracking (#​17964) (25379fe)
  • Ollama Credentials: Add optional API key support to Ollama credentials (Openwebui proxy) (#​17857) (acfb79b)
Performance Improvements

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 | Update | Change | |---|---|---| | [ghcr.io/n8n-io/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | minor | `1.106.2` -> `1.107.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.107.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#11070-2025-08-11) ##### Bug Fixes - **API:** Add shared field to workflows list rest API handler ([#&#8203;17804](https://github.com/n8n-io/n8n/issues/17804)) ([31af6d1](https://github.com/n8n-io/n8n/commit/31af6d11bb9c3f99449ef0deae4d4401e0efda8d)) - **Beeminder Node:** Remove unnecessary form data conversion for API token auth to work ([#&#8203;18133](https://github.com/n8n-io/n8n/issues/18133)) ([716577e](https://github.com/n8n-io/n8n/commit/716577e2820deb35b7057eb9414c9fbe9b6b4fde)) - **Chat Trigger Node:** Prevent XSS vulnerabilities and improve parameter validation ([#&#8203;18148](https://github.com/n8n-io/n8n/issues/18148)) ([d4ef191](https://github.com/n8n-io/n8n/commit/d4ef191be0b39b65efa68559a3b8d5dad2e102b2)) - **core:** Consider pinned data as valid paths for single node execution ([#&#8203;17959](https://github.com/n8n-io/n8n/issues/17959)) ([32f4794](https://github.com/n8n-io/n8n/commit/32f47948d6cb6ba33cd253aa855a7bcf79f28713)) - **core:** Fix `null` handling in Python sandbox ([#&#8203;18189](https://github.com/n8n-io/n8n/issues/18189)) ([b5f47ec](https://github.com/n8n-io/n8n/commit/b5f47ec110dc70cb1761e60d6bfae860ddedf2bf)) - **core:** Fix disallowed module error in task runner ([#&#8203;18190](https://github.com/n8n-io/n8n/issues/18190)) ([09caa05](https://github.com/n8n-io/n8n/commit/09caa0572623ff4aead2aeb708978528d9c110ed)) - **core:** Fix metric default value handling and add AI model connection validation for setMetric operation in Evaluation ([#&#8203;18088](https://github.com/n8n-io/n8n/issues/18088)) ([03c75c3](https://github.com/n8n-io/n8n/commit/03c75c365bb7d384924ccaf1114fc267c7569327)) - **core:** Handle non-existing files when checking if it is a symlink ([#&#8203;18010](https://github.com/n8n-io/n8n/issues/18010)) ([49f3115](https://github.com/n8n-io/n8n/commit/49f3115429fd465f5292ef06785c00a210ad029e)) - **core:** Handle null workflow settings in toSaveSettings ([#&#8203;17972](https://github.com/n8n-io/n8n/issues/17972)) ([642e68e](https://github.com/n8n-io/n8n/commit/642e68e345c023d6232b02cb83fb84e0342faca0)) - **core:** Handle Redis cache prefix on cluster mode ([#&#8203;17957](https://github.com/n8n-io/n8n/issues/17957)) ([f4a0413](https://github.com/n8n-io/n8n/commit/f4a04132d9550af55c364fa9d7df9c57b838dcb7)) - **core:** Mark invalid enqueued executions as crashed during startup for legacy SQLite driver ([#&#8203;17629](https://github.com/n8n-io/n8n/issues/17629)) ([318a91a](https://github.com/n8n-io/n8n/commit/318a91a3e9cd31d2790ae9a90b0267e4549e5737)) - **core:** Prevent re-entry during workflow activation ([#&#8203;17965](https://github.com/n8n-io/n8n/issues/17965)) ([e8dad4e](https://github.com/n8n-io/n8n/commit/e8dad4e030dc91207d72385c202241260e33fe7e)) - **core:** Protect against duplicate cron registration ([#&#8203;18005](https://github.com/n8n-io/n8n/issues/18005)) ([948ebe6](https://github.com/n8n-io/n8n/commit/948ebe67023542353d325141ec1d88612413041f)) - **core:** Remove temporary uploaded files from webhook calls ([#&#8203;18128](https://github.com/n8n-io/n8n/issues/18128)) ([c610c3a](https://github.com/n8n-io/n8n/commit/c610c3af3eafd05e2b9e78c4e66dba588c4852a1)) - **editor:** Add a hint for showing archived workflows when there are no active ones ([#&#8203;18120](https://github.com/n8n-io/n8n/issues/18120)) ([7e4c5af](https://github.com/n8n-io/n8n/commit/7e4c5af38397031e3850e277562dbe61020c91aa)) - **editor:** Connection port mapped incorrectly when changed dynamically ([#&#8203;17958](https://github.com/n8n-io/n8n/issues/17958)) ([566789c](https://github.com/n8n-io/n8n/commit/566789caee49d157b7154adbe60dadb0ea858e06)) - **editor:** Correct ai template url ([#&#8203;17908](https://github.com/n8n-io/n8n/issues/17908)) ([bdc3a91](https://github.com/n8n-io/n8n/commit/bdc3a9172df09a2b218fd447cd9c3eab6bcfcec6)) - **editor:** Enhance changes dropdown in WorkflowDiffModal ([#&#8203;18033](https://github.com/n8n-io/n8n/issues/18033)) ([bc76643](https://github.com/n8n-io/n8n/commit/bc7664397607972dae72d97b2cacf592d3c93f83)) - **editor:** Enhance SourceControlPullModal with improved item structure and styling ([#&#8203;18049](https://github.com/n8n-io/n8n/issues/18049)) ([d6bc4ab](https://github.com/n8n-io/n8n/commit/d6bc4abee21c39efcd13f3f1f9e5c98b1094a48d)) - **editor:** Fix an issue with overlapping elements in the Assignment component ([#&#8203;18041](https://github.com/n8n-io/n8n/issues/18041)) ([c7108f4](https://github.com/n8n-io/n8n/commit/c7108f4a0631e3ec8a971da81e2fc8ed7727cfe8)) - **editor:** Fix loading of error workflows in settings ([#&#8203;18126](https://github.com/n8n-io/n8n/issues/18126)) ([3d846f6](https://github.com/n8n-io/n8n/commit/3d846f62d916c1476940f73241b29beff1b97f47)) - **editor:** Focus editable text input when clicking anywhere on the element ([#&#8203;17780](https://github.com/n8n-io/n8n/issues/17780)) ([7b92e33](https://github.com/n8n-io/n8n/commit/7b92e33b3b2530775004ce36ea9dacac1175e533)) - **editor:** Hide Evaluations setup wizard if protected instance ([#&#8203;18055](https://github.com/n8n-io/n8n/issues/18055)) ([99c2f37](https://github.com/n8n-io/n8n/commit/99c2f3715eb9eef1677c55d2ece4418aa3be435f)) - **editor:** Improve workflow diff components ([#&#8203;18018](https://github.com/n8n-io/n8n/issues/18018)) ([95ed3c5](https://github.com/n8n-io/n8n/commit/95ed3c5c929e7f9632edb92f67370901f162a3d9)) - **editor:** Improve WorkflowDiffModal UI ([#&#8203;17862](https://github.com/n8n-io/n8n/issues/17862)) ([eca95f3](https://github.com/n8n-io/n8n/commit/eca95f3432148e710d87e233ca9b4d5feafddb5c)) - **editor:** Migrate from [@&#8203;import](https://github.com/import) to [@&#8203;use](https://github.com/use) for SCSS files to address deprecation warnings ([#&#8203;17858](https://github.com/n8n-io/n8n/issues/17858)) ([b7887bf](https://github.com/n8n-io/n8n/commit/b7887bf899f7e11afade26a911f0b02eb9eff8e5)) - **editor:** Update node status icons precedence (executing -> highest) ([#&#8203;18003](https://github.com/n8n-io/n8n/issues/18003)) ([dd04924](https://github.com/n8n-io/n8n/commit/dd049249be17d556c40105a22ac4e68bd7f526e1)) - **editor:** Using a for-of loop on Map entries (forEach supported from node v22) ([#&#8203;18064](https://github.com/n8n-io/n8n/issues/18064)) ([743c120](https://github.com/n8n-io/n8n/commit/743c1208809d9bcfd038764807e4b7df8012a36f)) - Empty onclick breaks range parser in HTML editor ([#&#8203;18032](https://github.com/n8n-io/n8n/issues/18032)) ([b6c7810](https://github.com/n8n-io/n8n/commit/b6c781084463faf8d139dbaed649cff75a4170a3)) - Extend deduplication check to all webhook-based triggers and chat trigger ([#&#8203;18044](https://github.com/n8n-io/n8n/issues/18044)) ([847a5d8](https://github.com/n8n-io/n8n/commit/847a5d822f77a3362f382c17070d49ccc6e3d999)) - Fix hot reloading of custom nodes ([#&#8203;18094](https://github.com/n8n-io/n8n/issues/18094)) ([a5fa808](https://github.com/n8n-io/n8n/commit/a5fa808d4a872b1fbaedf5be62223a4760e544a8)) - **GraphQL Node:** Refresh OAuth2 token when it expires ([#&#8203;17891](https://github.com/n8n-io/n8n/issues/17891)) ([381c146](https://github.com/n8n-io/n8n/commit/381c146dd46afe93105bdd859012fc0c19e3d156)) - **HubSpot Node:** Add missing fields for Contact - Upsert ([#&#8203;18035](https://github.com/n8n-io/n8n/issues/18035)) ([678f468](https://github.com/n8n-io/n8n/commit/678f468f6881691d5c7bdc49d6206b429b442f2f)) - **Hugging Face Inference Model Node, Embeddings Hugging Face Inference Node:** Fix credential validation for HF nodes and add provider for ([#&#8203;18047](https://github.com/n8n-io/n8n/issues/18047)) ([a1682e8](https://github.com/n8n-io/n8n/commit/a1682e8fe436c52a2a95cceb6cde6316ae586764)) - **Jira Software Node:** Get All Issues operation with Return All hangs ([#&#8203;17825](https://github.com/n8n-io/n8n/issues/17825)) ([2792b6c](https://github.com/n8n-io/n8n/commit/2792b6cb0a2c3a2dcab207a91ca1dd6403d10efe)) - **Mandrill Node:** Fix a typo in subaccount in options ([#&#8203;18103](https://github.com/n8n-io/n8n/issues/18103)) ([833bcdd](https://github.com/n8n-io/n8n/commit/833bcdde00fb9a03536b6af0469af0e2c5951f5c)) - Properly serialize metadata objects in Chat UI ([#&#8203;17963](https://github.com/n8n-io/n8n/issues/17963)) ([c4c46b8](https://github.com/n8n-io/n8n/commit/c4c46b8ff93abab45426682f8b371997fb42d52d)) - **Reranker Cohere Node:** Add 'Top N' parameter to control document return count ([#&#8203;17921](https://github.com/n8n-io/n8n/issues/17921)) ([523a55d](https://github.com/n8n-io/n8n/commit/523a55d5ee9421cab285dbea88fd5ecfea121ed4)) ##### Features - Add token to sendAndWait operations links to walidate in webhook ([#&#8203;17566](https://github.com/n8n-io/n8n/issues/17566)) ([9cb5754](https://github.com/n8n-io/n8n/commit/9cb5754f3383a16ce4dc2bb9133cede856172baa)) - **core:** Add Support for Additional Body Properties in OAuth2 API Client Credentials Flow ([#&#8203;16573](https://github.com/n8n-io/n8n/issues/16573)) ([22ca768](https://github.com/n8n-io/n8n/commit/22ca768c13406a86899e36a36dcc18d63f492723)) - **core:** Unlock queue metrics for multi-main ([#&#8203;17977](https://github.com/n8n-io/n8n/issues/17977)) ([3b701b1](https://github.com/n8n-io/n8n/commit/3b701b15d68c7ae038855b4b261cef15aa44a316)) - **Discord Node:** Add support for OAuth custom scopes ([#&#8203;16708](https://github.com/n8n-io/n8n/issues/16708)) ([61f2838](https://github.com/n8n-io/n8n/commit/61f2838a9060aa85458a903bab2549d9a768ee60)) - **editor:** Add pre-built agents experiment ([#&#8203;18124](https://github.com/n8n-io/n8n/issues/18124)) ([5a69d2a](https://github.com/n8n-io/n8n/commit/5a69d2a2f35cc86685b6eb42e870a2e3ed85c248)) - **editor:** Add Production checklist for active workflows ([#&#8203;17756](https://github.com/n8n-io/n8n/issues/17756)) ([6046d24](https://github.com/n8n-io/n8n/commit/6046d24c741570d1d092230808a392bce0103d33)) - **editor:** Expand telemetry for "User added node to workflow canvas" event ([#&#8203;18150](https://github.com/n8n-io/n8n/issues/18150)) ([9b103af](https://github.com/n8n-io/n8n/commit/9b103af9355cf957abddd789c1554595be97c5d8)) - **editor:** Stop auto-renaming legacy default node names ([#&#8203;18012](https://github.com/n8n-io/n8n/issues/18012)) ([5fc356f](https://github.com/n8n-io/n8n/commit/5fc356f6e7ed36ba8aa1da2e2d04cb3fe1701134)) - **Email Trigger (IMAP) Node:** Option to disable last message id tracking ([#&#8203;17964](https://github.com/n8n-io/n8n/issues/17964)) ([25379fe](https://github.com/n8n-io/n8n/commit/25379fe5221ecf1772d093c8c76bdac680eb6e64)) - **Ollama Credentials:** Add optional API key support to Ollama credentials (Openwebui proxy) ([#&#8203;17857](https://github.com/n8n-io/n8n/issues/17857)) ([acfb79b](https://github.com/n8n-io/n8n/commit/acfb79bd970c5a84f38564cc069b32d87e2a4cd9)) ##### Performance Improvements - **core:** Enable Sentry tracing ([#&#8203;18192](https://github.com/n8n-io/n8n/issues/18192)) ([80e9e6f](https://github.com/n8n-io/n8n/commit/80e9e6fc330cf8f6c6e22aeff964733dd3bff183)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the
automerge
image
labels 2025-08-11 13:02:32 +00:00
renovate-bot added 1 commit 2025-08-11 13:02:33 +00:00
Update ghcr.io/n8n-io/n8n Docker tag to v1.107.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
2f8b4037e4
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-08-11 13:02:33 +00:00
renovate-bot merged commit a06fba907d into main 2025-08-11 13:02:37 +00:00
renovate-bot deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2025-08-11 13:02:38 +00:00
Sign in to join this conversation.
No description provided.