Skip to content

Commit

Permalink
Docs: Add release notes for 2.7.4 (#8629)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:
Add release notes for v2.7.4
  • Loading branch information
DylanGuedes authored Feb 24, 2023
1 parent 90f2534 commit 98421b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/sources/release-notes/v2-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ As always, please read the [upgrade guide](../../upgrading/#270) before upgradin

## Bug fixes

### 2.7.4 (2023-02-24)

* Fixed different streams for `cri` tags ending on the same stream.
* Fixed the `userdata` field (from Windows Event Log) being scraped incorrectly.
* Fixed `vector()` function producing wrong timestamp.
* Fixed behavior for overlapping chunks with multiple stores.
* Fixed logs results caching causing query-frontend to return logs outside of query window.
* Fixed panics when:
* `/scheduler/ring` endpoint is requested with scheduler ring disabled.
* LogQL clones a specific query.
* Promtail deals with invalid calls to `Details()`.

### 2.7.3 (2023-02-01)

* Fixed a bug in compactor that caused divide-by-zero panics when `startTime` and `endTime` of a delete request were equal.
Expand Down

0 comments on commit 98421b0

Please sign in to comment.