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 kubeservice-stack/prometheus-3.0.1

Bump to prometheus v3.0.1
This commit is contained in:
Jayapriya Pai 2024-12-02 21:03:28 +05:30 committed by GitHub
commit 18155805bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions
Documentation
pkg/operator

View file

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

View file

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