18 Commits
0.1.6 ... main

Author SHA1 Message Date
5f492bb32c update(vmalert): bump version to 1.119.0 2025-06-09 21:07:26 +02:00
3adc746750 update(vmtsdb): bump version to 1.119.0 2025-06-09 21:06:39 +02:00
145fcfb496 update(vmagent): bump version to 1.119.0 2025-06-09 21:05:55 +02:00
755d69204f update(vmtsdb): bump version to 1.118.0 2025-05-26 21:24:30 +02:00
827c92f973 update(vmalert): bump version to 1.118.0 2025-05-26 21:24:04 +02:00
408be36d22 update(vmagent): bump version to 1.118.0 2025-05-26 21:23:14 +02:00
a4606a00bb update(grafana): bump version to 12.0.1 2025-05-23 15:00:45 +02:00
790db85412 update(alaertmanager): bump version to 0.28.1 2025-05-19 22:38:07 +02:00
9f84508c5a update(vmtsdb): bump version to 1.117.1 2025-05-15 18:48:54 +02:00
1051c1b31d update(vmalert): bump version to 1.117.1 2025-05-15 18:48:28 +02:00
5eb30df257 update(vmagent): bump version to 1.117.1 2025-05-15 18:48:00 +02:00
951cf28e6c update(grafana): bump version to 12.0.0 2025-05-14 21:29:02 +02:00
674edd4b48 update(vmalert): bump version to 1.117.0 2025-05-12 21:48:05 +02:00
cad92214c8 update(vmtsdb): bump version to 1.117.0 2025-05-12 21:47:35 +02:00
123260f4d9 update(vmagent): bump version to 1.117.0 2025-05-12 21:46:51 +02:00
93677575a5 update(vmalert): bump version to 1.116.0 2025-04-28 17:08:41 +02:00
46081a92b4 update(vmtsdb): bump version to 1.116.0 2025-04-28 17:03:54 +02:00
33599b6530 update(vmagent): bump version to 1.116.0 2025-04-28 17:03:20 +02:00
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
alertmanager_user: alertmanager
alertmanager_version: "0.28.0"
alertmanager_version: "0.28.1"
alertmanager_state: present
alertmanager_deployment_method: docker
alertmanager_base_path: /opt/alertmanager

View File

@ -1,6 +1,6 @@
---
grafana_user: grafana
grafana_version: "11.6.1"
grafana_version: "12.0.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.115.0"
vmagent_version: "1.119.0"
vmagent_state: present
vmagent_deployment_method: "docker"

View File

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