1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

chore: add v3.0.0 to experimental versions

Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
This commit is contained in:
Jayapriya Pai 2024-11-13 21:03:26 +05:30
parent 5c8981ec34
commit f8f793fa30
2 changed files with 3 additions and 1 deletions
Documentation
pkg/operator

View file

@ -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

View file

@ -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",
}
)