1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

Merge pull request #7722 from heliapb/feat/bump_prom

chore: update prometheus version to 3.5
This commit is contained in:
Jayapriya Pai
2025-07-15 20:29:30 +05:30
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -63,12 +63,13 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
* v3.4.0
* v3.4.1
* v3.4.2
* v3.5.0
```
The end-to-end tests are mostly tested against
```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultPrometheusVersion"
* v3.4.2
* v3.5.0
```
## Alertmanager

View File

@@ -89,6 +89,7 @@ var (
"v3.4.0",
"v3.4.1",
"v3.4.2",
"v3.5.0",
}
)