Browse Source

chore(deps): update n8nio/n8n docker tag to v1.115.2 (#1324)

* chore(deps): update n8nio/n8n docker tag to v1.115.2

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
renovate[bot] 4 months ago
parent
commit
c3bac398e3
2 changed files with 3 additions and 3 deletions
  1. 1 1
      library/compose/n8n/compose.yaml.j2
  2. 2 2
      library/compose/n8n/template.yaml

+ 1 - 1
library/compose/n8n/compose.yaml.j2

@@ -1,6 +1,6 @@
 services:
   {{ service_name | default('n8n') }}:
-    image: n8nio/n8n:1.115.1
+    image: n8nio/n8n:1.115.2
     container_name: {{ container_name | default('n8n') }}
     environment:
       - N8N_LOG_LEVEL={{ container_loglevel | default('info') }}

+ 2 - 2
library/compose/n8n/template.yaml

@@ -14,9 +14,9 @@ metadata:
     Documentation: https://docs.n8n.io/
 
     GitHub: https://github.com/n8n-io/n8n
-  version: 1.115.1
+  version: 1.115.2
   author: Christian Lempa
-  date: '2025-10-08'
+  date: '2025-10-10'
   tags:
     - automation
   draft: true