⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.74.1 #639

Merged
mafyuh merged 1 commit from renovate/ghcr.io-n8n-io-n8n-1.x into main 2025-01-09 23:15:17 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.73.1 -> 1.74.1

Release Notes

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

v1.74.0

Bug Fixes
  • core: Align concurrency and timeout defaults between instance and runner (#​12503) (9953477)
  • core: Allow index as top-level item key for Code node (#​12469) (1b91000)
  • core: Don't fail task runner task if logging fails (#​12401) (0860fbe)
  • core: Ensure tasks timeout even if they don't receive settings (#​12431) (b194026)
  • core: Fix execution cancellation issues in scaling mode (#​12343) (e26b406)
  • core: Fix manually running a pinned trigger with offloading enabled (#​12491) (be2dcff)
  • core: Fix task runner sending too many offers (#​12415) (4498e35)
  • core: Increase default concurrency and timeout in task runners (#​12496) (4182095)
  • core: Prevent __default__ jobs in scaling mode (#​12402) (072664b)
  • core: Register workflows as active only after all of the triggers and pollers setup successfully (#​12244) (f924f2a)
  • core: Return unredacted credentials from GET credentials/:id (#​12447) (ecabe34)
  • core: Use rate limiter for task runner endpoints (#​12486) (491cb60)
  • editor: Allow zooming when panning keycode is pressed on new canvas (#​12327) (983e87a)
  • editor: Consistent protected environment styling and messaging (#​12374) (6891cef)
  • editor: First project button tweaks border and copy (#​12376) (e234756)
  • editor: Fix Multi option parameter expression when the value is an array (#​12430) (452a7bf)
  • editor: Improve configurable nodes design on new canvas (#​12317) (0ecce10)
  • editor: Minor styling improvements in project settings page (#​12405) (09ddce0)
  • editor: Never show Pinned Data Callout for Input Panel (#​12446) (1d5c9bd)
  • editor: Nodes' icon color in dark mode (#​12279) (01b781a)
  • editor: Only ignore managed credentials in the HTTP node (#​12417) (6b46657)
  • editor: Remove primary highlight color from edge being executed on new canvas (#​12307) (50913de)
  • editor: Render empty string instead of [empty] (#​12448) (2c72047)
  • editor: Show all workflows in the error workflow dropdown in the workflow settings (#​12413) (ccda7f9)
  • editor: Unify disabled parameters background color (#​12306) (8c63599)
  • HTTP Request Node: Fix typo in hint (#​12439) (b6230b6)
  • OpenAI Node: Add quotes to default base URL (#​12312) (2e90eba)
  • OpenAI Node: Update node to account for URL in credentials (#​12356) (f78cceb)
  • Postgres Node: Account for JSON expressions (#​12012) (06b86af)
  • Postgres Node: Allow passing in arrays to JSON columns for insert (#​12452) (9dd0686)
  • Postgres Node: Re-use connection pool across executions (#​12346) (2ca37f5)
  • Run workflow if active and single webhook service has pin data (#​12425) (8053a4a)
  • Set correct default for added Resource Mapper boolean fields (#​12344) (b4c77f2)
  • Supabase Node: Allow for filtering on the same field multiple times (#​12429) (d7cc789)
  • Zep Vector Store Node: Cloud vector store integration (#​12353) (2433d6b)
Features

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.73.1` -> `1.74.1` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.74.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1740-2025-01-08) ##### Bug Fixes - **core:** Align concurrency and timeout defaults between instance and runner ([#&#8203;12503](https://github.com/n8n-io/n8n/issues/12503)) ([9953477](https://github.com/n8n-io/n8n/commit/9953477450c28ec2d211e55aadb825dbae2ee4d6)) - **core:** Allow `index` as top-level item key for Code node ([#&#8203;12469](https://github.com/n8n-io/n8n/issues/12469)) ([1b91000](https://github.com/n8n-io/n8n/commit/1b9100032fc9f8c33e263c8299e04054105da384)) - **core:** Don't fail task runner task if logging fails ([#&#8203;12401](https://github.com/n8n-io/n8n/issues/12401)) ([0860fbe](https://github.com/n8n-io/n8n/commit/0860fbe97108edc21bc01dec3b6ef13e60e728d4)) - **core:** Ensure tasks timeout even if they don't receive settings ([#&#8203;12431](https://github.com/n8n-io/n8n/issues/12431)) ([b194026](https://github.com/n8n-io/n8n/commit/b1940268e6110ed3d8949318a5252ac6563d624f)) - **core:** Fix execution cancellation issues in scaling mode ([#&#8203;12343](https://github.com/n8n-io/n8n/issues/12343)) ([e26b406](https://github.com/n8n-io/n8n/commit/e26b406665e20761279c4e315d04501350427de5)) - **core:** Fix manually running a pinned trigger with offloading enabled ([#&#8203;12491](https://github.com/n8n-io/n8n/issues/12491)) ([be2dcff](https://github.com/n8n-io/n8n/commit/be2dcffc9487973d3e287dd4f6956dbba03757e3)) - **core:** Fix task runner sending too many offers ([#&#8203;12415](https://github.com/n8n-io/n8n/issues/12415)) ([4498e35](https://github.com/n8n-io/n8n/commit/4498e3519276020d3eb01752b5ce0d8ecfbf5fa4)) - **core:** Increase default concurrency and timeout in task runners ([#&#8203;12496](https://github.com/n8n-io/n8n/issues/12496)) ([4182095](https://github.com/n8n-io/n8n/commit/4182095af1c02832af2523f31e9cb85d9a345e60)) - **core:** Prevent `__default__` jobs in scaling mode ([#&#8203;12402](https://github.com/n8n-io/n8n/issues/12402)) ([072664b](https://github.com/n8n-io/n8n/commit/072664b40e06943e0b8ff44287730f2ca569646f)) - **core:** Register workflows as active only after all of the triggers and pollers setup successfully ([#&#8203;12244](https://github.com/n8n-io/n8n/issues/12244)) ([f924f2a](https://github.com/n8n-io/n8n/commit/f924f2a6d736e33ab5fc12cbac6cba27340839db)) - **core:** Return unredacted credentials from `GET credentials/:id` ([#&#8203;12447](https://github.com/n8n-io/n8n/issues/12447)) ([ecabe34](https://github.com/n8n-io/n8n/commit/ecabe34705bbbba07613ba14760449ef38e1b31f)) - **core:** Use rate limiter for task runner endpoints ([#&#8203;12486](https://github.com/n8n-io/n8n/issues/12486)) ([491cb60](https://github.com/n8n-io/n8n/commit/491cb605e3c93d7a261bb0cef0d38f2ddc3affe8)) - **editor:** Allow zooming when panning keycode is pressed on new canvas ([#&#8203;12327](https://github.com/n8n-io/n8n/issues/12327)) ([983e87a](https://github.com/n8n-io/n8n/commit/983e87a9b0c83d35354ce4df34096f47173d0ea7)) - **editor:** Consistent protected environment styling and messaging ([#&#8203;12374](https://github.com/n8n-io/n8n/issues/12374)) ([6891cef](https://github.com/n8n-io/n8n/commit/6891cefa6d0359f85a596829b6055a13529fb1fb)) - **editor:** First project button tweaks border and copy ([#&#8203;12376](https://github.com/n8n-io/n8n/issues/12376)) ([e234756](https://github.com/n8n-io/n8n/commit/e234756457d3c3526531ced4471bf9e69a79fa55)) - **editor:** Fix Multi option parameter expression when the value is an array ([#&#8203;12430](https://github.com/n8n-io/n8n/issues/12430)) ([452a7bf](https://github.com/n8n-io/n8n/commit/452a7bfe2c1e786c46a3ed99de007b0cf3f28d15)) - **editor:** Improve configurable nodes design on new canvas ([#&#8203;12317](https://github.com/n8n-io/n8n/issues/12317)) ([0ecce10](https://github.com/n8n-io/n8n/commit/0ecce10faf60ae44d11007d45e87766b678d3a84)) - **editor:** Minor styling improvements in project settings page ([#&#8203;12405](https://github.com/n8n-io/n8n/issues/12405)) ([09ddce0](https://github.com/n8n-io/n8n/commit/09ddce05800f426d33489ae28c416bb6aab2fd91)) - **editor:** Never show Pinned Data Callout for Input Panel ([#&#8203;12446](https://github.com/n8n-io/n8n/issues/12446)) ([1d5c9bd](https://github.com/n8n-io/n8n/commit/1d5c9bd466becf8aa245a1e8d0b799616d18914a)) - **editor:** Nodes' icon color in dark mode ([#&#8203;12279](https://github.com/n8n-io/n8n/issues/12279)) ([01b781a](https://github.com/n8n-io/n8n/commit/01b781a10828ca2c4cf32762373ad40904c02d2c)) - **editor:** Only ignore managed credentials in the HTTP node ([#&#8203;12417](https://github.com/n8n-io/n8n/issues/12417)) ([6b46657](https://github.com/n8n-io/n8n/commit/6b46657412a1efff35be5083f0ff4c00f9b3e7f9)) - **editor:** Remove primary highlight color from edge being executed on new canvas ([#&#8203;12307](https://github.com/n8n-io/n8n/issues/12307)) ([50913de](https://github.com/n8n-io/n8n/commit/50913de2651450e18307a833ada57656d8959493)) - **editor:** Render empty string instead of \[empty] ([#&#8203;12448](https://github.com/n8n-io/n8n/issues/12448)) ([2c72047](https://github.com/n8n-io/n8n/commit/2c72047d0b260db5a4b1fd0d7448ab19378e908f)) - **editor:** Show all workflows in the error workflow dropdown in the workflow settings ([#&#8203;12413](https://github.com/n8n-io/n8n/issues/12413)) ([ccda7f9](https://github.com/n8n-io/n8n/commit/ccda7f9c62e2ba04dbd8a86cfeb5016b56f19c7a)) - **editor:** Unify disabled parameters background color ([#&#8203;12306](https://github.com/n8n-io/n8n/issues/12306)) ([8c63599](https://github.com/n8n-io/n8n/commit/8c635993bd65c84707938d9564d54c1ae17f1c1f)) - **HTTP Request Node:** Fix typo in hint ([#&#8203;12439](https://github.com/n8n-io/n8n/issues/12439)) ([b6230b6](https://github.com/n8n-io/n8n/commit/b6230b63f2ed8c7531b53c896f8b033c599e156e)) - **OpenAI Node:** Add quotes to default base URL ([#&#8203;12312](https://github.com/n8n-io/n8n/issues/12312)) ([2e90eba](https://github.com/n8n-io/n8n/commit/2e90eba47eff81f8b17a305cbc1656f929d622f8)) - **OpenAI Node:** Update node to account for URL in credentials ([#&#8203;12356](https://github.com/n8n-io/n8n/issues/12356)) ([f78cceb](https://github.com/n8n-io/n8n/commit/f78ccebe514819dca03f5c220274b94fd6d1c73b)) - **Postgres Node:** Account for JSON expressions ([#&#8203;12012](https://github.com/n8n-io/n8n/issues/12012)) ([06b86af](https://github.com/n8n-io/n8n/commit/06b86af7356b3be0af146c49f9720b24157b9e61)) - **Postgres Node:** Allow passing in arrays to JSON columns for insert ([#&#8203;12452](https://github.com/n8n-io/n8n/issues/12452)) ([9dd0686](https://github.com/n8n-io/n8n/commit/9dd068632b1542126831baa83cf638ce369b0947)) - **Postgres Node:** Re-use connection pool across executions ([#&#8203;12346](https://github.com/n8n-io/n8n/issues/12346)) ([2ca37f5](https://github.com/n8n-io/n8n/commit/2ca37f5f7f7f80c50dbc8c87146b8bff510f01c8)) - Run workflow if active and single webhook service has pin data ([#&#8203;12425](https://github.com/n8n-io/n8n/issues/12425)) ([8053a4a](https://github.com/n8n-io/n8n/commit/8053a4a1763d143da80b9e4e00dcef9b716ce6b2)) - Set correct default for added Resource Mapper boolean fields ([#&#8203;12344](https://github.com/n8n-io/n8n/issues/12344)) ([b4c77f2](https://github.com/n8n-io/n8n/commit/b4c77f27b66275ddb58138e8d2fe1509265e9652)) - **Supabase Node:** Allow for filtering on the same field multiple times ([#&#8203;12429](https://github.com/n8n-io/n8n/issues/12429)) ([d7cc789](https://github.com/n8n-io/n8n/commit/d7cc789d79477aff40ff4eca0175c7578aef338a)) - **Zep Vector Store Node:** Cloud vector store integration ([#&#8203;12353](https://github.com/n8n-io/n8n/issues/12353)) ([2433d6b](https://github.com/n8n-io/n8n/commit/2433d6b7d3dede2595dd5b637ca8bbc1103272b3)) ##### Features - (Execute Workflow Node): Inputs for Sub-workflows ([#&#8203;11830](https://github.com/n8n-io/n8n/issues/11830)) ([#&#8203;11837](https://github.com/n8n-io/n8n/issues/11837)) ([d411663](https://github.com/n8n-io/n8n/commit/d4116630a638195c7d87e01e2b5c151941636056)) - Add load options to new tool mode for vector stores ([#&#8203;12462](https://github.com/n8n-io/n8n/issues/12462)) ([3109de6](https://github.com/n8n-io/n8n/commit/3109de6073b237ee3dcc93afb69345586f3b836d)) - Add migration to add `managed` column to credentials table ([#&#8203;12275](https://github.com/n8n-io/n8n/issues/12275)) ([3cb7081](https://github.com/n8n-io/n8n/commit/3cb70814465e8fa504e909ef36b21b79d4b70b28)) - Allow using Vector Stores directly as Tools ([#&#8203;12311](https://github.com/n8n-io/n8n/issues/12311)) ([76dded4](https://github.com/n8n-io/n8n/commit/76dded4bea9d26ad84fdbde74d577d244eb4e223)) - **core:** Add endpoint to create free AI credits ([#&#8203;12362](https://github.com/n8n-io/n8n/issues/12362)) ([ac4e042](https://github.com/n8n-io/n8n/commit/ac4e0422316a4dcd19151dd7d504e2b3cccbc038)) - **core:** Add includeData parameter to `GET /credentials` ([#&#8203;12220](https://github.com/n8n-io/n8n/issues/12220)) ([f56ad8c](https://github.com/n8n-io/n8n/commit/f56ad8cf49f7cf0665035d2e43bb7ff5b8fd75f3)) - **core:** Comply with `NO_COLOR` in logs ([#&#8203;12347](https://github.com/n8n-io/n8n/issues/12347)) ([1e60bbc](https://github.com/n8n-io/n8n/commit/1e60bbcf169e8624a97ddde543cdd1d406e5c7ca)) - **core:** Offload manual executions to workers ([#&#8203;11284](https://github.com/n8n-io/n8n/issues/11284)) ([9432aa0](https://github.com/n8n-io/n8n/commit/9432aa0b00e74faf4651ac673f18e16b7e56e145)) - **editor:** Add free AI credits CTA ([#&#8203;12365](https://github.com/n8n-io/n8n/issues/12365)) ([f873196](https://github.com/n8n-io/n8n/commit/f8731963f6754386f15c8417c0cc32dba87c481a)) - **editor:** Add support for project icons ([#&#8203;12349](https://github.com/n8n-io/n8n/issues/12349)) ([9117718](https://github.com/n8n-io/n8n/commit/9117718cc960e2bad5a5db07b10e9e7b561ec5e4)) - **editor:** Easy AI workflow improvements ([#&#8203;12400](https://github.com/n8n-io/n8n/issues/12400)) ([8dc691d](https://github.com/n8n-io/n8n/commit/8dc691dc62692f8af143c84032391397adeb790d)) - **editor:** Make workflows, credentials, executions and new canvas usable on mobile and touch devices ([#&#8203;12372](https://github.com/n8n-io/n8n/issues/12372)) ([06c9473](https://github.com/n8n-io/n8n/commit/06c94732103687705d71c5a1c5bfa993e3df3427)) - **editor:** New Code editor based on the TypeScript language service ([#&#8203;12285](https://github.com/n8n-io/n8n/issues/12285)) ([52ae02a](https://github.com/n8n-io/n8n/commit/52ae02abaa92e5bbfda58843c8eccc845506fa4b)) - **editor:** Update Sub-Workflow Debugging Copy ([#&#8203;12483](https://github.com/n8n-io/n8n/issues/12483)) ([04e2928](https://github.com/n8n-io/n8n/commit/04e2928d345f83c202c762e4673cf878b4762f33)) - **Google Vertex Chat Model Node:** Add an option to specify GCP region ([#&#8203;12300](https://github.com/n8n-io/n8n/issues/12300)) ([30f9c03](https://github.com/n8n-io/n8n/commit/30f9c033db28112e1f97bb55d41b5bfce265cb51)) - **HighLevel Node:** Add support for calendar items ([#&#8203;10820](https://github.com/n8n-io/n8n/issues/10820)) ([6e189fd](https://github.com/n8n-io/n8n/commit/6e189fda776051e09e90b3d86ecd0d1e80dcc0c6)) - **Microsoft Entra ID Node:** New node ([#&#8203;11779](https://github.com/n8n-io/n8n/issues/11779)) ([3006ccf](https://github.com/n8n-io/n8n/commit/3006ccf41bb911ba72f087a1479889fbf308c17d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-01-08 09:01:43 -05:00
⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.74.0
Some checks failed
Lint on PR / Lint YAML files (pull_request) Failing after 5s
143493bd3a
renovatebot force-pushed renovate/ghcr.io-n8n-io-n8n-1.x from 143493bd3a to c719da138a 2025-01-09 12:01:36 -05:00 Compare
renovatebot changed title from ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.74.0 to ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.74.1 2025-01-09 12:01:43 -05:00
mafyuh merged commit 3e931ae733 into main 2025-01-09 23:15:17 -05:00
mafyuh deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2025-01-09 23:15:17 -05: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: mafyuh/iac#639
No description provided.