Просмотр исходного кода

Merge pull request #1293 from ChristianLempa/renovate/grafana-alloy-1.x

chore(deps): update grafana/alloy docker tag to v1.11.0
Christian Lempa 5 месяцев назад
Родитель
Сommit
22352a3542
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      library/compose/alloy/compose.yaml.j2
  2. 2 2
      library/compose/alloy/template.yaml

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

@@ -1,6 +1,6 @@
 services:
 services:
   {{ service_name | default("alloy") }}:
   {{ service_name | default("alloy") }}:
-    image: grafana/alloy:v1.10.2
+    image: grafana/alloy:v1.11.0
     container_name: {{ container_name | default("alloy") }}
     container_name: {{ container_name | default("alloy") }}
     hostname: {{ container_hostname }}
     hostname: {{ container_hostname }}
     command:
     command:

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

@@ -14,9 +14,9 @@ metadata:
     Source: https://github.com/grafana/alloy
     Source: https://github.com/grafana/alloy
 
 
     Documentation: https://grafana.com/docs/alloy/latest/
     Documentation: https://grafana.com/docs/alloy/latest/
-  version: v1.10.2
+  version: v1.11.0
   author: Christian Lempa
   author: Christian Lempa
-  date: '2025-10-02'
+  date: '2025-10-07'
   tags:
   tags:
     - monitoring
     - monitoring
     - grafana
     - grafana