Skip to content

Commit 8a66fa7

Browse files
committed
fix: update observability stack versions for security fixes
- Prometheus: v2.48.0 → v2.55.1 (fixes docker/crypto vulnerabilities) - Grafana: 10.2.2 → 11.4.0 (addresses CVEs in older version) - Loki: 2.9.3 → 3.3.2 (security patches) - cAdvisor: v0.47.2 → v0.51.0 (updated dependencies) - Redis Exporter: v1.55.0 → v1.67.0 (latest stable)
1 parent 4341b9d commit 8a66fa7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ PGBOUNCER_VERSION=latest
2525
FORGEJO_VERSION=1.21.11-0
2626

2727
# Observability Stack:
28-
PROMETHEUS_VERSION=v2.48.0
29-
GRAFANA_VERSION=10.2.2
30-
LOKI_VERSION=2.9.3
28+
PROMETHEUS_VERSION=v2.55.1
29+
GRAFANA_VERSION=11.4.0
30+
LOKI_VERSION=3.3.2
3131
VECTOR_VERSION=0.50.0-debian
32-
CADVISOR_VERSION=v0.47.2
33-
REDIS_EXPORTER_VERSION=v1.55.0
32+
CADVISOR_VERSION=v0.51.0
33+
REDIS_EXPORTER_VERSION=v1.67.0
3434

3535
# ===========================================================================
3636
# HashiCorp Vault Configuration (Secrets Management & PKI)

0 commit comments

Comments
 (0)