20 Commits

Author SHA1 Message Date
9c5422610d update(grafana): bump version to 12.3.1 2025-12-19 22:45:07 +01:00
2568ad606c update(cadvisor): bump version to 0.55.1 2025-12-19 22:37:04 +01:00
1861364bfa update(vmtsdb): bump version ot 1.132.0 2025-12-15 16:49:10 +01:00
bcf5ba0866 update(vmalert): bump version to 1.132.0 2025-12-15 16:48:56 +01:00
b31574b507 update(vmagent): bump version to 1.132.0 2025-12-15 16:48:33 +01:00
0007c83ebe update(cadvisor): bump version to 0.54.1 2025-12-05 15:35:16 +01:00
bfd27b027b update(vmalert): bump version to 1.131.0 2025-12-02 17:36:55 +01:00
aa2c1f5a43 update(vmtsdb): bump version to 1.131.0 2025-12-02 17:36:25 +01:00
71def51549 update(vmagent): bump version to 1.131.0 2025-12-02 17:35:54 +01:00
3267d41994 update(grafana): bump version to 12.3.0 2025-11-19 21:55:23 +01:00
882871ed22 update(vmalert): bump version to 1.130.0 2025-11-19 21:52:15 +01:00
b7c351d242 update(vmtsdb): bump version to 1.130.0 2025-11-19 21:51:50 +01:00
7f0b5611bc update(vmagent): bump version to 1.130.0 2025-11-19 21:51:18 +01:00
34e54da402 update(grafana): bump version to 12.2.1 2025-11-07 21:55:59 +01:00
74a1f6f5cb update(vmtsdb): bump version to 1.129.1 2025-11-04 19:05:19 +01:00
df714922c3 update(vmalert): bump version to 1.129.1 2025-11-04 19:04:58 +01:00
c635edbefc update(vmagent): bump version to 1.129.1 2025-11-04 19:04:22 +01:00
fd3a4636d4 update(vmtsdb): bump version to 1.129.0 2025-11-03 21:34:54 +01:00
a4736a426e update(vmalert): bump version to 1.129.0 2025-11-03 21:34:32 +01:00
ca3dc78b83 update(vmagent): bump version to 1.129.0 2025-11-03 21:33:54 +01:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
---
cadvisor_version: "0.53.0"
cadvisor_version: "0.55.1"
cadvisor_state: present
cadvisor_deployment_method: docker

View File

@@ -1,6 +1,6 @@
---
grafana_user: grafana
grafana_version: "12.2.0"
grafana_version: "12.3.1"
grafana_base_path: "/opt/grafana"
grafana_config_path: "{{ grafana_base_path }}/config"
grafana_config_file: "{{ grafana_config_path }}/grafana.ini"

View File

@@ -1,6 +1,6 @@
---
vmagent_user: vmagent
vmagent_version: "1.128.0"
vmagent_version: "1.132.0"
vmagent_state: present
vmagent_deployment_method: "docker"

View File

@@ -1,7 +1,7 @@
---
vmalert_state: present
vmalert_user: vmalert
vmalert_version: "1.128.0"
vmalert_version: "1.132.0"
vmalert_base_path: "/opt/vmalert"
vmalert_config_path: "{{ vmalert_base_path }}/config"
vmalert_alert_config: "{{ vmalert_config_path }}/alerts.yml"

View File

@@ -1,7 +1,7 @@
---
vmtsdb_state: present
vmtsdb_user: vmtsdb
vmtsdb_version: "1.128.0"
vmtsdb_version: "1.132.0"
vmtsdb_base_path: "/opt/vmtsdb"
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"