Skip to content

Comments

feat(container): update image ghcr.io/n8n-io/n8n ( 1.115.2 ➔ 1.116.0 )#3477

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

feat(container): update image ghcr.io/n8n-io/n8n ( 1.115.2 ➔ 1.116.0 )#3477
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-n8n-io-n8n-1.x

Conversation

@unsc-oni-ancilla
Copy link
Contributor

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: 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 13, 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.115.2
+        image: ghcr.io/n8n-io/n8n:1.116.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

@@ -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.115.2
+              tag: 1.116.0
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 100m
                 memory: 500Mi

@binaryn3xus binaryn3xus merged commit 02c5aac into main Oct 14, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-n8n-io-n8n-1.x branch October 14, 2025 13:37
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