Skip to content

Comments

feat(container): update image ghcr.io/n8n-io/n8n ( 1.118.1 ➔ 1.119.0 )#3563

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

feat(container): update image ghcr.io/n8n-io/n8n ( 1.118.1 ➔ 1.119.0 )#3563
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 Nov 3, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.118.1 -> 1.119.0

Release Notes

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

v1.119.0

Bug Fixes
  • AI Agent Node: AI Agent v3 only sees first tool response item (#​21429) (d35ba6b)
  • ai-builder: Do not show validation issues as tool errors (#​21310) (3290bf0)
  • ai-builder: Fixing canvas buttons - if workflow builder is enabled always show "build with AI" button (#​21354) (3b53649)
  • ai-builder: Hide the excute and refine dialog in the workflow builder if task was aborted (#​21355) (f79d968)
  • Airtop Node: Fix file upload and add support for session recording (#​21248) (4e9ee11)
  • core: Add execution hints support for tools (#​21238) (8971a5a)
  • core: Allow dynamic node parameters in Public API schema (#​21345) (eb46201)
  • core: Disable ANSI colors in production debug logs (#​21344) (fa1ae8a)
  • core: Ensure reconnect on broker down in native Python runner (#​21475) (fbd60d2)
  • core: Fix AI Agent v3 Tool Execution Issues (#​21477) (11531c8)
  • core: Grant admins full data table access (#​21316) (18012d9)
  • core: Harden security restrictions in native Python runner (#​21263) (7cea1e2)
  • core: Only select executionData from DB when requested (#​21234) (4be0180)
  • core: Protect against name-mangling in native Python runner (#​21482) (9a56529)
  • editor: Fix Cannot read properties of undefined error in evaluation loop (#​21225) (27a3ce7)
  • editor: Fix event propagating and causing multiple telemetry calls for the same event (#​21385) (e551ce8)
  • editor: Handle executionFinished event correctly for non-persisted executions (#​21333) (8e2f55b)
  • editor: Hide credentials setup button in read-only mode (#​21351) (638588e)
  • editor: Keep loading executions initially until they fill up the sidebar (#​21279) (900b2c3)
  • editor: Lowercase resource in Create Workflow/Credential/Folder button copy (#​21320) (56805ca)
  • editor: Match user pagination options with API limits (#​21377) (b1243ce)
  • editor: Prevent 'sin' text concatenation in execution display (#​21343) (f88f09c)
  • editor: Swap data table modal button order and fix copy (#​21318) (72ef61c)
  • Fix inconsistent insight date range query behaviour (#​21368) (440e83b)
  • Fix insights query date range calculation in backend (#​21409) (1a70592)
  • Google Calendar Node: Fix event operation (#​21414) (c4b9470)
  • OpenAi Node: Allow additionalProperties: {} in tools (#​21328) (866ff1b)
  • Update packages for security fixes (#​21375) (c553c4d)
  • Update task runner to 1.4.1 (#​21481) (9dea202)
  • Xero Node: Fix currency dropdown sending wrong value to API (#​19499) (49fabcf)
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 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 Nov 3, 2025
@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.118.1
+        image: ghcr.io/n8n-io/n8n:1.119.0
         name: app
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 100m

@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

@@ -49,13 +49,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.118.1
+              tag: 1.119.0
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 100m
                 memory: 500Mi

@binaryn3xus binaryn3xus merged commit 234ef47 into main Nov 3, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-n8n-io-n8n-1.x branch November 3, 2025 23: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