From c231877e02759b1182c79f8adfc327d6049f652e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:43:58 +0000 Subject: [PATCH] fix(deps): bump the infra group with 3 updates Bumps the infra group with 3 updates: prom/prometheus, prometheuscommunity/postgres-exporter and grafana/alloy. Updates `prom/prometheus` from v3.12.0 to v3.13.0 Updates `prometheuscommunity/postgres-exporter` from v0.19.1 to v0.20.0 Updates `grafana/alloy` from v1.17.0 to v1.17.1 --- updated-dependencies: - dependency-name: prom/prometheus dependency-version: v3.13.0 dependency-type: direct:production dependency-group: infra - dependency-name: prometheuscommunity/postgres-exporter dependency-version: v0.20.0 dependency-type: direct:production dependency-group: infra - dependency-name: grafana/alloy dependency-version: v1.17.1 dependency-type: direct:production dependency-group: infra ... Signed-off-by: dependabot[bot] --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ee2809c..2f0b1a1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,7 +56,7 @@ services: # memory: 2G prometheus: - image: prom/prometheus:v3.12.0 + image: prom/prometheus:v3.13.0 volumes: - ./observability/prometheus.yml:/etc/prometheus/prometheus.yml:ro - ./observability/prometheus_slo_rules.yml:/etc/prometheus/prometheus_slo_rules.yml:ro @@ -67,7 +67,7 @@ services: restart: unless-stopped postgres_exporter: - image: prometheuscommunity/postgres-exporter:v0.19.1 + image: prometheuscommunity/postgres-exporter:v0.20.0 environment: DATA_SOURCE_NAME: postgresql://app:app@db:5432/appdb?sslmode=disable depends_on: @@ -123,7 +123,7 @@ services: # Promtail is deprecated (EOL March 2026), migrated to Grafana Alloy # See: https://grafana.com/docs/alloy/latest/set-up/migrate/from-promtail/ alloy: - image: grafana/alloy:v1.17.0 + image: grafana/alloy:v1.17.1 command: run --server.http.listen-addr=0.0.0.0:9080 --storage.path=/var/lib/alloy/data /etc/alloy/config.alloy volumes: - ./observability/alloy/config.alloy:/etc/alloy/config.alloy:ro