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

chore(deps): update grafana/alloy docker tag to v1.11.1 (#1320)

* chore(deps): update grafana/alloy docker tag to v1.11.1

* 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] 6 месяцев назад
Родитель
Сommit
f9c7e40f87
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:
   {{ service_name | default("alloy") }}:
-    image: grafana/alloy:v1.11.0
+    image: grafana/alloy:v1.11.1
     container_name: {{ container_name | default("alloy") }}
     hostname: {{ container_hostname }}
     command:

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

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