Skip to content

Comments

feat(container): update image ghcr.io/n8n-io/n8n ( 1.122.4 ➔ 1.123.0 )#3677

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

feat(container): update image ghcr.io/n8n-io/n8n ( 1.122.4 ➔ 1.123.0 )#3677
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.122.4 -> 1.123.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.123.0

Bug Fixes
  • AI Agent Node: Unify memory management for streaming/non-streaming (#​22243) (df81c77)
  • ai-builder: Fix import of multiple nodes with maxNode, add validation (#​22348) (4319da6)
  • ai-builder: Keep existing pin data when modifying the workflow (#​22266) (83ea8e1)
  • Bump node-forge and body-parser (#​22418) (3c0e809)
  • core, editor: Support inclusive and exclusive destination node mode in the frontend and API (#​22244) (344c909)
  • core: Add missing workflowId when creating base subworkflowworkflow additional data (#​22312) (8f6c3b2)
  • core: Add response validation for requests during DCR (#​22076) (9ab9d1c)
  • core: Defer requirements check for Python runner in internal mode (#​22448) (97d8b39)
  • core: Introduce batch workflow rule to fix subworkflow with wait node detection (#​22447) (e0bc441)
  • core: Mark '' and [] as empty when filtering numbers (#​22347) (a4d2cfa)
  • core: OIDC form breaks when enabling OIDC while SAML is active (#​22463) (613b088)
  • core: Prevent credentials saving if missing required properties (#​22213) (6d88007)
  • core: Send prod workflow succeeded for wfs in projects (#​22223) (7068fe2)
  • Detect workflow calling itself expression in migration report (#​22516) (1ddb634)
  • editor, core: Fix display for binary data metadata origin (#​22270) (df1aa13)
  • editor: Avoid clearing EULA license key when closing dialog (#​22424) (fe05ea4)
  • editor: Eval trigger node with data table works when underlying data changes (#​22389) (6f1b09e)
  • editor: Fix editor pan / zoom when inserting nodes (#​22401) (f435430)
  • editor: Fix issue for blinking/jumping UI when switching projects (#​22256) (6185550)
  • editor: Fix sub-nodes connection labels counters (#​21549) (d366cb4)
  • editor: Missing duplicate workflow action on workflow list (#​22230) (000cccb)
  • editor: Preserve paired item data in pinned data (#​21417) (254a53e)
  • editor: Remove unwanted outlines when waiting for webhook event in light mode in new NDV (#​22425) (4d68b6c)
  • editor: Standardize CSS class naming conventions across new design system components (#​22551) (c82d95a)
  • editor: Wording for migration rule detail table headers (#​22398) (cd9f565)
  • Enable streaming version of Respond To Webhook node (#​22350) (dc407c2)
  • Git Node: Throw an error if the repository path is blocked (#​22253) (a49b179)
  • Gmail Node: Use Reply-To header when replying to a message (#​22145) (2a3cba7)
  • HTTP Node: Handle Azure Storage Shared Key (#​22136) (b581dbc)
  • HTTP Request Node: Detect and handle non-UTF-8 response encodings (#​20889) (6068fb3)
  • Improve insights tests execution failure visibility (#​22538) (f937c0f)
  • MCP Client Node: Fix selecting PKCE auth flow for some servers and request scopes from scopes_requested during DCR (#​22405) (6765d15)
  • Pin n8n packages to workspace version (#​22460) (75b2cd0)
  • PostgreSQL Node: Input items with array being modified (#​22426) (42cda59)
  • Renovate will now bump versions (#​22245) (17ea0dd)
  • Show correct date range in insight overview (3130d20)
  • Slack Node: Sort messages manually (#​21822) (52b93ed)
  • Sort Node: Periodic error when using Code sort type (#​22409) (2360d87)
  • Support resolving $fromAI in vector store tools (#​22457) (d72d68c)
  • Update base image dependencies to latest security patches (#​22275) (5fd1702)
  • When chat session is reset, update session id (#​22288) (7d82c3c)
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 Dec 1, 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.122.4
+        image: ghcr.io/n8n-io/n8n:1.123.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.122.4
+              tag: 1.123.0
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 100m
                 memory: 500Mi

@binaryn3xus binaryn3xus merged commit 7e51068 into main Dec 2, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-n8n-io-n8n-1.x branch December 2, 2025 05:03
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