mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
commit
63630a0416
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
|||
## 1.3.1 / 2016-11-04
|
||||
|
||||
This bug-fix release pulls in the fixes from the 1.2.3 release.
|
||||
|
||||
* [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.3 / 2016-11-04
|
||||
|
||||
Note that this release is chronologically after 1.3.0.
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.3.0
|
||||
1.3.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue