mirror of https://github.com/prometheus/prometheus
commit
dc52a852dd
|
@ -1,3 +1,4 @@
|
|||
go: 1.7.1
|
||||
repository:
|
||||
path: github.com/prometheus/prometheus
|
||||
build:
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue