Skip to content

Commit

Permalink
Merge pull request prometheus#3248 from Gouthamve/release-rc1
Browse files Browse the repository at this point in the history
*: release v2.0.0-rc.0
  • Loading branch information
gouthamve authored Oct 5, 2017
2 parents 748d392 + 7779d34 commit 012e52e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
29 changes: 14 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v2.0.0-rc.0 / 2017-10-05

This release includes numerous changes to the new storage layer. The main changes are:

* [CHANGE] Remove `count_scalar`, `keep_common` and `drop_common_labels` functions
* [CHANGE] Breaking change in the index format for better consistency
* [BUGFIX] Fix panic due garbage collected mmap'ed strings
* [BUGFIX] Fix broken snapshots and admin APIs
* [BUGFIX] Send HTTP Accept header when scraping
* [BUGFIX] Use the WAL flush interval passed instead of the hardcoded value

This release requires a clean storage directory and is not compatible with files
created by previous beta releases.

## 1.7.2 / 2017-09-26

* [BUGFIX] Correctly remove all targets from DNS service discovery if the
Expand All @@ -11,21 +25,6 @@
and small numbers in a readable way.
* [BUGFIX] Fix a rarely occurring iterator issue in varbit encoded chunks.

## v2.0.0-beta.5 / 2017-09-21

This release includes numerous changes to the new storage layer. The main changes are:

* [BUGFIX] Remove deadlock on startup when restoring WAL
* [BUGFIX] Fix semantical races resulting in invalid persisted files
* [BUGFIX] Correctly read back WAL in certain edge cases
* [BUGFIX] Prevent crashes caused by changing metric representations in target's /metrics
* [ENHANCEMENT] Overall memory usage reduction
* [ENHANCEMENT] Serve debugging endpoints while TSDB is loading
* [ENHANCEMENT] Healthy endpoint correctly reflects liveness during startup
* [ENHANCEMENT] Switch to consistent usage of go-kit/log

This release may have issues with files written by previous beta releases.

## 1.7.1 / 2017-06-12

* [BUGFIX] Fix double prefix redirect.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-beta.5
2.0.0-rc.0

0 comments on commit 012e52e

Please sign in to comment.