diff --git a/golang-github-prometheus-prometheus.changes b/golang-github-prometheus-prometheus.changes index fa617bd..6be87ac 100644 --- a/golang-github-prometheus-prometheus.changes +++ b/golang-github-prometheus-prometheus.changes @@ -1,7 +1,29 @@ ------------------------------------------------------------------- Thu Jan 25 10:11:26 UTC 2018 - kkaempf@suse.com -- Update to 2.1.0 +- Update to 2.1.0: + + Features: + * New Service Discovery UI showing labels before and after relabelling. + * New Admin APIs added to v1 to delete, snapshot and remove tombstones. + + Enhancements: + * The graph UI autcomplete now includes your previous queries. + * Federation is now much faster for large numbers of series. + * Added new metrics to measure rule timings. + * Rule evaluation times added to the rules UI. + * Added metrics to measure modified time of file SD files. + * Kubernetes SD now includes POD UID in discovery metadata. + * The Query APIs now return optional stats on query execution times. + * The index now no longer has the 4GiB size limit and is also smaller. + + Bug Fixes: + * Remote read read_recent option is now false by default. + * Pass the right configuration to each Alertmanager (AM) when using + multiple AM configs. + * Fix not-matchers not selecting series with labels unset. + * tsdb: Fix occasional panic in head block. + * tsdb: Close files before deletion to fix retention issues on Windows + and NFS. + * tsdb: Cleanup and do not retry failing compactions. + * tsdb: Close WAL while shutting down. ------------------------------------------------------------------- Thu Nov 9 07:30:09 UTC 2017 - tserong@suse.com