Upgrade Prometheus to v3.10.0 #301

Merged
eblume merged 1 commit from upgrade/prometheus-3.10.0 into main 2026-03-18 07:47:47 -07:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 49737b38e2 - Show all commits

Upgrade Prometheus to v3.10.0

Bump CONTAINER_APP_VERSION in Dockerfile from v3.9.1 to v3.10.0.
Dagger build tested locally — builds cleanly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Erich Blume 2026-03-18 07:46:44 -07:00

View file

@ -1,7 +1,7 @@
# Prometheus monitoring system
# Three-stage build: Web UI (Node), binaries (Go), runtime (Alpine)
ARG CONTAINER_APP_VERSION=v3.9.1
ARG CONTAINER_APP_VERSION=v3.10.0
ARG PROMETHEUS_VERSION=${CONTAINER_APP_VERSION}
FROM node:22-alpine AS ui-build

View file

@ -0,0 +1 @@
Upgrade Prometheus from v3.9.1 to v3.10.0 (distroless variants, PromQL fill operators, performance improvements)