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:
commit
695e390be7
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -81,6 +81,7 @@ var (
|
|||
"v2.55.1",
|
||||
"v3.0.0",
|
||||
"v3.0.1",
|
||||
"v3.1.0",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue