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

Merge pull request from slashpai/prom3

chore: add v3.0.0 to experimental versions
This commit is contained in:
Jayapriya Pai 2024-11-15 13:53:30 +05:30 committed by GitHub
commit 0ef087d4e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",
}
)