This is a bug-fix release, reverting a change introduced in v2.52.0.
The bug was that Prometheus could crash with a segmentation fault if a remote-read
request accessed a block on disk at about the same time as TSDB created a new block.
The issue is #14422.
Many thanks to GitHub user 'fbs' for diligently bisecting the source of the problem.
As usual, container images are available at
https://quay.io/repository/prometheus/prometheus?tab=tags and
https://hub.docker.com/r/prom/prometheus/tagsRegards,
Bryan Boreham (@bboreham)