From b035e7e88e2c4881fc793497992f84cda84bf7a9 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:40:23 -0300 Subject: [PATCH 1/2] v1.22.0 --- shared/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/version.txt b/shared/version.txt index 63c737354..57807d6d0 100644 --- a/shared/version.txt +++ b/shared/version.txt @@ -1 +1 @@ -1.21.1-dev +1.22.0 From 184fea4fc1dfb2b97ab7d3743a5e31c8b3e8e2a3 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:52:23 -0300 Subject: [PATCH 2/2] Update prometheus and node-exporter --- shared/services/config/exporter-config.go | 2 +- shared/services/config/prometheus-config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/exporter-config.go b/shared/services/config/exporter-config.go index e5af9d0af..707f52b20 100644 --- a/shared/services/config/exporter-config.go +++ b/shared/services/config/exporter-config.go @@ -5,7 +5,7 @@ import ( ) // Constants -const exporterTag string = "prom/node-exporter:v1.12.0" +const exporterTag string = "prom/node-exporter:v1.12.1" // Defaults const defaultExporterRootFs bool = false diff --git a/shared/services/config/prometheus-config.go b/shared/services/config/prometheus-config.go index f9e939cd2..a33401822 100644 --- a/shared/services/config/prometheus-config.go +++ b/shared/services/config/prometheus-config.go @@ -5,7 +5,7 @@ import ( ) // Constants -const prometheusTag string = "prom/prometheus:v3.11.1" +const prometheusTag string = "prom/prometheus:v3.14.0" // Defaults const defaultPrometheusPort uint16 = 9091