Compare commits
1 commit
main
...
upgrade/pr
| Author | SHA1 | Date | |
|---|---|---|---|
| 49737b38e2 |
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
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