Skip to content

feat(container): update image ghcr.io/n8n-io/n8n ( 2.11.2 ➔ 2.12.0 )#5471

Merged
blackjid merged 1 commit intomainfrom
renovate/ghcr.io-n8n-io-n8n-2.x
Mar 9, 2026
Merged

feat(container): update image ghcr.io/n8n-io/n8n ( 2.11.2 ➔ 2.12.0 )#5471
blackjid merged 1 commit intomainfrom
renovate/ghcr.io-n8n-io-n8n-2.x

Conversation

@bot-x-mod
Copy link
Contributor

@bot-x-mod bot-x-mod bot commented Mar 9, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source, changelog) minor 2.11.22.12.0

Release Notes

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

v2.12.0

Bug Fixes
Features
  • Add lint rule to disallow httpRequest with manual authentication (#​26624) (82eae73)
  • Add option to hide credential overwrites (#​26489) (78b7f88)
  • Add optional --publish flag to n8n-node release command (#​26688) (ec0cf13)
  • Add support for publishing community nodes through GitHub Actions (#​26597) (0057bf3)
  • Chat Node: Return chat message instead of input data if Chat is not waiting for user input (#​26167) (cc22c31)
  • core: Add (un)publish workflow tools to MCP (#​26681) (724f361)
  • core: Add 1Password external secrets provider (#​26307) (1f1021e)
  • core: Add a separate MCP tool for full execution data (#​26674) (9e2aa8e)
  • core: Add configurable HTTP status code for OAuth2 token refresh (#​26641) (9dc8b44)
  • core: Add SSRF protection config (#​26424) (f2a6b3e)
  • core: Add suggested prompts to Personal Agents on Chat hub (#​26444) (d00cded)
  • core: Add validation on workflow with dynamic credentials (#​26423) (71cec8b)
  • core: Emit audit event when execution data is revealed (#​26425) (01f912c)
  • core: Explicit fail on production executions with failing dynamic (#​26500) (9e500cc)
  • core: Expose isEnabled on Secrets Provider Connection (#​26680) (6fa0d2e)
  • core: Implements telemetry group identify calls (#​26634) (8387901)
  • core: Improve secret proxy (#​26522) (4fe6b4f)
  • core: Integrate SSRF protection into request helpers (#​26581) (809ea48)
  • core: Static fallback on dynamic credentials for manual executions (#​26406) (f72dfc7)
  • editor: Add 'New' badge to project roles and upgrade landing page (#​26348) (e1221d6)
  • editor: Allow switching versions in workflow history diff view (#​26418) (26de9dc)
  • editor: Implement read-only mode for external secrets connections (#​26432) (4ffe54b)
  • editor: Make it possible to pick Chat hub model by ID even if no models are loaded (#​26435) (45fa641)
  • Implement additional checkbox confirmation for quick connect flow (#​26472) (fcf2d31)

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.

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 9, 2026

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

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

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

               N8N_PORT: 8080
               N8N_PROTOCOL: https
               N8N_PROXY_HOPS: 1
               WEBHOOK_URL: https://{{ .Release.Name }}.blkh.dev/
             image:
               repository: ghcr.io/n8n-io/n8n
-              tag: 2.11.2@sha256:0d948060adcaf1da4a1410f3e1c071a093f7df1cce59c9d0e5f2f99eda14b322
+              tag: 2.12.0@sha256:8d88665e460edcc545dee9a85e848147cd49ea064c2711ebeacbfb4a515bf35d
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 9, 2026

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

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

@@ -71,13 +71,13 @@

         - name: N8N_PROTOCOL
           value: https
         - name: N8N_PROXY_HOPS
           value: '1'
         - name: WEBHOOK_URL
           value: https://n8n.blkh.dev/
-        image: ghcr.io/n8n-io/n8n:2.11.2@sha256:0d948060adcaf1da4a1410f3e1c071a093f7df1cce59c9d0e5f2f99eda14b322
+        image: ghcr.io/n8n-io/n8n:2.12.0@sha256:8d88665e460edcc545dee9a85e848147cd49ea064c2711ebeacbfb4a515bf35d
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz
             port: 8080
           initialDelaySeconds: 0

@blackjid blackjid merged commit 4243141 into main Mar 9, 2026
12 checks passed
@blackjid blackjid deleted the renovate/ghcr.io-n8n-io-n8n-2.x branch March 9, 2026 18:01
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