[0.1.0] * Initial version [0.2.0] * Fix app title [0.3.0] * Fix first run command [1.0.0] * Initial stable version [1.1.0] * Use base image v3 [1.2.0] * Update prometheus to 2.23.0 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.23.0) * UI: Make the React UI default. #8142 * Remote write: The following metrics were removed/renamed in remote write. #6815 * Remote: Do not collect non-initialized timestamp metrics. #8060 * Remote write: Added a metric prometheus_remote_storage_max_samples_per_send for remote write. #8102 * TSDB: Make the snapshot directory name always the same length. #8138 * TSDB: Create a checkpoint only once at the end of all head compactions. #8067 * TSDB: Avoid Series API from hitting the chunks. #8050 * TSDB: Cache label name and last value when adding series during compactions making compactions faster. #8192 [1.3.0] * Update Prometheus to 2.24.1 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.24.0) [1.4.0] * Update Prometheus to 2.25.0 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.25.0) * Add optional name property to testgroup for better test failure output. #8440 * Add warnings into React Panel on the Graph page. #8427 * TSDB: Increase the number of buckets for the compaction duration metric. #8342 * Remote: Allow passing along custom remote_write HTTP headers. #8416 * Mixins: Scope grafana configuration. #8332 [1.4.1] * Update Prometheus to 2.25.2 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.25.2) * Fix the ingestion of scrapes when the wall clock changes, e.g. on suspend * Enable basicAuth so it can work with apps like grafana