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>
This commit is contained in:
parent
528d3da327
commit
49737b38e2
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Prometheus monitoring system
|
# Prometheus monitoring system
|
||||||
# Three-stage build: Web UI (Node), binaries (Go), runtime (Alpine)
|
# 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}
|
ARG PROMETHEUS_VERSION=${CONTAINER_APP_VERSION}
|
||||||
|
|
||||||
FROM node:22-alpine AS ui-build
|
FROM node:22-alpine AS ui-build
|
||||||
|
|
|
||||||
1
docs/changelog.d/upgrade-prometheus-3.10.0.infra.md
Normal file
1
docs/changelog.d/upgrade-prometheus-3.10.0.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Upgrade Prometheus from v3.9.1 to v3.10.0 (distroless variants, PromQL fill operators, performance improvements)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue