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

chore: add prometheus v2.55.0

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
This commit is contained in:
Jayapriya Pai 2024-10-24 13:28:29 +05:30
parent 8870636234
commit 14bca0a785
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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