A maintenance release with operator-facing security fixes and configuration changes across ingestion, distribution, and status pages. It also includes fixes for request handling, authentication, configuration exposure, gossip limits, and client and runtime panics.
Check if affected (3)
securityStored XSS protection in
Alertmanagerand Store Gateway status pagesApplies if you run
Alertmanageror Store Gateway.Alertmanagerand Store Gateway status pages now usehtml/templateinstead oftext/template, fixing the stored XSS vulnerability.security
WrappedHistogramnative histogram size limitApplies if you use native histograms.
The Distributor adds
WrappedHistogramwith a configurable size limit, controlled by-validation.and set to 16 KB by default. The limit caps native histogram protobuf data before unmarshalling and addresses memory amplification attacks via packed varint deltas.max-native-histogram-size-bytes breakingDecompressed gzip output limit for
ParseProtoReaderand OTLP ingestionApplies if you use the OTLP ingestion path.
The decompressed body in
ParseProtoReaderand the OTLP ingestion path is capped by-distributor..otlp-max-recv-msg-size