mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #7157 from kubeservice-stack/prometheus-3.0.1
Bump to prometheus v3.0.1
This commit is contained in:
commit
18155805bb
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
|
|||
* v3.0.0-rc.0
|
||||
* v3.0.0-rc.1
|
||||
* v3.0.0
|
||||
* v3.0.1
|
||||
```
|
||||
|
||||
The end-to-end tests are mostly tested against
|
||||
|
|
|
@ -86,5 +86,6 @@ var (
|
|||
"v3.0.0-rc.1",
|
||||
// TODO: To be moved to default latest version once we tested fully.
|
||||
"v3.0.0",
|
||||
"v3.0.1",
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue