Browse Source

Merge pull request #5509 from prometheus/release-2.9

Merge 2.9.2 back to master
pull/5512/head
Brian Brazil 6 years ago committed by GitHub
parent
commit
ad4ba49132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      CHANGELOG.md
  2. 2
      VERSION

8
CHANGELOG.md

@ -1,3 +1,11 @@
## 2.9.2 / 2019-04-24
* [BUGFIX] Make sure subquery range is taken into account for selection #5467
* [BUGFIX] Exhaust every request body before closing it #5166
* [BUGFIX] Cmd/promtool: return errors from rule evaluations #5483
* [BUGFIX] Remote Storage: string interner should not panic in release #5487
* [BUGFIX] Fix memory allocation regression in mergedPostings.Seek tsdb#586
## 2.9.1 / 2019-04-16
* [BUGFIX] Discovery/kubernetes: fix missing label sanitization #5462

2
VERSION

@ -1 +1 @@
2.9.1
2.9.2

Loading…
Cancel
Save