Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.116.1 -> 1.117.1

Release Notes

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

v1.117.0

Bug Fixes
  • AI Agent Node: Track source node toolkit tools are executed from (#​20866) (e195677)
  • ai-builder: Accept empty expressionValues in builder request (#​20993) (3f9866e)
  • ai-builder: AI builder memory consumption issue (#​20982) (b4a92f3)
  • ai-builder: Assistant side panel open without blocking calls (#​20714) (39b7966)
  • ai-builder: Submit AI workflow builder prompt on enter, newline on shift+enter (#​20863) (5b5cef8)
  • Call n8n Sub-Workflow Tool Node: Return structured data from Workflow Tool when called by engine (#​20869) (44d1835)
  • core: Fix folders file overwrite for admin on push (#​20813) (4a3e7d7)
  • core: Fix normalization in per-item mode in native Python runner (#​20750) (2224647)
  • core: Prevent binary payload duplication in JS runner (#​20753) (f193b7a)
  • core: Prevent duplicate nodeExecuteBefore events for agent nodes (#​20726) (d4cd6bf)
  • core: Proxy all HTTP traffic instead of only axios (#​20614) (f41b864)
  • core: Set rfc3164 option to false for syslog client initialization (#​20664) (bdcb049)
  • core: Stop task process correctly in native Python runner (#​20840) (c560f05)
  • Detect resource owner change in source control (#​20811) (e12df06)
  • editor: Disallow drag-and-drop for non-immediate-ancestors of Python code node (#​20773) (0fab5ea)
  • editor: Enhance error handling and toast notifications in WorkflowDiffModal (#​20812) (2ee3d26)
  • editor: Expand URL validation to accept any HTTPS URL for workflow import instead of requiring a .json extension (#​20509) (f0a3978)
  • editor: Fetch workflow and version in parallel to prevent double render flicker (#​20568) (76969eb)
  • editor: Fix command bar test workflow command issue (#​20910) (be27e94)
  • editor: Hide Execute and refine section when error occurs after workflow update (#​20876) (3d9d19e)
  • editor: Update ProjectSettings UI to always show save/cancel buttons and add search functionality for members (#​20828) (fa02786)
  • editor: Use existing workflowState when setting node execution issues (#​20777) (ef89640)
  • Embeddings OpenAI Node: Add encodingFormat parameter to fix LM Studio compatibility (#​20877) (61b8dbc)
  • Fix source control pull information toast (#​20787) (fbb35d4)
  • Gmail Trigger Node: Prevent missing emails between polling intervals (#​20794) (f3ebf05)
  • HTTP Request Node: Support array in query request parrameters (#​20510) (54dcfde)
  • LM Chat Azure OpenAI Node: Set model name to ensure correct internal logic (#​20893) (24f1ad9)
  • Mistral Cloud Chat Mode Node: Support JSON response from latest Magistral models (#​20853) (b8f43d3)
  • MongoDB connection string parameter marked as password (#​20868) (1eccd74)
  • n8n Form Node: CSP headers should not be set on response with redirect (#​20864) (7f651ca)
  • Notion Node: Fix typo in Notion 'Operation' options (#​20809) (b32c8ce)
  • OpenAI Node: Re-enable list of models for non-OpenAI providers (#​20647) (131a57e)
  • OpenAI Node: Remove local shell, update simplify output logic (#​20957) (f282b02)
  • OpenAI Node: Rename "Create" to "Generate" (#​20905) (d20a2e5)
  • Qdrant Vector Store Node: Add support for custom content and metadata keys (#​20873) (049c599)
  • Sentry.io Node: Add credential tests and authenticate methods, fix self-hosted credentials (#​20195) (11f8a3f)
  • Slack Node: Fix incorrect option name stopping user groups from working (#​20660) (7edbd7d)
Features
Performance Improvements

v1.116.2

Bug Fixes
  • ai-builder: AI builder memory consumption issue (#​20982) (18e66ed)
  • editor: Use existing workflowState when setting node execution issues (#​20777) (0875400)

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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Oct 21, 2025

--- kubernetes/apps/default/n8n/app Kustomization: flux-system/n8n HelmRelease: default/n8n

+++ kubernetes/apps/default/n8n/app Kustomization: flux-system/n8n HelmRelease: default/n8n

@@ -42,13 +42,13 @@

               N8N_LOG_OUTPUT: console
               N8N_PROTOCOL: https
               N8N_RUNNERS_ENABLED: true
               WEBHOOK_URL: https://n8n...PLACEHOLDER_SECRET_DOMAIN../
             image:
               repository: ghcr.io/n8n-io/n8n
-              tag: 1.116.1
+              tag: 1.117.1
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 5m
                 memory: 128Mi

@github-actions
Copy link

github-actions bot commented Oct 21, 2025

--- HelmRelease: default/n8n Deployment: default/n8n

+++ HelmRelease: default/n8n Deployment: default/n8n

@@ -68,13 +68,13 @@

         - name: N8N_PROTOCOL
           value: https
         - name: N8N_RUNNERS_ENABLED
           value: 'true'
         - name: WEBHOOK_URL
           value: https://n8n...PLACEHOLDER_SECRET_DOMAIN../
-        image: ghcr.io/n8n-io/n8n:1.116.1
+        image: ghcr.io/n8n-io/n8n:1.117.1
         name: app
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 5m

@renovate renovate bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from a61cde0 to 2d6f916 Compare October 24, 2025 12:57
@renovate renovate bot changed the title feat(container): update image ghcr.io/n8n-io/n8n to v1.117.0 feat(container): update image ghcr.io/n8n-io/n8n to v1.117.1 Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants