mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-07 17:48:22 +00:00
Merge pull request #7041 from slashpai/chore
chore: add prometheus v2.55.0
This commit is contained in:
commit
9b1852e6ec
2 changed files with 3 additions and 1 deletions
|
@ -76,6 +76,7 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
|
|||
* v2.53.1
|
||||
* v2.54.0
|
||||
* v2.54.1
|
||||
* v2.55.0
|
||||
* v3.0.0-beta.0
|
||||
* v3.0.0-beta.1
|
||||
```
|
||||
|
@ -83,7 +84,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.54.1
|
||||
* v2.55.0
|
||||
```
|
||||
|
||||
## Alertmanager
|
||||
|
|
|
@ -97,6 +97,7 @@ var (
|
|||
"v2.53.1",
|
||||
"v2.54.0",
|
||||
"v2.54.1",
|
||||
"v2.55.0",
|
||||
}
|
||||
|
||||
// Note: Issues in this version won't be supported by operator till its stable
|
||||
|
|
Loading…
Add table
Reference in a new issue