*: cut v2.6.0 (#5008)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
b021025e47
commit
dbd1d58c89
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,12 +1,5 @@
|
||||||
## 2.6.0-rc.1 / 2018-12-12
|
## 2.6.0 / 2018-12-17
|
||||||
|
|
||||||
* [CHANGE] Azure SD: Revert #4908. #4980
|
|
||||||
* [ENHANCEMENT] Remove default flags from the container's entrypoint. #4976
|
|
||||||
* [BUGFIX] TSDB: Fix unclosed file readers on Windows systems. #4997
|
|
||||||
|
|
||||||
## 2.6.0-rc.0 / 2018-12-05
|
|
||||||
|
|
||||||
* [CHANGE] Include default flags to the container's entrypoint. #4796
|
|
||||||
* [CHANGE] Promtool: Remove the `update` command. #3839
|
* [CHANGE] Promtool: Remove the `update` command. #3839
|
||||||
* [FEATURE] Add JSON log format via the `--log.format` flag. #4876
|
* [FEATURE] Add JSON log format via the `--log.format` flag. #4876
|
||||||
* [FEATURE] API: Add /api/v1/labels endpoint to get all label names. #4835
|
* [FEATURE] API: Add /api/v1/labels endpoint to get all label names. #4835
|
||||||
|
@ -14,8 +7,8 @@
|
||||||
* [ENHANCEMENT] Add `prometheus_tsdb_lowest_timestamp_seconds`, `prometheus_tsdb_head_min_time_seconds` and `prometheus_tsdb_head_max_time_seconds` metrics. #4888
|
* [ENHANCEMENT] Add `prometheus_tsdb_lowest_timestamp_seconds`, `prometheus_tsdb_head_min_time_seconds` and `prometheus_tsdb_head_max_time_seconds` metrics. #4888
|
||||||
* [ENHANCEMENT] Add `rule_group_last_evaluation_timestamp_seconds` metric. #4852
|
* [ENHANCEMENT] Add `rule_group_last_evaluation_timestamp_seconds` metric. #4852
|
||||||
* [ENHANCEMENT] Add `prometheus_template_text_expansion_failures_total` and `prometheus_template_text_expansions_total` metrics. #4747
|
* [ENHANCEMENT] Add `prometheus_template_text_expansion_failures_total` and `prometheus_template_text_expansions_total` metrics. #4747
|
||||||
|
* [ENHANCEMENT] Remove default flags from the container's entrypoint. #4976
|
||||||
* [ENHANCEMENT] Set consistent User-Agent header in outgoing requests. #4891
|
* [ENHANCEMENT] Set consistent User-Agent header in outgoing requests. #4891
|
||||||
* [ENHANCEMENT] Azure SD: Add the machine's power state to the discovery metadata. #4908
|
|
||||||
* [ENHANCEMENT] Azure SD: Error out at load time when authentication parameters are missing. #4907
|
* [ENHANCEMENT] Azure SD: Error out at load time when authentication parameters are missing. #4907
|
||||||
* [ENHANCEMENT] EC2 SD: Add the machine's private DNS name to the discovery metadata. #4693
|
* [ENHANCEMENT] EC2 SD: Add the machine's private DNS name to the discovery metadata. #4693
|
||||||
* [ENHANCEMENT] EC2 SD: Add the operating system's platform to the discovery metadata. #4663
|
* [ENHANCEMENT] EC2 SD: Add the operating system's platform to the discovery metadata. #4663
|
||||||
|
@ -48,6 +41,7 @@
|
||||||
* [BUGFIX] Scrape: Scrape targets at fixed intervals even after Prometheus restarts. #4926
|
* [BUGFIX] Scrape: Scrape targets at fixed intervals even after Prometheus restarts. #4926
|
||||||
* [BUGFIX] TSDB: Support restored snapshots including the head properly. #4953
|
* [BUGFIX] TSDB: Support restored snapshots including the head properly. #4953
|
||||||
* [BUGFIX] TSDB: Repair WAL when the last record in a segment is torn. #4953
|
* [BUGFIX] TSDB: Repair WAL when the last record in a segment is torn. #4953
|
||||||
|
* [BUGFIX] TSDB: Fix unclosed file readers on Windows systems. #4997
|
||||||
* [BUGFIX] Web: Avoid proxy to connect to the local gRPC server. #4572
|
* [BUGFIX] Web: Avoid proxy to connect to the local gRPC server. #4572
|
||||||
|
|
||||||
## 2.5.0 / 2018-11-06
|
## 2.5.0 / 2018-11-06
|
||||||
|
|
Loading…
Reference in New Issue