Skip to content

Comments

feat(container): update image ghcr.io/n8n-io/n8n ( 1.112.3 ➔ 1.113.2 )#3379

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

feat(container): update image ghcr.io/n8n-io/n8n ( 1.112.3 ➔ 1.113.2 )#3379
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 Sep 22, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.112.3 -> 1.113.2

Release Notes

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

v1.113.0

Bug Fixes
  • Add accurate concurrent executions count to executions list (#​19249) (dc75be3)
  • AI Agent Node: Ignore non-text chunks (#​19568) (ccee1ac)
  • AI Agent Node: Respect context window length in streaming mode (#​19567) (6b25c57)
  • Always generate tags.json file when using environments (#​19698) (dee2216)
  • API: Fix broken Terms of Service link in Swagger documentation (#​19216) (2a59418)
  • AWS Textract Node: Handle all binary data modes correctly (#​19258) (64fa0ce)
  • core: Credential export for personal projects (#​19720) (feebfd2)
  • core: Don't show license activation error message twice (#​19833) (9b96149)
  • core: Ensure external secrets are refreshed at job start with error logging (#​19539) (53630d7)
  • Disable update button when the user is not allowed to update (#​19223) (dfb0c4e)
  • editor: Canvas connections show X items total label when multiple run iterations (#​19648) (61edb72)
  • editor: Fix position of notification toast and "Ask AI" floating button (#​19694) (80e08db)
  • editor: Keep chat session when switching to other tabs (#​19483) (7e63e56)
  • editor: Make project member role selection dropdown scrollable (#​19772) (3fbe08e)
  • editor: Reintroduce user deletion actions in the members table in Users and Project settings page (#​19604) (bcedf5c)
  • editor: Unify data type icons (#​19545) (2caf23d)
  • Gemini Vertex Node: Upgrading Langchain/google-vertexai to allow errors to bubble up correctly (#​19639) (3f1e764)
  • Github Node: Modify regex validation to support custom urls (#​19076) (3537a73)
  • Google Gemini Node: Use streams when uploading file (#​19537) (82e707c)
  • Google Sheets Node: Add a warning about using expressions (#​19840) (6a0aac2)
  • Improve Node CLI error messages and dev command exit behavior (#​19637) (14a7c36)
  • n8n Form Node: Add html table tags to allowedTags, CSP headers on form completion, free text sanitization removed (#​19446) (7ea920d)
  • Notion Node: Fix regex for getMany operation (#​19419) (185fc41)
  • Open form popup for Form Trigger even if it has execution data (#​19416) (1c45d8b)
  • Salesforce Node: Login prompt in Oauth2 credentials for authUrl (#​19450) (5591fdc)
  • Salesforce Trigger Node: Update polling logic to account for Salesforce processing delay (#​19377) (b480f49)
  • String columns do not need comparable conditions (#​19565) (a400716)
  • webhook Node: More informative error for webhook response config mismatch (#​19693) (354bcf4)
  • Webhook Trigger Node: Duplicate webhook paths are not detected for methods other than GET (#​19378) (3a38b32)
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 Sep 22, 2025
@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Sep 22, 2025

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

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

@@ -38,13 +38,13 @@

               N8N_LOG_LEVEL: info
               N8N_LOG_OUTPUT: console
               N8N_PORT: 8080
               N8N_PROTOCOL: https
             image:
               repository: ghcr.io/n8n-io/n8n
-              tag: 1.112.3
+              tag: 1.113.2
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 100m
                 memory: 500Mi

@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Sep 22, 2025

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

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

@@ -62,13 +62,13 @@

         - name: N8N_LOG_OUTPUT
           value: console
         - name: N8N_PORT
           value: '8080'
         - name: N8N_PROTOCOL
           value: https
-        image: ghcr.io/n8n-io/n8n:1.112.3
+        image: ghcr.io/n8n-io/n8n:1.113.2
         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-1.x branch from d100602 to 3b496d0 Compare September 23, 2025 07:09
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 1.112.3 ➔ 1.113.0 ) feat(container): update image ghcr.io/n8n-io/n8n ( 1.112.3 ➔ 1.113.1 ) Sep 23, 2025
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-n8n-io-n8n-1.x branch from 3b496d0 to a31377a Compare September 24, 2025 14:08
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title feat(container): update image ghcr.io/n8n-io/n8n ( 1.112.3 ➔ 1.113.1 ) feat(container): update image ghcr.io/n8n-io/n8n ( 1.112.3 ➔ 1.113.2 ) Sep 24, 2025
@binaryn3xus binaryn3xus merged commit ca8d880 into main Sep 24, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-n8n-io-n8n-1.x branch September 24, 2025 15:49
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