| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| stripped-down-crds.yaml | 2026-09-09 | 1.6 MB | |
| bundle.yaml | 2026-09-09 | 4.6 MB | |
| 0.94.0 _ 2026-09-09 source code.tar.gz | 2026-09-09 | 4.3 MB | |
| 0.94.0 _ 2026-09-09 source code.zip | 2026-09-09 | 5.4 MB | |
| README.md | 2026-09-09 | 2.7 kB | |
| Totals: 5 Items | 15.9 MB | 2 | |
- [CHANGE] Update the default Alertmanager version to v0.34.0 and discard zero-value duration fields (
retention,clusterGossipInterval,clusterPushpullInterval,clusterPeerTimeout) inAlertmanagerresources instead of passing them as CLI flags, which Alertmanager rejects and can cause startup failures. Ignored fields are reported via theIgnoredFieldsstatus condition. [#8800] - [CHANGE] Add named enum types for Hetzner, Docker Swarm, and OpenStack service discovery fields in the
ScrapeConfigCRD (HetznerRole,DockerSwarmRole,OpenStackAvailability). [#8789] - [CHANGE] Reject empty strings in
namespaceDiscovery.names,consulSDConfig.services, andconsulSDConfig.tagslist fields in theScrapeConfigCRD. [#8786] - [FEATURE] Add
retentionPercentagefield toPrometheusandPrometheusAgentCRDs for volume-based retention (requires Prometheus >= v3.11.0). Setting only the percentage no longer falls back to the default 24h time-based retention. [#8728] - [FEATURE] Add
clusterPeerNamefield toAlertmanagerCRD to override the--cluster.peer-nameflag (requires Alertmanager >= v0.30.0). [#8767] - [FEATURE] Expose status conditions as Prometheus metrics for
Prometheus,PrometheusAgent,Alertmanager, andThanosRulerresources (prometheus_operator_<resource>_status_condition). [#8719] - [ENHANCEMENT] Tighten the operator's ClusterRole by replacing wildcard verbs with explicit permissions per resource. [#8752]
- [ENHANCEMENT] Support
webhook_url_filefor Discord receiver in Alertmanager configuration Secret (requires Alertmanager >= v0.28.0). [#8035] - [BUGFIX] Require Thanos >= v0.42.0 for delayed compaction with object storage uploads, raised from v0.41.0. Thanos v0.41.0 mis-validates the delayed-compaction paths and the sidecar crash-loops; deployments pinned to v0.41.0 fall back to disabling local compaction. [#8764]
- [BUGFIX] Add URL validation for Mattermost receiver fields in Alertmanager configuration Secret. [#8225]
- [BUGFIX] Fix operator panic when
AlertmanagerConfigPushover receivers useuserKeyFileortokenFileinstead of secret selectors. [#8775] - [BUGFIX] Fix operator panic when kubelet Service synchronization fails and the service is unavailable. [#8743]
- [BUGFIX] Fix resources stuck during deletion when the informer misses the deletion timestamp update. [#8727]
- [BUGFIX] Fix
TracingConfigfields inPrometheusCRD not being serialized due to invalid JSON struct tags. [#8730] - [BUGFIX] Fix
externalIdversion gating for Alertmanager SigV4 configuration to require version >= v0.34.0 (was incorrectly set to v0.33.0). [#8759]