diff --git a/CHANGELOG.md b/CHANGELOG.md index e36064bc79..1026a6767a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,9 @@ -## 2.34.0-rc.2 / 2022-03-11 - -* [ENHANCEMENT] TSDB: Disable the chunk write queue by default and allow configuration with the experimental flag `--storage.tsdb.head-chunks-write-queue-size`. #10425 - -## 2.34.0-rc.1 / 2022-03-08 - -* [ENHANCEMENT] HTTP SD: Add a failure counter. #10372 -* [BUGFIX] Parser: Specify type in metadata parser errors. #10269 -* [BUGFIX] Scrape: Fix label limit changes not applying. #10370 - -## 2.34.0-rc.0 / 2022-02-24 +## 2.34.0 / 2022-03-15 * [CHANGE] UI: Classic UI removed. #10208 * [CHANGE] Tracing: Migrate from Jaeger to OpenTelemetry based tracing. #9724, #10203, #10276 +* [ENHANCEMENT] TSDB: Disable the chunk write queue by default and allow configuration with the experimental flag `--storage.tsdb.head-chunks-write-queue-size`. #10425 +* [ENHANCEMENT] HTTP SD: Add a failure counter. #10372 * [ENHANCEMENT] Azure SD: Set Prometheus User-Agent on requests. #10209 * [ENHANCEMENT] Uyuni SD: Reduce the number of logins to Uyuni. #10072 * [ENHANCEMENT] Scrape: Log when an invalid media type is encountered during a scrape. #10186 @@ -23,6 +15,8 @@ * [BUGFIX] PromQL: Properly return an error from histogram_quantile when metrics have the same labelset. #10140 * [BUGFIX] UI: Fix bug that sets the range input to the resolution. #10227 * [BUGFIX] TSDB: Fix a query panic when `memory-snapshot-on-shutdown` is enabled. #10348 +* [BUGFIX] Parser: Specify type in metadata parser errors. #10269 +* [BUGFIX] Scrape: Fix label limit changes not applying. #10370 ## 2.33.5 / 2022-03-08 diff --git a/VERSION b/VERSION index 640981d5e5..dc1591835c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.34.0-rc.2 +2.34.0