18 Commits

Author SHA1 Message Date
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
3b789cd208 update(vmtsdb): bump version to 1.128.0 2025-10-24 18:04:21 +02:00
e0fa320758 update(vmalert): bump version to 1.128.0 2025-10-24 18:03:59 +02:00
cc363d4cb6 update(vmagent): bump version to 1.128.0 2025-10-24 18:03:37 +02:00
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
4 changed files with 4 additions and 4 deletions

View File

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

View File

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