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

Merge pull request #7253 from kubeservice-stack/prometheus-version-update

chore: bump to prometheus version v3.1.0
This commit is contained in:
Jayapriya Pai 2025-01-06 11:38:45 +05:30 committed by GitHub
commit 695e390be7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",
}
)