From aedd4fa95cf304870da35ab6ee7376a38d8e0c49 Mon Sep 17 00:00:00 2001 From: Chris Marchbanks Date: Sun, 9 May 2021 16:10:58 -0600 Subject: [PATCH 1/2] Cut v2.27.0-rc.0 (#8793) Signed-off-by: Chris Marchbanks --- CHANGELOG.md | 21 +++++++++++++++++++++ VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0e2462e..c6414e5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 2.27.0-rc.0 / 2021-05-09 + +* [FEATURE] Promtool: Retroactive rule evaluation functionality. #7675 +* [FEATURE] Configuration: Environment variable expansion for external labels. Behind `--enable-feature=expand-external-labels` flag. #8649 +* [FEATURE] TSDB: Add a flag(`-storage.tsdb.max-chunk-size`) to control chunk allocation size for small Prometheus instances. #8478 +* [FEATURE] UI: Add a dark theme. #8604 +* [FEATURE] AWS Lightsail Discovery: Add AWS Lightsail Discovery. #8693 +* [FEATURE] Docker Discovery: Add Docker Service Discovery. #8629 +* [FEATURE] OAuth: Allow OAuth 2.0 to be used anywhere an HTTP client is used. #8761 +* [FEATURE] Remote Write: Send exemplars via remote write. Experimental and disabled by default. #8296 +* [ENHANCEMENT] Digital Ocean Discovery: Add `__meta_digitalocean_vpc` label. #8642 +* [ENHANCEMENT] Scaleway Discovery: Read Scaleway secret from a file. #8643 +* [ENHANCEMENT] Scrape: Add configurable limits for label size and count. #8777 +* [ENHANCEMENT] UI: Add 16w and 26w time range steps. #8656 +* [ENHANCEMENT] Templating: Enable parsing strings in `humanize` functions. #8682 +* [BUGFIX] UI: Provide errors instead of blank page on TSDB Status Page. #8654 #8659 +* [BUGFIX] TSDB: Do not panic when writing very large records to the WAL. #8790 +* [BUGFIX] TSDB: Avoid panic when mmaped memory is referenced after the file is closed. #8723 +* [BUGFIX] Scaleway Discovery: Fix nil pointer dereference. #8737 +* [BUGFIX] Consul Discovery: Restart no longer required after config update with no targets. #8766 + ## 2.26.0 / 2021-03-31 Prometheus is now built and supporting Go 1.16 (#8544). This reverts the memory release pattern added in Go 1.12. This makes common RSS usage metrics showing more accurate number for actual memory used by Prometheus. You can read more details [here](https://www.bwplotka.dev/2019/golang-memory-monitoring/). diff --git a/VERSION b/VERSION index 7a25c70f9..d079cc4ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.26.0 +2.27.0-rc.0 From 24c9b61221f7006e87cd62b9fe2901d43e19ed53 Mon Sep 17 00:00:00 2001 From: Chris Marchbanks Date: Wed, 12 May 2021 11:32:12 -0600 Subject: [PATCH 2/2] Release 2.27.0 (#8814) Signed-off-by: Chris Marchbanks --- CHANGELOG.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6414e5b5..0b0b79431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## 2.27.0-rc.0 / 2021-05-09 +## 2.27.0 / 2021-05-12 * [FEATURE] Promtool: Retroactive rule evaluation functionality. #7675 * [FEATURE] Configuration: Environment variable expansion for external labels. Behind `--enable-feature=expand-external-labels` flag. #8649 -* [FEATURE] TSDB: Add a flag(`-storage.tsdb.max-chunk-size`) to control chunk allocation size for small Prometheus instances. #8478 +* [FEATURE] TSDB: Add a flag(`--storage.tsdb.max-block-chunk-segment-size`) to control the max chunks file size of the blocks for small Prometheus instances. #8478 * [FEATURE] UI: Add a dark theme. #8604 * [FEATURE] AWS Lightsail Discovery: Add AWS Lightsail Discovery. #8693 * [FEATURE] Docker Discovery: Add Docker Service Discovery. #8629 diff --git a/VERSION b/VERSION index d079cc4ab..a5f3e61bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.27.0-rc.0 +2.27.0