35 Commits

Author SHA1 Message Date
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
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
f29b2623b1 meta: update collection version to 0.1.7, update dependencies 2025-08-15 18:45:36 +02:00
038209b4ca update(grafana): bump version to 12.1.1 2025-08-14 22:40:05 +02:00
3781e31b20 update(vmtsdb): bump version to 1.123.0 2025-08-05 19:37:47 +02:00
576e922081 update(vmalert): bump version to 1.123.0 2025-08-05 19:37:22 +02:00
ebf3b87e60 update(vmagent): bump version to 1.123.0 2025-08-05 19:37:00 +02:00
8dbea1038b update(grafana): bump version to 12.1.0 2025-07-26 20:57:15 +02:00
d8520cd732 update(vmalert): bump version to 1.122.0 2025-07-21 16:20:52 +02:00
c78b04170a update(vmtsdb): bump version to 1.122.0 2025-07-21 16:20:31 +02:00
2a6d9c7273 update(vmagent): bump version to 1.122.0 2025-07-21 16:19:51 +02:00
6 changed files with 8 additions and 7 deletions

View File

@@ -1,12 +1,13 @@
namespace: finallycoffee
name: observability
version: "0.1.6"
version: "0.1.7"
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Various ansible roles useful for automating infrastructure
dependencies:
"community.docker": "^4.4.0"
"community.general": "^11.1.2"
"community.docker": "^4.7.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'

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.0.2"
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.121.0"
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.121.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.121.0"
vmtsdb_version: "1.129.1"
vmtsdb_base_path: "/opt/vmtsdb"
vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"