mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
Merge pull request #7111 from slashpai/prom3
chore: add v3.0.0 to experimental versions
This commit is contained in:
commit
0ef087d4e0
2 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,7 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
|
|||
* v3.0.0-beta.1
|
||||
* v3.0.0-rc.0
|
||||
* v3.0.0-rc.1
|
||||
* v3.0.0
|
||||
```
|
||||
|
||||
The end-to-end tests are mostly tested against
|
||||
|
|
|
@ -67,7 +67,6 @@ var (
|
|||
"v2.51.2",
|
||||
"v2.52.0",
|
||||
// The v2.52.1 image tag is missing from docker.io and quay.io registries.
|
||||
// "v2.52.1",
|
||||
"v2.53.0",
|
||||
"v2.53.1",
|
||||
"v2.53.2",
|
||||
|
@ -85,5 +84,7 @@ var (
|
|||
"v3.0.0-beta.1",
|
||||
"v3.0.0-rc.0",
|
||||
"v3.0.0-rc.1",
|
||||
// TODO: To be moved to default latest version once we tested fully.
|
||||
"v3.0.0",
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue