Browse Source

Cut v2.0.0-rc.3

pull/3410/head
beorn7 7 years ago
parent
commit
36a6ed4fe1
  1. 30
      CHANGELOG.md
  2. 2
      VERSION

30
CHANGELOG.md

@ -1,21 +1,23 @@
## 1.8.2 / 2017-11-04
## 2.0.0-rc.3 / 2017-11-04
* [BUGFIX] EC2 service discovery: Do not crash if tags are empty.
_Changes compared to 2.0.0-rc.2._
## 2.0.0-rc.2 / 2017-10-25
* [ENHANCEMENT] Remove remote read from the query path if no remote storage
is configured.
* [ENHANCEMENT] Bump Consul HTTP client timeout to not match the Consul SD
watch timeout.
* [ENHANCEMENT] Bump up a too small max block duration to the min block
duration instead of returning an error.
* [BUGFIX] Avoid needless padding of 4 zero bytes in index files.
* [BUGFIX] Delete old blocks during reload (necessary on MS Windows).
* [BUGFIX] Fix regression of alert rules state loss on config reload.
* [BUGFIX] Serialize background WAL operations to avoid data races.
* [ENHANCEMENT] handle WAL segments with corrupted header gracefully
* [ENHANCEMENT] stabilize memory usage during WAL replay
* [CHANGE] Prefix all storage metrics with `prometheus_`
* [BUGFIX] Correctly handle label removal in remote read
* [BUGFIX] Fix chunk misalignment causing out-of-order samples
* [BUGFIX] Fix connection leak in Consul SD
* [BUGFIX] Handle invalid chunk derefernces gracefully
* [BUGFIX] Prevent potential deadlock during failing querier construction
This also contains bugfixes and remote-storage features from the 1.8 branch.
Data written in previous pre-release versions may have been affected by the out-of-order
bug. Reading this data may reveal artefacts and incorrect data.
Starting with a clean storage directory is advised. The WAL directory may safely be kept.
## 1.8.2 / 2017-11-04
* [BUGFIX] EC2 service discovery: Do not crash if tags are empty.
## 1.8.1 / 2017-10-19

2
VERSION

@ -1 +1 @@
2.0.0-rc.2
2.0.0-rc.3

Loading…
Cancel
Save