mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-05 09:15:31 -04:00
Cut v1.2.3
This commit is contained in:
parent
6ba87cbc87
commit
cd8d3822f4
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## 1.2.3 / 2016-11-04
|
||||
|
||||
* [BUGFIX] Correctly handle end time before start time in range queries.
|
||||
* [BUGFIX] Correctly handle empty Regex entry in relabel config.
|
||||
* [BUGFIX] MOD (`%`) operator doesn't panic with small floating point numbers.
|
||||
* [BUGFIX] Updated miekg/dns vendoring to pick up upstream bug fixes.
|
||||
* [ENHANCEMENT] Improved DNS error reporting.
|
||||
|
||||
## 1.2.2 / 2016-10-30
|
||||
|
||||
* [BUGFIX] Correctly handle on() in alerts.
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.2.2
|
||||
1.2.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue