1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00

update prometheus version

Signed-off-by: dongjiang <dongjiang1989@126.com>
This commit is contained in:
dongjiang 2025-01-03 21:02:22 +08:00
parent 17cb15440c
commit fc0632e7cf
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -81,6 +81,7 @@ var (
"v2.55.1",
"v3.0.0",
"v3.0.1",
"v3.1.0",
}
)