From 49737b38e2a819207d677eec19c5ada80cff76b4 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 18 Mar 2026 07:46:44 -0700 Subject: [PATCH] Upgrade Prometheus to v3.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- containers/prometheus/Dockerfile | 2 +- docs/changelog.d/upgrade-prometheus-3.10.0.infra.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog.d/upgrade-prometheus-3.10.0.infra.md diff --git a/containers/prometheus/Dockerfile b/containers/prometheus/Dockerfile index 973ceb6..90be789 100644 --- a/containers/prometheus/Dockerfile +++ b/containers/prometheus/Dockerfile @@ -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 diff --git a/docs/changelog.d/upgrade-prometheus-3.10.0.infra.md b/docs/changelog.d/upgrade-prometheus-3.10.0.infra.md new file mode 100644 index 0000000..a473ace --- /dev/null +++ b/docs/changelog.d/upgrade-prometheus-3.10.0.infra.md @@ -0,0 +1 @@ +Upgrade Prometheus from v3.9.1 to v3.10.0 (distroless variants, PromQL fill operators, performance improvements)