Browse Source

Cut v2.30.0 (#9329)

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
pull/9338/head v2.30.0
Ganesh Vernekar 3 years ago committed by GitHub
parent
commit
37468d88dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 2
      VERSION

3
CHANGELOG.md

@ -1,4 +1,4 @@
## 2.30.0-rc.0 / 2021-09-08
## 2.30.0 / 2021-09-14
* [FEATURE] **experimental** TSDB: Snapshot in-memory chunks on shutdown for faster restarts. Behind `--enable-feature=memory-snapshot-on-shutdown` flag. #7229
* [FEATURE] **experimental** Scrape: Configure scrape interval and scrape timeout via relabeling using `__scrape_interval__` and `__scrape_timeout__` labels respectively. #8911
@ -12,6 +12,7 @@
* [BUGFIX] Exemplars: Fix panic when resizing exemplar storage from 0 to a non-zero size. #9286
* [BUGFIX] TSDB: Correctly decrement `prometheus_tsdb_head_active_appenders` when the append has no samples. #9230
* [BUGFIX] promtool rules backfill: Return 1 if backfill was unsuccessful. #9303
* [BUGFIX] promtool rules backfill: Avoid creation of overlapping blocks. #9324
* [BUGFIX] config: Fix a panic when reloading configuration with a `null` relabel action. #9224
## 2.29.2 / 2021-08-27

2
VERSION

@ -1 +1 @@
2.30.0-rc.0
2.30.0

Loading…
Cancel
Save