Update ghcr.io/n8n-io/n8n Docker tag to v1.116.0 #1747

Merged
renovate-bot merged 1 commits from renovate/ghcr.io-n8n-io-n8n-1.x into main 2025-10-13 14:04:43 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.115.2 -> 1.116.0

Release Notes

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

v1.116.0

Bug Fixes
  • ai-builder: Fix loading of Data Table nodes for AI Builder (#​20546) (c21968d)
  • core: Block introspection attributes unconditionally (#​20641) (7ae88f8)
  • core: Fix broker websocket connection closure on runner heartbeat failure (#​20584) (892cc82)
  • core: Fix N8N_ENCRYPTION_KEY_FILE environment variable not working (#​20230) (502dd71)
  • core: Fix worker setup completion (#​20495) (8f042a6)
  • core: Make sure scopes are deleted after rename (#​20498) (a998e1d)
  • core: Only resume waiting parent workflows (#​20342) (bebccfd)
  • core: Prevent re-imported scheduled workflow to execute twice (#​20438) (8f7f480)
  • core: Prevent subscript access to blocked attributes (#​20710) (0026b6b)
  • core: Remove logs skipping flag from native Python runner (#​20441) (123a742)
  • core: Retain source overwrite in paired items in tool executions (#​20629) (6f368c3)
  • core: Return insights when only one day is selected (#​20543) (dc72c23)
  • core: Solve intermittent typeorm-related build errors for QueryDeepPartialEntity (#​20556) (dfb1851)
  • core: Tighten Sentry error filtering in native Python runner (#​20500) (bcdbada)
  • editor: Compact large ITaskDataConnections before sending to AI Builder (#​20545) (e58480f)
  • editor: Fix data table add row missing border (#​20514) (799634f)
  • editor: Fix inputs when extracting sub-workflows with Split Out nodes (#​19923) (fa64bf1)
  • editor: Input/output panel in log view shows "N of N item(s)" when nothing matched (#​20224) (9b46bf6)
  • editor: Keep source control and user area fixed to bottom of sidebar (#​20530) (0f28b3f)
  • editor: New NDV design tweaks (#​19903) (ca84331)
  • editor: Rename property names in event (#​20537) (32573ca)
  • editor: Set warning limit to 80% of max limit for data tables (#​20613) (fb94b77)
  • Extract from File Node: Fix xlsx data read when readAsString is true (#​20565) (1a8b6e1)
  • Github Node: Fix GitHub node no longer shows repo owner for Get Issues operation (#​20580) (3d74c3e)
  • Google Workspace Admin Node: Rename userId to userKey (#​15940) (65b1df9)
  • HTTP Request Node: Body must be stringified while using AWS credentials (#​20526) (c28ac73)
  • Invalid secret expression value for AWS secret keys containing / (#​20433) (f46b5e1)
  • Microsoft Graph Security Node: Add missing offline_access scope to credentials (#​20532) (8dd7c40)
  • Pin node version in Docker base image (#​20634) (4d80c2e)
  • Prevent runtime import via __builtins__ dict in native Python runner (#​20628) (09c8559)
  • Slack Node: Add :history scopes to support the 'history' operation in Slack node (#​20523) (88b8719)
  • Supabase Node: Fix issue with execute function was called with incorrect parameters when accessing schema if set by expression (#​20507) (b868284)
  • Update libxml2 (#​20635) (2ac03d0)
  • Update path.join -> safeJoinPath for compression utils (#​20461) (ad11e77)
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.115.2` -> `1.116.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.116.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#11160-2025-10-13) ##### Bug Fixes - **ai-builder:** Fix loading of Data Table nodes for AI Builder ([#&#8203;20546](https://github.com/n8n-io/n8n/issues/20546)) ([c21968d](https://github.com/n8n-io/n8n/commit/c21968db3d05d706cba199fb101f04a637132271)) - **core:** Block introspection attributes unconditionally ([#&#8203;20641](https://github.com/n8n-io/n8n/issues/20641)) ([7ae88f8](https://github.com/n8n-io/n8n/commit/7ae88f836c13d81118231fe80e8329a81bd29e26)) - **core:** Fix broker websocket connection closure on runner heartbeat failure ([#&#8203;20584](https://github.com/n8n-io/n8n/issues/20584)) ([892cc82](https://github.com/n8n-io/n8n/commit/892cc8254dcab13290d88baacc3ad0a3f1224645)) - **core:** Fix N8N\_ENCRYPTION\_KEY\_FILE environment variable not working ([#&#8203;20230](https://github.com/n8n-io/n8n/issues/20230)) ([502dd71](https://github.com/n8n-io/n8n/commit/502dd71811df9b9a466584418f41668345791ecc)) - **core:** Fix worker setup completion ([#&#8203;20495](https://github.com/n8n-io/n8n/issues/20495)) ([8f042a6](https://github.com/n8n-io/n8n/commit/8f042a6c133c9005014f1448470a886b83a76d47)) - **core:** Make sure scopes are deleted after rename ([#&#8203;20498](https://github.com/n8n-io/n8n/issues/20498)) ([a998e1d](https://github.com/n8n-io/n8n/commit/a998e1d025cf29fd92e229429f00c6c7c773c2dc)) - **core:** Only resume waiting parent workflows ([#&#8203;20342](https://github.com/n8n-io/n8n/issues/20342)) ([bebccfd](https://github.com/n8n-io/n8n/commit/bebccfdb9388667989d293c205d9620ec6098121)) - **core:** Prevent re-imported scheduled workflow to execute twice ([#&#8203;20438](https://github.com/n8n-io/n8n/issues/20438)) ([8f7f480](https://github.com/n8n-io/n8n/commit/8f7f48043b28fc41254b6bc71eb13fe025a0eb37)) - **core:** Prevent subscript access to blocked attributes ([#&#8203;20710](https://github.com/n8n-io/n8n/issues/20710)) ([0026b6b](https://github.com/n8n-io/n8n/commit/0026b6b6b0de5b84fc6ed9b8988d7e9f82a4d23f)) - **core:** Remove logs skipping flag from native Python runner ([#&#8203;20441](https://github.com/n8n-io/n8n/issues/20441)) ([123a742](https://github.com/n8n-io/n8n/commit/123a7426852b1a3a7a575e51e0c1207764d0ca3f)) - **core:** Retain source overwrite in paired items in tool executions ([#&#8203;20629](https://github.com/n8n-io/n8n/issues/20629)) ([6f368c3](https://github.com/n8n-io/n8n/commit/6f368c326d219f23cd508c2cf295a804988d15ec)) - **core:** Return insights when only one day is selected ([#&#8203;20543](https://github.com/n8n-io/n8n/issues/20543)) ([dc72c23](https://github.com/n8n-io/n8n/commit/dc72c23d6ad67d09a48ffdec3de3fda565fccf8e)) - **core:** Solve intermittent typeorm-related build errors for `QueryDeepPartialEntity` ([#&#8203;20556](https://github.com/n8n-io/n8n/issues/20556)) ([dfb1851](https://github.com/n8n-io/n8n/commit/dfb185151647e79f94d3ba11387d6d6c8c3a11b3)) - **core:** Tighten Sentry error filtering in native Python runner ([#&#8203;20500](https://github.com/n8n-io/n8n/issues/20500)) ([bcdbada](https://github.com/n8n-io/n8n/commit/bcdbada74b25e2b5c8617bee0f7b62a6c4c97c2e)) - **editor:** Compact large ITaskDataConnections before sending to AI Builder ([#&#8203;20545](https://github.com/n8n-io/n8n/issues/20545)) ([e58480f](https://github.com/n8n-io/n8n/commit/e58480f901126d9a62fdef5153808329ea2db7f4)) - **editor:** Fix data table add row missing border ([#&#8203;20514](https://github.com/n8n-io/n8n/issues/20514)) ([799634f](https://github.com/n8n-io/n8n/commit/799634fa45bf792720c12f10e73226d662298014)) - **editor:** Fix inputs when extracting sub-workflows with Split Out nodes ([#&#8203;19923](https://github.com/n8n-io/n8n/issues/19923)) ([fa64bf1](https://github.com/n8n-io/n8n/commit/fa64bf1ef35773a665fe4a7ffb80d455350f1eab)) - **editor:** Input/output panel in log view shows "N of N item(s)" when nothing matched ([#&#8203;20224](https://github.com/n8n-io/n8n/issues/20224)) ([9b46bf6](https://github.com/n8n-io/n8n/commit/9b46bf65f38cf16896f98360aa23dd43e5bd2ac6)) - **editor:** Keep source control and user area fixed to bottom of sidebar ([#&#8203;20530](https://github.com/n8n-io/n8n/issues/20530)) ([0f28b3f](https://github.com/n8n-io/n8n/commit/0f28b3f75676ac30fddc219c2882b747308eac80)) - **editor:** New NDV design tweaks ([#&#8203;19903](https://github.com/n8n-io/n8n/issues/19903)) ([ca84331](https://github.com/n8n-io/n8n/commit/ca84331761b00ccaa31ae82cc562cb9f43493cfc)) - **editor:** Rename property names in event ([#&#8203;20537](https://github.com/n8n-io/n8n/issues/20537)) ([32573ca](https://github.com/n8n-io/n8n/commit/32573caae136cd6d9d0e3b403509869141f16925)) - **editor:** Set warning limit to 80% of max limit for data tables ([#&#8203;20613](https://github.com/n8n-io/n8n/issues/20613)) ([fb94b77](https://github.com/n8n-io/n8n/commit/fb94b779c8de6ead9d6d8d2075a71b1fbb50091f)) - **Extract from File Node:** Fix xlsx data read when readAsString is true ([#&#8203;20565](https://github.com/n8n-io/n8n/issues/20565)) ([1a8b6e1](https://github.com/n8n-io/n8n/commit/1a8b6e190194c3159ab90af39a1e02658e3d4dd4)) - **Github Node:** Fix GitHub node no longer shows repo owner for Get Issues operation ([#&#8203;20580](https://github.com/n8n-io/n8n/issues/20580)) ([3d74c3e](https://github.com/n8n-io/n8n/commit/3d74c3ee9ec7f0c812db6b2c39e3e23eb2a14b34)) - **Google Workspace Admin Node:** Rename userId to userKey ([#&#8203;15940](https://github.com/n8n-io/n8n/issues/15940)) ([65b1df9](https://github.com/n8n-io/n8n/commit/65b1df921063ab3781152fea067062b9b0e0e402)) - **HTTP Request Node:** Body must be stringified while using AWS credentials ([#&#8203;20526](https://github.com/n8n-io/n8n/issues/20526)) ([c28ac73](https://github.com/n8n-io/n8n/commit/c28ac73e66b7d72b61b6a1b3aab530fdd355cfe4)) - Invalid secret expression value for AWS secret keys containing / ([#&#8203;20433](https://github.com/n8n-io/n8n/issues/20433)) ([f46b5e1](https://github.com/n8n-io/n8n/commit/f46b5e16406b31fbebfa85e0168f45acb3a291af)) - **Microsoft Graph Security Node:** Add missing offline\_access scope to credentials ([#&#8203;20532](https://github.com/n8n-io/n8n/issues/20532)) ([8dd7c40](https://github.com/n8n-io/n8n/commit/8dd7c402918d8382e9efd32ee11feed8852607b8)) - Pin node version in Docker base image ([#&#8203;20634](https://github.com/n8n-io/n8n/issues/20634)) ([4d80c2e](https://github.com/n8n-io/n8n/commit/4d80c2e898831539623a9276fc49baf77e881024)) - Prevent runtime import via `__builtins__` dict in native Python runner ([#&#8203;20628](https://github.com/n8n-io/n8n/issues/20628)) ([09c8559](https://github.com/n8n-io/n8n/commit/09c8559c2c9862420d5c405a21933156b879b1ed)) - **Slack Node:** Add :history scopes to support the 'history' operation in Slack node ([#&#8203;20523](https://github.com/n8n-io/n8n/issues/20523)) ([88b8719](https://github.com/n8n-io/n8n/commit/88b87191e5677a417fe2ce21a335ea8f01c0d06f)) - **Supabase Node:** Fix issue with execute function was called with incorrect parameters when accessing schema if set by expression ([#&#8203;20507](https://github.com/n8n-io/n8n/issues/20507)) ([b868284](https://github.com/n8n-io/n8n/commit/b868284851f1900e6154541129519048002e9fc5)) - Update libxml2 ([#&#8203;20635](https://github.com/n8n-io/n8n/issues/20635)) ([2ac03d0](https://github.com/n8n-io/n8n/commit/2ac03d069133bf69cd63826024e14332fd0bc059)) - Update path.join -> safeJoinPath for compression utils ([#&#8203;20461](https://github.com/n8n-io/n8n/issues/20461)) ([ad11e77](https://github.com/n8n-io/n8n/commit/ad11e77b42cd805962a2a21bf078569e986368fa)) ##### Features - Add docs to `@n8n/eslint-plugin-community-nodes` ([#&#8203;20266](https://github.com/n8n-io/n8n/issues/20266)) ([6cb36b5](https://github.com/n8n-io/n8n/commit/6cb36b5194ec684ab515ad4b6d78d305ace2b07e)) - Add status check for project json files in git folder ([#&#8203;20369](https://github.com/n8n-io/n8n/issues/20369)) ([2f38db8](https://github.com/n8n-io/n8n/commit/2f38db86b50d0ff4b2b4cd302d69982601adb200)) - Add strict mode and cloud lint rules to [@&#8203;n8n/node-cli](https://github.com/n8n/node-cli) ([#&#8203;20142](https://github.com/n8n-io/n8n/issues/20142)) ([b1baca5](https://github.com/n8n-io/n8n/commit/b1baca5c6c22115a5769e7a34135a30158d1499d)) - Add support for displayOptions in INodePropertyOptions ([#&#8203;20184](https://github.com/n8n-io/n8n/issues/20184)) ([fd50563](https://github.com/n8n-io/n8n/commit/fd50563591a77b81677660cd9b3f7d678e6fa04f)) - **ai-builder, editor:** Flag AI builder placeholder parameters and render them on front-end ([#&#8203;20494](https://github.com/n8n-io/n8n/issues/20494)) ([95d0c45](https://github.com/n8n-io/n8n/commit/95d0c45771fbc9486f7372b7658cae303f5c2329)) - **API:** Add project and projectId fields to get and update a variable project ([#&#8203;20544](https://github.com/n8n-io/n8n/issues/20544)) ([5bddbed](https://github.com/n8n-io/n8n/commit/5bddbedf2eb5b6363e24e20dccfea267b80001fb)) - **core:** Telemetry for data tables storage limit reached ([#&#8203;20485](https://github.com/n8n-io/n8n/issues/20485)) ([52ad94f](https://github.com/n8n-io/n8n/commit/52ad94f54cef6fb16d9cff6fb13f935b091c8ac9)) - **core:** Track package\_version of community nodes ([#&#8203;20428](https://github.com/n8n-io/n8n/issues/20428)) ([0da3e14](https://github.com/n8n-io/n8n/commit/0da3e14a521535f8b4c01c4be7ee00f3ba65e8ba)) - **core:** Use project variable in executions ([#&#8203;20275](https://github.com/n8n-io/n8n/issues/20275)) ([ca69904](https://github.com/n8n-io/n8n/commit/ca69904ad4a4c20f6370f1ebed2c27947a14d6f3)) - Define node's waiting message in the node's description ([#&#8203;20416](https://github.com/n8n-io/n8n/issues/20416)) ([d03a6c0](https://github.com/n8n-io/n8n/commit/d03a6c08e1ad3c5c5a5228b6e1d0483e1216c49c)) - **editor:** Allow expressions to autocomplete project variables ([#&#8203;20269](https://github.com/n8n-io/n8n/issues/20269)) ([2a7b341](https://github.com/n8n-io/n8n/commit/2a7b34197a63133cdeef8a9d6794b1e11bc08bc2)) - **editor:** Create new variable page inside overview project page ([#&#8203;20332](https://github.com/n8n-io/n8n/issues/20332)) ([cd0bbe2](https://github.com/n8n-io/n8n/commit/cd0bbe2d967fb33f212ccc71b933792e001d9a31)) - **editor:** Improve community node tracking ([#&#8203;20479](https://github.com/n8n-io/n8n/issues/20479)) ([07c60b2](https://github.com/n8n-io/n8n/commit/07c60b23ce5cf2021337d697920577f6ab1948b3)) - **editor:** Introduce `Replace Node` context menu option ([#&#8203;20287](https://github.com/n8n-io/n8n/issues/20287)) ([273840c](https://github.com/n8n-io/n8n/commit/273840c04216778165ca24dfaaa4176495866578)) - **Ollama Node:** Add Ollama vendor with tool support and image analysis ([#&#8203;19371](https://github.com/n8n-io/n8n/issues/19371)) ([c257a8f](https://github.com/n8n-io/n8n/commit/c257a8f92233d534f8ec636ea8e017bc966a5804)) - **Redis Vector Store Node:** Redis vector store node implementation ([#&#8203;19428](https://github.com/n8n-io/n8n/issues/19428)) ([f178a59](https://github.com/n8n-io/n8n/commit/f178a59702ac8803cbf01ac4cf6e0e1500b67f91)) - Roll out Lucide icons to Nodes, remove FontAwesome icons ([#&#8203;20477](https://github.com/n8n-io/n8n/issues/20477)) ([596cdfe](https://github.com/n8n-io/n8n/commit/596cdfec911054d699ff4343ea99e5d373597f35)) - **Split Out Node:** Incorrect warning fix ([#&#8203;20468](https://github.com/n8n-io/n8n/issues/20468)) ([fb501d6](https://github.com/n8n-io/n8n/commit/fb501d6ded58b605e26c74499866664fdaba85b2)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==-->
renovate-bot added the
automerge
image
labels 2025-10-13 14:04:40 +00:00
renovate-bot added 1 commit 2025-10-13 14:04:41 +00:00
Update ghcr.io/n8n-io/n8n Docker tag to v1.116.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 13s
55b4d0f1c6
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-10-13 14:04:41 +00:00
renovate-bot merged commit c3235c5404 into main 2025-10-13 14:04:43 +00:00
renovate-bot deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2025-10-13 14:04:44 +00:00
Sign in to join this conversation.
No description provided.