Update ghcr.io/n8n-io/n8n Docker tag to v1.104.0 #983

Merged
renovate-bot merged 1 commits from renovate/ghcr.io-n8n-io-n8n-1.x into main 2025-07-21 14:02:08 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.103.1 -> 1.104.0

Release Notes

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

v1.104.0

Bug Fixes
  • API: Check if version exists in registry for community node installation (#​17168) (5180869)
  • AWS Bedrock Chat Model Node: Do not show issues for arbitrary model names (#​17079) (5bb5a65)
  • core: Allow undefined workflow owner on source control for retro compatibility (#​17419) (78cb5b6)
  • core: Fix object store support for non-latin chars (#​17383) (550339e)
  • core: Remove inline JS from FE for more secure CSP (#​17195) (fc3129e)
  • editor: Make close button visible on become creator CTA (#​17405) (8a27563)
  • editor: Make tag search in workflows case insensitive (#​17347) (4073ce7)
  • editor: Prevent submit when composing with IME on chat textarea (#​17179) (5db8bbd)
  • editor: Recenter fromAI override close button (#​17455) (5cf74be)
  • editor: Show additional data on Users list page (#​17339) (f3f4461)
  • editor: Update frontend to handle unlicensed insights dashboard, if only Time saved feature is enabled (#​17199) (42c6190)
  • Embeddings OpenAI Node: Disable model list filter when custom baseURL is set (#​17296) (c159e2b)
  • Fix issue with restricted file access order (#​17329) (e1805fb)
  • Fix ordering issue when checking if staging environment (#​17385) (b8e2187)
  • OpenAi Node: optional chaining for error handling in router (#​17412) (ba9eaca)
  • Think Tool Node: Use dynamic tool name based on node name (#​17364) (ac552e6)
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 | Update | Change | |---|---|---| | [ghcr.io/n8n-io/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | minor | `1.103.1` -> `1.104.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.104.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#11040-2025-07-21) ##### Bug Fixes - **API:** Check if version exists in registry for community node installation ([#&#8203;17168](https://github.com/n8n-io/n8n/issues/17168)) ([5180869](https://github.com/n8n-io/n8n/commit/518086973402d286363dd755f287d730b797e56c)) - **AWS Bedrock Chat Model Node:** Do not show issues for arbitrary model names ([#&#8203;17079](https://github.com/n8n-io/n8n/issues/17079)) ([5bb5a65](https://github.com/n8n-io/n8n/commit/5bb5a65edf39c524b6ea11d54c308dd1034d87bd)) - **core:** Allow undefined workflow owner on source control for retro compatibility ([#&#8203;17419](https://github.com/n8n-io/n8n/issues/17419)) ([78cb5b6](https://github.com/n8n-io/n8n/commit/78cb5b64093ad0c8830eddd7f862a14783b70a9c)) - **core:** Fix object store support for non-latin chars ([#&#8203;17383](https://github.com/n8n-io/n8n/issues/17383)) ([550339e](https://github.com/n8n-io/n8n/commit/550339ed185cf599cb4571f473c06943b2cb0045)) - **core:** Remove inline JS from FE for more secure CSP ([#&#8203;17195](https://github.com/n8n-io/n8n/issues/17195)) ([fc3129e](https://github.com/n8n-io/n8n/commit/fc3129e378b07d3e24c5b4ce24d013c0571c1089)) - **editor:** Make close button visible on become creator CTA ([#&#8203;17405](https://github.com/n8n-io/n8n/issues/17405)) ([8a27563](https://github.com/n8n-io/n8n/commit/8a2756368beb4660f443010e75be95a297b63b0e)) - **editor:** Make tag search in workflows case insensitive ([#&#8203;17347](https://github.com/n8n-io/n8n/issues/17347)) ([4073ce7](https://github.com/n8n-io/n8n/commit/4073ce7fb0cfcd7f0af97849edeeb0ff485c6639)) - **editor:** Prevent submit when composing with IME on chat textarea ([#&#8203;17179](https://github.com/n8n-io/n8n/issues/17179)) ([5db8bbd](https://github.com/n8n-io/n8n/commit/5db8bbd126cbc30947c0b50afdc06bee31b7d449)) - **editor:** Recenter fromAI override close button ([#&#8203;17455](https://github.com/n8n-io/n8n/issues/17455)) ([5cf74be](https://github.com/n8n-io/n8n/commit/5cf74beec19bfd175855cfdbe77c382ec6e58461)) - **editor:** Show additional data on Users list page ([#&#8203;17339](https://github.com/n8n-io/n8n/issues/17339)) ([f3f4461](https://github.com/n8n-io/n8n/commit/f3f4461ac5f215f0f086f6c223ac7f5a0ed87625)) - **editor:** Update frontend to handle unlicensed insights dashboard, if only Time saved feature is enabled ([#&#8203;17199](https://github.com/n8n-io/n8n/issues/17199)) ([42c6190](https://github.com/n8n-io/n8n/commit/42c61909c47f571951414b112bf5fdbba2bf3968)) - **Embeddings OpenAI Node:** Disable model list filter when custom baseURL is set ([#&#8203;17296](https://github.com/n8n-io/n8n/issues/17296)) ([c159e2b](https://github.com/n8n-io/n8n/commit/c159e2be5c02086d6da796c61a8f6f58971a5a03)) - Fix issue with restricted file access order ([#&#8203;17329](https://github.com/n8n-io/n8n/issues/17329)) ([e1805fb](https://github.com/n8n-io/n8n/commit/e1805fb14f931ba031ebb257922b34302bc6a617)) - Fix ordering issue when checking if staging environment ([#&#8203;17385](https://github.com/n8n-io/n8n/issues/17385)) ([b8e2187](https://github.com/n8n-io/n8n/commit/b8e21876d1485c54dc53a490afb3ec77986d2c96)) - **OpenAi Node:** optional chaining for error handling in router ([#&#8203;17412](https://github.com/n8n-io/n8n/issues/17412)) ([ba9eaca](https://github.com/n8n-io/n8n/commit/ba9eacaa6eb156fe3c3658eaf604f0d05fe3980f)) - **Think Tool Node:** Use dynamic tool name based on node name ([#&#8203;17364](https://github.com/n8n-io/n8n/issues/17364)) ([ac552e6](https://github.com/n8n-io/n8n/commit/ac552e68fd8c7ff0ee137d4b03c4827496e9187b)) ##### Features - Add endpoint to retrieve single workflow from GH ([#&#8203;17220](https://github.com/n8n-io/n8n/issues/17220)) ([c4ba31e](https://github.com/n8n-io/n8n/commit/c4ba31ef620ee1aa3ceffae5e1fa2c065fb0cddd)) - **Anthropic Node:** New node ([#&#8203;17121](https://github.com/n8n-io/n8n/issues/17121)) ([5502361](https://github.com/n8n-io/n8n/commit/5502361a97ec2fcb35e1b3f4cb2bca486fc69179)) - Community nodes details footer update ([#&#8203;17158](https://github.com/n8n-io/n8n/issues/17158)) ([81cd490](https://github.com/n8n-io/n8n/commit/81cd49014a57cea05b3d15f61d7850854041458d)) - **core:** Add telemetry for agent tool on Cloud ([#&#8203;17323](https://github.com/n8n-io/n8n/issues/17323)) ([4f45ec7](https://github.com/n8n-io/n8n/commit/4f45ec70c07bc82c29bbda730401b3c737073b27)) - **core:** Set up backend modules ([#&#8203;17448](https://github.com/n8n-io/n8n/issues/17448)) ([1159345](https://github.com/n8n-io/n8n/commit/115934573fcd3318333e988e22563d3bfb9473f5)) - **editor:** Add "Stop Test" button to stop running evaluations ([#&#8203;17328](https://github.com/n8n-io/n8n/issues/17328)) ([df80673](https://github.com/n8n-io/n8n/commit/df80673c96c8ebec0a9020822b8cfc8cf03be277)) - **editor:** Add option to disable credentials check in RLC ([#&#8203;17381](https://github.com/n8n-io/n8n/issues/17381)) ([d466d9d](https://github.com/n8n-io/n8n/commit/d466d9d373bd7d58031dca87ba48d5dd5247f0d0)) - **editor:** Using special env vars as feature flags in the frontend ([#&#8203;17355](https://github.com/n8n-io/n8n/issues/17355)) ([d36abb5](https://github.com/n8n-io/n8n/commit/d36abb5a3ad6c1c698e94316914f08aac512b2fc)) - **Facebook Graph API Node:** Add support for api v23 ([#&#8203;17240](https://github.com/n8n-io/n8n/issues/17240)) ([c0f1867](https://github.com/n8n-io/n8n/commit/c0f1867429a64a3a27ae585084270d220972e673)) - **MCP Client Tool Node:** Add support for HTTP Streamable Transport ([#&#8203;15454](https://github.com/n8n-io/n8n/issues/15454)) ([a5d14a2](https://github.com/n8n-io/n8n/commit/a5d14a25091284b0e0f4e82ae6c230ffa9782e41)) - **n8n Form Node:** Allow basic styling of form completion message ([#&#8203;17338](https://github.com/n8n-io/n8n/issues/17338)) ([2d4abf1](https://github.com/n8n-io/n8n/commit/2d4abf156c354613173e1c56241d63c86d7ab9e1)) - NDV notify if community node has update ([#&#8203;17146](https://github.com/n8n-io/n8n/issues/17146)) ([0237d8b](https://github.com/n8n-io/n8n/commit/0237d8b8ec097ee744b869a70870ffeb4bb83853)) - New package version available callout ([#&#8203;17097](https://github.com/n8n-io/n8n/issues/17097)) ([49c84c2](https://github.com/n8n-io/n8n/commit/49c84c2ce29b9ff1c10b59565c28a65a767af6cb)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
renovate-bot added the
automerge
image
labels 2025-07-21 14:01:41 +00:00
renovate-bot added 1 commit 2025-07-21 14:01:57 +00:00
Update ghcr.io/n8n-io/n8n Docker tag to v1.104.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m57s
753897ae63
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-07-21 14:02:02 +00:00
renovate-bot merged commit 753897ae63 into main 2025-07-21 14:02:08 +00:00
renovate-bot deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2025-07-21 14:02:08 +00:00
Sign in to join this conversation.
No description provided.