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/update-prom-version

chore: Upgrade prometheus version to v3.2.1
This commit is contained in:
Jayapriya Pai 2025-03-06 17:05:59 +05:30 committed by GitHub
commit 3afdfd506b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions
Documentation/getting-started
pkg/operator

View file

@ -57,12 +57,13 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
* v3.0.1
* v3.1.0
* v3.2.0
* v3.2.1
```
The end-to-end tests are mostly tested against
```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultPrometheusVersion"
* v3.2.0
* v3.2.1
```
## Alertmanager

View file

@ -83,6 +83,7 @@ var (
"v3.0.1",
"v3.1.0",
"v3.2.0",
"v3.2.1",
}
)