瀏覽代碼

chore(deps): update n8nio/n8n docker tag to v1.116.0 (#1330)

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

* 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 月之前
父節點
當前提交
ca1f3d8340
共有 2 個文件被更改,包括 3 次插入3 次删除
  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.2
+    image: n8nio/n8n:1.116.0
     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.2
+  version: 1.116.0
   author: Christian Lempa
-  date: '2025-10-10'
+  date: '2025-10-13'
   tags:
     - automation
   draft: true