Skip to content

Commit

Permalink
Merge pull request prometheus#1130 from prometheus/rc
Browse files Browse the repository at this point in the history
Cut release 0.16.0rc2
  • Loading branch information
fabxc committed Sep 30, 2015
2 parents db382b4 + 85ac8d0 commit e7c60c2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.16.0rc2 / 2015-09-30

BREAKING CHANGES:

* [CHANGE] Renamed global.labels to global.external_labels

All changes:

* [BUGFIX] Fix high CPU usage on configuration reload
* [BUGFIX] Fix disappearing __params on configuration reload
* [CHANGE] Renamed global.labels to global.external_labels
* [BUGFIX] Make labelmap action available through configuration
* [ENHANCEMENT] Several flaky tests fixed
* [ENHANCEMENT] Switched to common routing package
* [BUGFIX] Fix direct access of protobuf fields
* [BUGFIX] Fix panic on Consul request error
* [ENHANCEMENT] Usage of more resilient metric decoder
* [BUGFIX] Redirect of graph endpoint for prefixed setups

## 0.16.0rc1 / 2015-09-18

BREAKING CHANGES:
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0rc1
0.16.0rc2

0 comments on commit e7c60c2

Please sign in to comment.