17 Commits

Author SHA1 Message Date
ccf881a481 update(vmtsdb): bump version to 1.127.0 2025-10-08 13:39:36 +02:00
1f3a6b42b0 update(vmalert): bump version to 1.127.0 2025-10-08 13:38:55 +02:00
6da4fe04c5 update(vmagent): bump version to 1.127.0 2025-10-08 13:38:01 +02:00
7e5b29301f update(grafana): bump version to 12.2.0 2025-09-27 22:15:35 +02:00
abc60c3901 update(vmtsdb): bump version to 1.126.0 2025-09-15 17:02:56 +02:00
8bbb4e217e update(vmalert): bump version to 1.126.0 2025-09-15 17:02:26 +02:00
3a807b085e update(vmagent): bump version to 1.126.0 2025-09-15 17:01:46 +02:00
462d330268 update(vmalert): bump version to 1.125.1 2025-09-03 21:08:55 +02:00
36c5440679 update(vmtsdb): bump version to 1.125.1 2025-09-03 21:08:06 +02:00
789e8a5daa update(vmagent): bump version 1.125.1 2025-09-03 21:05:37 +02:00
61b52f214c update(vmtsdb): bump version to 1.125.0 2025-09-01 16:20:22 +02:00
7766ec5ee6 update(vmalert): bump version to 1.125.0 2025-09-01 16:19:56 +02:00
f3768f2b07 update(vmagent): bump version to 1.125.0 2025-09-01 16:19:15 +02:00
d2e3a0ae05 update(cadvisor): bump version to 0.53.0 2025-08-24 23:56:11 +02:00
0f52249f46 update(vmalert): bump version to 1.124.0 2025-08-18 21:36:48 +02:00
1de5fc2d11 update(vmtsdb): bump version to 1.124.0 2025-08-18 21:36:16 +02:00
14874504e7 update(vmagent): bump version to 1.124.0 2025-08-18 21:35:06 +02:00
5 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,6 +1,6 @@
---
grafana_user: grafana
grafana_version: "12.1.1"
grafana_version: "12.2.0"
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.123.0"
vmagent_version: "1.127.0"
vmagent_state: present
vmagent_deployment_method: "docker"

View File

@@ -1,7 +1,7 @@
---
vmalert_state: present
vmalert_user: vmalert
vmalert_version: "1.123.0"
vmalert_version: "1.127.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.123.0"
vmtsdb_version: "1.127.0"
vmtsdb_base_path: "/opt/vmtsdb"
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"