mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
chore: update prometheus version (#7080)
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
This commit is contained in:
parent
dc2039b65f
commit
42975feab2
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue