| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| stripped-down-crds.yaml | 2026-06-18 | 1.5 MB | |
| bundle.yaml | 2026-06-18 | 4.5 MB | |
| 0.92.0 _ 2026-06-18 source code.tar.gz | 2026-06-18 | 4.1 MB | |
| 0.92.0 _ 2026-06-18 source code.zip | 2026-06-18 | 5.3 MB | |
| README.md | 2026-06-18 | 2.1 kB | |
| Totals: 5 Items | 15.4 MB | 0 | |
[!NOTE] The
PrometheusTopologyShardingandPrometheusShardRetentionPolicyfeature gates have been promoted to Beta in this release and are now enabled by default. See the sharding documentation for details.
- [CHANGE] Add URL validation for the
tokenUrlfield in OAuth2 configuration across all CRDs. [#8579] - [CHANGE] Add URL validation for the
urlfield inRemoteReadSpecinPrometheusCRD. [#8596] - [FEATURE] Migrate retention options from CLI flags to the config file for
PrometheusCRD (Prometheus >= v3 uses the config file; older versions continue to use CLI flags). [#8547] - [FEATURE] Add
staleSeriesCompactionThresholdfield toTSDBSpecinPrometheusandPrometheusAgentCRDs. [#8563] - [FEATURE] Add
labelNameUnderscoreSanitizationandlabelNamePreserveMultipleUnderscoresfields toOTLPConfiginPrometheusandPrometheusAgentCRDs. [#8562] - [FEATURE] Add
payloadfield to Webhook receiver inAlertmanagerConfigCRD. [#8507] - [ENHANCEMENT] Use pod topology labels for zone sharding on Kubernetes >= 1.35 when the
PrometheusTopologyShardingfeature gate is enabled (removes the need forattachMetadata.node=true). [#8564] - [ENHANCEMENT] Add validation for the Slack
update_messagefield in Alertmanager configuration Secret. [#8556] - [BUGFIX] Validate target labels in
Probestatic configuration to prevent invalid Prometheus scrape configs. [#7901] - [BUGFIX] Fix goroutine leak and data race in
pollBasedListerWatcher. [#8593] - [BUGFIX] Validate
ProxyConfigin OAuth2 configuration. [#8610] - [BUGFIX] Fix SMTP smarthost format error handling in Alertmanager configuration. [#8586]
- [BUGFIX] Fix missing
returnin admission webhook after marshal failure. [#8582] - [BUGFIX] Fix
FindOwnerto returnnilonmeta.Accessorerror. [#8585] - [BUGFIX] Fix dropped gzip
Closeerrors inGzipConfigandGunzipConfig. [#8573] - [BUGFIX] Fix panic on malformed key=value flag input (e.g.
--labels "key"). [#8560]