prometheus-server-app/CHANGELOG

64 lines
2.5 KiB
Plaintext
Raw Normal View History

2020-11-11 00:37:37 +00:00
[0.1.0]
* Initial version
2020-11-11 03:45:15 +00:00
[0.2.0]
* Fix app title
2020-11-11 20:38:42 +00:00
[0.3.0]
* Fix first run command
2020-12-11 05:41:06 +00:00
[1.0.0]
* Initial stable version
2021-02-21 02:14:48 +00:00
[1.1.0]
* Use base image v3
2021-02-21 02:32:24 +00:00
[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
2021-02-21 02:37:31 +00:00
[1.3.0]
* Update Prometheus to 2.24.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.24.0)
2021-02-21 02:40:10 +00:00
[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
2021-03-17 18:23:44 +00:00
[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
2021-04-01 01:32:39 +00:00
[1.5.0]
* Update Prometheus to 2.26.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.26.0)
* Remote: Add support for AWS SigV4 auth method for remote_write. #8509
* Scaleway Discovery: Add Scaleway Service Discovery. #8555
* PromQL: Allow negative offsets. Behind --enable-feature=promql-negative-offset flag. #8487
* experimental Exemplars: Add in-memory storage for exemplars. Behind --enable-feature=exemplar-storage flag. #6635
* UI: Add advanced auto-completion, syntax highlighting and linting to graph page query input. #8634
2021-05-14 06:13:46 +00:00
[1.6.0]
* Update Prometheus to 2.27.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.27.0)
* UI: Add a dark theme. #8604
2021-05-20 01:37:59 +00:00
[1.6.1]
* Update Prometheus to 2.27.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.27.1)