mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #7382 from kubeservice-stack/update-prom-version
chore: Upgrade prometheus version to v3.2.1
This commit is contained in:
commit
3afdfd506b
2 changed files with 3 additions and 1 deletions
|
@ -57,12 +57,13 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
|
|||
* v3.0.1
|
||||
* v3.1.0
|
||||
* v3.2.0
|
||||
* v3.2.1
|
||||
```
|
||||
|
||||
The end-to-end tests are mostly tested against
|
||||
|
||||
```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultPrometheusVersion"
|
||||
* v3.2.0
|
||||
* v3.2.1
|
||||
```
|
||||
|
||||
## Alertmanager
|
||||
|
|
|
@ -83,6 +83,7 @@ var (
|
|||
"v3.0.1",
|
||||
"v3.1.0",
|
||||
"v3.2.0",
|
||||
"v3.2.1",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue