Skip to content

feat(container): update image ghcr.io/n8n-io/n8n ( 2.14.2 ➔ 2.15.0 )#4366

Merged
binaryn3xus merged 1 commit into
mainfrom
renovate/ghcr.io-n8n-io-n8n-2.x
Apr 2, 2026
Merged

feat(container): update image ghcr.io/n8n-io/n8n ( 2.14.2 ➔ 2.15.0 )#4366
binaryn3xus merged 1 commit into
mainfrom
renovate/ghcr.io-n8n-io-n8n-2.x

Conversation

@unsc-oni-ancilla

@unsc-oni-ancilla unsc-oni-ancilla Bot commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 2.14.22.15.0

Release Notes

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

v2.15.0

Bug Fixes
  • API: Skip sharing license check when isGlobal value is unchanged (#​27567) (5b4d5ce)
  • Basic LLM Chain Node: Fix abort signal handling (#​27520) (c683b65)
  • core: Add format validation to source control branch name (#​27518) (fb7788d)
  • core: Add ownership check to MCP OAuth client deletion (#​27446) (e638b3a)
  • core: Correct process.version in expression sandbox (#​26550) (fc0f071)
  • core: Fix /healthz endpoint when using N8N_PATH (#​27665) (4436e4b)
  • core: Fix execution history when flow includes wait node (#​27357) (ad0a551)
  • core: Fix hard-coded path style in external storage configuration (#​27553) (ca3a957)
  • core: Fix race condition when stopping jobs in queue mode (#​27211) (d3f40cd)
  • core: Include custom headers when loading OpenAI models (#​27534) (f165f6c)
  • core: Refresh OAuth2 tokens on 401 during MCP tool calls (#​26463) (88f170b)
  • core: Remaining VM test fixes — error propagation, proxy traps, and cross-realm assertions (#​27541) (769e28c)
  • core: Rename data table columns during source control pull (#​27746) (d9f8f04)
  • core: Resolve $().item expressions in partial executions (#​27338) (d3e45bc)
  • core: Treat sub-node connections as non-blocking for partial execution root detection (#​27759) (de02036)
  • core: Use toString() instead of type cast for password field check (#​27662) (a77aa6a)
  • editor: Avoid resource locator cache pollution (#​27493) (706fc43)
  • editor: Clean up quick connect feature flag and fix first load (#​27286) (cfe1409)
  • editor: Correct navigation to evaluation tab (#​27509) (87a9973)
  • editor: Fix /diff route loading in demo mode (#​27610) (197a431)
  • editor: Fix callout dismiss action in NDV (#​27496) (ac65eb9)
  • editor: Fix empty project ID when creating resources using RLC (#​27544) (0fd427d)
  • editor: Handle chat trigger waiting state in setup cards (#​27682) (21faa2e)
  • editor: Improve workflow diff design feedback (#​27494) (c12ced7)
  • editor: Populate workflowDocumentStore in execution preview iframe (#​27540) (bf7379d)
  • editor: Remove unused options from NDV settings for agent model nodes (#​27364) (b4f0965)
  • editor: Restore templates sidebar click tracking (#​27623) (6d6a10c)
  • editor: Show tooltip on dependency pill (#​27545) (91d56d2)
  • editor: Truncate long workflow names in insights table (#​27631) (4f98ce4)
  • editor: Use direct store reference for connections in initializeWorkspace (#​27552) (9736ce7)
  • editor: Use execution data instead of stale NDV state for chat trigger check (#​27752) (dbe8cd1)
  • Fix issue preventing community nodes re-installing when using a custom registry (#​26599) (451d772)
  • Fix issue with multi line string handling (#​27176) (ef506be)
  • Implement raw query parameters field for Microsoft SQL node (#​26355) (5229fa0)
  • Microsoft Outlook Trigger Node: Wrap folder filter in parentheses to ensure correct OData operator precedence (#​27605) (57179e3)
  • Salesforce Node: Fix private key field stripping newlines in JWT credential (#​27517) (53f65ab)
  • Structured Output Parser Node: Show descriptive error when structured output parser receives empty response (#​27443) (158e3bb)
  • Track workflow archive/unarchive endpoints in API coverage manifest (#​27738) (bd0bc0c)
Features
Performance Improvements

Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 commented Mar 30, 2026

Copy link
Copy Markdown
Contributor Author
--- kubernetes/apps/default/n8n/app Kustomization: default/n8n Deployment: default/n8n

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

@@ -51,13 +51,13 @@

         - name: WEBHOOK_URL
           value: https://n8n.unscfleet.com/
         - name: N8N_LOG_LEVEL
           value: info
         - name: N8N_LOG_OUTPUT
           value: console
-        image: ghcr.io/n8n-io/n8n:2.14.2
+        image: ghcr.io/n8n-io/n8n:2.15.0
         name: app
         ports:
         - containerPort: 8080
           name: http
         resources:
           limits:

@unsc-oni-ancilla

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: default/n8n Deployment: default/n8n

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

@@ -66,13 +66,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:2.14.2
+        image: ghcr.io/n8n-io/n8n:2.15.0
         name: app
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 100m

@unsc-oni-ancilla unsc-oni-ancilla Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 5b14452 to 0704b29 Compare March 31, 2026 19:29
@unsc-oni-ancilla unsc-oni-ancilla Bot force-pushed the renovate/ghcr.io-n8n-io-n8n-2.x branch from 0704b29 to 6cfa490 Compare April 2, 2026 13:31
@binaryn3xus binaryn3xus merged commit 2b22c13 into main Apr 2, 2026
12 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-n8n-io-n8n-2.x branch April 2, 2026 13:34
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.

1 participant