Merge pull request #2072 from prometheus/beorn7/release

Cut v1.2.1
This commit is contained in:
Björn Rabenstein 2016-10-10 17:04:28 +02:00 committed by GitHub
commit dc52a852dd
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,4 @@
go: 1.7.1
repository:
path: github.com/prometheus/prometheus
build:

View file

@ -1,3 +1,9 @@
## 1.2.1 / 2016-10-10
* [BUGFIX] Count chunk evictions properly so that the server doesn't
assume it runs out of memory and subsequencly throttles ingestion.
* [BUGFIX] Use Go1.7.1 for prebuilt binaries to fix issues on MacOS Sierra.
## 1.2.0 / 2016-10-07
* [FEATURE] Cleaner encoding of query parameters in `/graph` URLs.

View file

@ -1 +1 @@
1.2.0
1.2.1