Skip to content

Comments

feat(container): update image ghcr.io/n8n-io/n8n ( 1.116.1 ➔ 1.117.0 )#3516

Merged
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-n8n-io-n8n-1.x
Oct 21, 2025
Merged

feat(container): update image ghcr.io/n8n-io/n8n ( 1.116.1 ➔ 1.117.0 )#3516
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-n8n-io-n8n-1.x

Conversation

@unsc-oni-ancilla
Copy link
Contributor

@unsc-oni-ancilla unsc-oni-ancilla 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.0

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

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 has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Oct 21, 2025
@unsc-oni-ancilla
Copy link
Contributor Author

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

+++ kubernetes/apps/default/n8n/app Kustomization: default/n8n HelmRelease: default/n8n

@@ -39,13 +39,13 @@

               N8N_LOG_OUTPUT: console
               N8N_PORT: 8080
               N8N_PROTOCOL: https
               WEBHOOK_URL: https://n8n.unscfleet.com
             image:
               repository: ghcr.io/n8n-io/n8n
-              tag: 1.116.1
+              tag: 1.117.0
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 100m
                 memory: 500Mi

@unsc-oni-ancilla
Copy link
Contributor Author

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

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

@@ -64,13 +64,13 @@

         - name: N8N_PORT
           value: '8080'
         - name: N8N_PROTOCOL
           value: https
         - name: WEBHOOK_URL
           value: https://n8n.unscfleet.com
-        image: ghcr.io/n8n-io/n8n:1.116.1
+        image: ghcr.io/n8n-io/n8n:1.117.0
         name: app
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 100m

@binaryn3xus binaryn3xus merged commit d103d0c into main Oct 21, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-n8n-io-n8n-1.x branch October 21, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant