1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 11:48:53 +00:00

chore: update prometheus version ()

Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
This commit is contained in:
dongjiang 2024-11-07 18:01:53 +08:00 committed by GitHub
parent dc2039b65f
commit 42975feab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions
Documentation
pkg/operator

View file

@ -47,9 +47,12 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
* v2.52.0
* v2.53.0
* v2.53.1
* v2.53.2
* v2.53.3
* v2.54.0
* v2.54.1
* v2.55.0
* v2.55.1
* v3.0.0-beta.0
* v3.0.0-beta.1
* v3.0.0-rc.0
@ -58,7 +61,7 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
The end-to-end tests are mostly tested against
```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultPrometheusVersion"
* v2.55.0
* v2.55.1
```
## Alertmanager

View file

@ -70,9 +70,12 @@ var (
// "v2.52.1",
"v2.53.0",
"v2.53.1",
"v2.53.2",
"v2.53.3",
"v2.54.0",
"v2.54.1",
"v2.55.0",
"v2.55.1",
}
// Note: Issues in this version won't be supported by operator till its stable