Merge pull request #690 from prometheus/beorn7/release

Cut 0.13.3.
This commit is contained in:
Björn Rabenstein 2015-05-11 18:09:58 +02:00
commit 921f4f22ca
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## 0.13.3 / 2015-05-11
* [BUGFIX] Handle fingerprint collisions properly.
* [CHANGE] Comments in rules file must start with `#`. (The undocumented `//`
and `/*...*/` comment styles are no longer supported.)
* [ENHANCEMENT] Switch to custom expression language parser and evaluation
engine, which generates better error messages, fixes some parsing edge-cases,
and enables other future enhancements (like the ones below).
* [ENHANCEMENT] Limit maximum number of concurrent queries.
* [ENHANCEMENT] Terminate running queries during shutdown.
## 0.13.2 / 2015-05-05
* [MAINTENANCE] Updated vendored dependcies to their newest versions.
* [MAINTENANCE] Include rule_checker and console templates in release tarball.

View File

@ -1 +1 @@
0.13.2
0.13.3